Lines Matching refs:from
12 * Derived from PowerPC and Sparc prom.h files by Stephen Rothwell, IBM Corp.
149 #define OF_DETACHED 2 /* detached from the device tree */
269 #define for_each_of_allnodes_from(from, dn) \
270 for (dn = __of_find_all_nodes(from); dn; dn = __of_find_all_nodes(dn))
272 extern struct device_node *of_find_node_by_name(struct device_node *from,
274 extern struct device_node *of_find_node_by_type(struct device_node *from,
276 extern struct device_node *of_find_compatible_node(struct device_node *from,
279 struct device_node *from,
307 struct device_node *from, const char *prop_name);
486 static inline struct device_node *of_find_node_by_name(struct device_node *from,
492 static inline struct device_node *of_find_node_by_type(struct device_node *from,
499 struct device_node *from,
545 struct device_node *from, const char *prop_name)
600 struct device_node *from,
914 struct device_node *from,
917 return of_find_matching_node_and_match(from, matches, NULL);
1071 * @np: device node from which the property value is to be read.
1090 * @np: device node from which the property value is to be read.
1109 * @np: device node from which the property value is to be read.
1128 * @np: device node from which the property value is to be read.
1145 * of_property_read_string_array() - Read an array of strings from a multiple
1147 * @np: device node from which the property value is to be read.
1165 * of_property_count_strings() - Find and return the number of strings from a
1167 * @np: device node from which the property value is to be read.
1184 * of_property_read_string_index() - Find and read a string from a multiple
1186 * @np: device node from which the property value is to be read.
1212 * @np: device node from which the property value is to be read.
1243 * of_property_read_u8_array - Find and read an array of u8 from a property.
1245 * @np: device node from which the property value is to be read.
1250 * Search for a property in a device node and read 8-bit value(s) from
1275 * of_property_read_u16_array - Find and read an array of u16 from a property.
1277 * @np: device node from which the property value is to be read.
1282 * Search for a property in a device node and read 16-bit value(s) from
1308 * from a property.
1310 * @np: device node from which the property value is to be read.
1315 * Search for a property in a device node and read 32-bit value(s) from
1338 * from a property.
1340 * @np: device node from which the property value is to be read.
1345 * Search for a property in a device node and read 64-bit value(s) from
1505 * That way we can recover from a partial application, or we can