Lines Matching refs:name
54 if (of_prop_cmp(prop->name, "phandle") &&
55 of_prop_cmp(prop->name, "linux,phandle"))
115 if (!of_prop_cmp(prop->name, prop_name))
138 /* compare nodes taking into account that 'name' strips out the @ part */
155 * @local_fixups has a property of the same name that contains a list
173 if (!of_prop_cmp(prop_fix->name, "name") ||
174 !of_prop_cmp(prop_fix->name, "phandle") ||
175 !of_prop_cmp(prop_fix->name, "linux,phandle"))
183 if (!of_prop_cmp(prop->name, prop_fix->name))
246 * The name of each property in the "__fixups__" node in the overlay matches
247 * the name of a symbol (a label) in the live tree. The values of each
319 if (!of_prop_cmp(prop->name, "name"))
323 prop->name, &refpath);
326 prop->name);