Home
last modified time | relevance | path

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

/drivers/firewire/
Dcore-card.c291 struct fw_node *root_node; in bm_work() local
310 root_node = card->root_node; in bm_work()
311 fw_node_get(root_node); in bm_work()
312 root_device = root_node->data; in bm_work()
325 root_id = root_node->node_id; in bm_work()
482 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in bm_work()
483 gap_count = gap_count_table[root_node->max_hops]; in bm_work()
537 fw_node_put(root_node); in bm_work()
Dcore-topology.c301 card->root_node = node; in build_tree()
441 if (card->root_node == node1) in update_tree()
442 card->root_node = node0; in update_tree()
491 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map()
Dcore-device.c906 if (current_node == card->root_node) in lookup_existing_device()
1003 if (device->node == card->root_node) in fw_device_init()
1082 if (device->node == card->root_node) in fw_device_init()
1186 if (node_id == card->root_node->node_id) in fw_device_refresh()
Dcore-cdev.c365 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event()
/drivers/staging/media/atomisp/include/hmm/
Dhmm_bo.h53 #define rbtree_node_to_hmm_bo(root_node) \ argument
54 container_of((root_node), struct hmm_buffer_object, node)
/drivers/sbus/char/
Denvctrl.c902 struct device_node *root_node; in envctrl_init_i2c_child() local
905 root_node = of_find_node_by_path("/"); in envctrl_init_i2c_child()
906 if (of_node_name_eq(root_node, "SUNW,UltraSPARC-IIi-cEngine")) { in envctrl_init_i2c_child()
910 of_node_put(root_node); in envctrl_init_i2c_child()
913 of_node_put(root_node); in envctrl_init_i2c_child()
/drivers/of/
Dpdt.c200 void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops) in of_pdt_build_devicetree() argument
205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
/drivers/pmdomain/mediatek/
Dmtk-pm-domains.c311 struct device_node *root_node = scpsys->dev->of_node; in scpsys_add_one_domain() local
355 scpsys->dev->of_node = root_node; in scpsys_add_one_domain()