Lines Matching defs:device
271 /* Returns the nid associated with the given device tree node,
274 static int of_node_to_nid_single(struct device_node *device)
279 tmp = of_get_associativity(device);
285 /* Walk the device tree upwards, looking for an associativity id */
286 int of_node_to_nid(struct device_node *device)
290 of_node_get(device);
291 while (device) {
292 nid = of_node_to_nid_single(device);
296 device = of_get_next_parent(device);
298 of_node_put(device);
548 * device tree..
654 * On a shared lpar, device tree will not have node associativity.
658 * lpar is shared or dedicated. Use the device tree property as a
913 * if we fail to parse primary_domain_index from device tree
1254 * memory represented in the device tree by the property
1285 * represented in the device tree as a node (i.e. memory@XXXX) for