Searched refs:dma_node (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/dma/ti/ |
| H A D | dma-crossbar.c | 139 struct device_node *dma_node; in ti_am335x_xbar_probe() local 151 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe() 152 if (!dma_node) { in ti_am335x_xbar_probe() 157 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe() 160 of_node_put(dma_node); in ti_am335x_xbar_probe() 164 if (of_property_read_u32(dma_node, "dma-requests", in ti_am335x_xbar_probe() 171 of_node_put(dma_node); in ti_am335x_xbar_probe() 332 struct device_node *dma_node; in ti_dra7_xbar_probe() local 347 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe() 348 if (!dma_node) { in ti_dra7_xbar_probe() [all …]
|
| /linux/drivers/dma/stm32/ |
| H A D | stm32-dmamux.c | 189 struct device_node *dma_node; in stm32_dmamux_probe() local 212 dma_node = of_parse_phandle(node, "dma-masters", i - 1); in stm32_dmamux_probe() 214 match = of_match_node(stm32_stm32dma_master_match, dma_node); in stm32_dmamux_probe() 217 of_node_put(dma_node); in stm32_dmamux_probe() 221 if (of_property_read_u32(dma_node, "dma-requests", in stm32_dmamux_probe() 230 of_node_put(dma_node); in stm32_dmamux_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_octeon_cf.c | 841 struct device_node *dma_node; in octeon_cf_probe() local 842 dma_node = of_parse_phandle(node, in octeon_cf_probe() 844 if (dma_node) { in octeon_cf_probe() 846 dma_dev = of_find_device_by_node(dma_node); in octeon_cf_probe() 853 of_node_put(dma_node); in octeon_cf_probe() 860 of_node_put(dma_node); in octeon_cf_probe() 871 of_node_put(dma_node); in octeon_cf_probe()
|