Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Ddevice.c87 struct device_node *bus_np; in of_dma_configure_id() local
98 bus_np = __of_get_dma_parent(np); in of_dma_configure_id()
100 bus_np = of_node_get(np); in of_dma_configure_id()
102 ret = of_dma_get_range(bus_np, &map); in of_dma_configure_id()
103 of_node_put(bus_np); in of_dma_configure_id()