Home
last modified time | relevance | path

Searched refs:prop_fix (Results 1 – 1 of 1) sorted by relevance

/drivers/of/
A Dresolver.c154 const struct property *prop_fix, *prop; in adjust_local_phandle_references() local
161 for_each_property_of_node(local_fixups, prop_fix) { in adjust_local_phandle_references()
164 if (is_pseudo_property(prop_fix->name)) in adjust_local_phandle_references()
167 if ((prop_fix->length % 4) != 0 || prop_fix->length == 0) in adjust_local_phandle_references()
169 count = prop_fix->length / sizeof(__be32); in adjust_local_phandle_references()
172 if (!of_prop_cmp(prop->name, prop_fix->name)) in adjust_local_phandle_references()
180 off = be32_to_cpu(((__be32 *)prop_fix->value)[i]); in adjust_local_phandle_references()

Completed in 4 milliseconds