Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Ddevice.c88 struct device_node *bus_np; in of_dma_configure_id() local
99 bus_np = __of_get_dma_parent(np); in of_dma_configure_id()
101 bus_np = of_node_get(np); in of_dma_configure_id()
103 ret = of_dma_get_range(bus_np, &map); in of_dma_configure_id()
104 of_node_put(bus_np); in of_dma_configure_id()