Lines Matching defs:device
275 /* Returns the nid associated with the given device tree node,
278 static int of_node_to_nid_single(struct device_node *device)
283 tmp = of_get_associativity(device);
289 /* Walk the device tree upwards, looking for an associativity id */
290 int of_node_to_nid(struct device_node *device)
294 of_node_get(device);
295 while (device) {
296 nid = of_node_to_nid_single(device);
300 device = of_get_next_parent(device);
302 of_node_put(device);
557 * device tree..
663 * On a shared lpar, device tree will not have node associativity.
667 * lpar is shared or dedicated. Use the device tree property as a
922 * if we fail to parse primary_domain_index from device tree
1268 * memory represented in the device tree by the property
1299 * represented in the device tree as a node (i.e. memory@XXXX) for