Home
last modified time | relevance | path

Searched refs:bus_np (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/of/
H A Ddevice.c98 struct device_node *bus_np; in of_dma_configure_id() local
105 bus_np = __of_get_dma_parent(np); in of_dma_configure_id()
107 bus_np = of_node_get(np); in of_dma_configure_id()
109 ret = of_dma_get_range(bus_np, &map); in of_dma_configure_id()
110 of_node_put(bus_np); in of_dma_configure_id()
H A Dunittest.c3100 struct device_node *bus_np = NULL; in of_unittest_overlay() local
3108 bus_np = of_find_node_by_path(bus_path); in of_unittest_overlay()
3109 if (bus_np == NULL) { in of_unittest_overlay()
3114 if (of_platform_default_populate(bus_np, NULL, NULL)) { in of_unittest_overlay()
3166 of_node_put(bus_np); in of_unittest_overlay()