Searched refs:__of_node (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | of.h | 32 #define __of_node(arg) \ macro 38 __of_property_present(__of_node(n), (p)) 43 __of_property_read_variable_u32_array(__of_node(n), (p), (o), 1, 1) 45 __of_property_read_variable_u32_array(__of_node(n), (p), (o), (l), (h)) 50 __of_property_read_variable_u64_array(__of_node(n), (p), (o), 1, 1) 55 __of_property_match_string(__of_node(n), (a), (b)) 60 __of_parse_phandle(__of_node(n), (a), (b)) 71 __of_parse_phandle_with_args(__of_node(n), (a), (b), (c), (d))
|
H A D | of_device.h | 11 __of_device_is_compatible(__of_node(n), (c))
|