Searched refs:find_node_by_prop_value (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/powerpc/boot/ |
D | ops.h | 46 void *(*find_node_by_prop_value)(const void *prev, member 144 static inline void *find_node_by_prop_value(const void *prev, in find_node_by_prop_value() function 148 if (dt_ops.find_node_by_prop_value) in find_node_by_prop_value() 149 return dt_ops.find_node_by_prop_value(prev, propname, in find_node_by_prop_value() 159 return find_node_by_prop_value(prev, propname, propval, in find_node_by_prop_value_str()
|
D | libfdt-wrapper.c | 166 dt_ops.find_node_by_prop_value = fdt_wrapper_find_node_by_prop_value; in fdt_init()
|
D | devtree.c | 108 void *devp = find_node_by_prop_value(NULL, "linux,network-index", in dt_fixup_mac_address()
|