Searched refs:prop_fix (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/ |
H A D | resolver.c | 163 struct property *prop_fix, *prop; in adjust_local_phandle_references() local 170 for_each_property_of_node(local_fixups, prop_fix) { in adjust_local_phandle_references() 173 if (!of_prop_cmp(prop_fix->name, "name") || in adjust_local_phandle_references() 174 !of_prop_cmp(prop_fix->name, "phandle") || in adjust_local_phandle_references() 175 !of_prop_cmp(prop_fix->name, "linux,phandle")) in adjust_local_phandle_references() 178 if ((prop_fix->length % 4) != 0 || prop_fix->length == 0) in adjust_local_phandle_references() 180 count = prop_fix->length / sizeof(__be32); in adjust_local_phandle_references() 183 if (!of_prop_cmp(prop->name, prop_fix->name)) in adjust_local_phandle_references() 191 off = be32_to_cpu(((__be32 *)prop_fix in adjust_local_phandle_references() [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | resolver.c | 163 struct property *prop_fix, *prop; in adjust_local_phandle_references() local 170 for_each_property_of_node(local_fixups, prop_fix) { in adjust_local_phandle_references() 173 if (!of_prop_cmp(prop_fix->name, "name") || in adjust_local_phandle_references() 174 !of_prop_cmp(prop_fix->name, "phandle") || in adjust_local_phandle_references() 175 !of_prop_cmp(prop_fix->name, "linux,phandle")) in adjust_local_phandle_references() 178 if ((prop_fix->length % 4) != 0 || prop_fix->length == 0) in adjust_local_phandle_references() 180 count = prop_fix->length / sizeof(__be32); in adjust_local_phandle_references() 183 if (!of_prop_cmp(prop->name, prop_fix->name)) in adjust_local_phandle_references() 191 off = be32_to_cpu(((__be32 *)prop_fix in adjust_local_phandle_references() [all...] |
Completed in 2 milliseconds