Searched refs:dma_node (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | dma-crossbar.c | 134 struct device_node *dma_node; in ti_am335x_xbar_probe() local 146 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe() 147 if (!dma_node) { in ti_am335x_xbar_probe() 152 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe() 155 of_node_put(dma_node); in ti_am335x_xbar_probe() 159 if (of_property_read_u32(dma_node, "dma-requests", in ti_am335x_xbar_probe() 166 of_node_put(dma_node); in ti_am335x_xbar_probe() 326 struct device_node *dma_node; in ti_dra7_xbar_probe() local 341 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe() 342 if (!dma_node) { in ti_dra7_xbar_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | stm32-dmamux.c | 180 struct device_node *dma_node; in stm32_dmamux_probe() local 204 dma_node = of_parse_phandle(node, "dma-masters", i - 1); in stm32_dmamux_probe() 206 match = of_match_node(stm32_stm32dma_master_match, dma_node); in stm32_dmamux_probe() 209 of_node_put(dma_node); in stm32_dmamux_probe() 213 if (of_property_read_u32(dma_node, "dma-requests", in stm32_dmamux_probe() 222 of_node_put(dma_node); in stm32_dmamux_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | sun_esp.c | 527 struct device_node *dma_node = NULL; in esp_sbus_probe() local 535 dma_node = dp->parent; in esp_sbus_probe() 537 dma_node = op->dev.of_node; in esp_sbus_probe() 540 if (dma_node) in esp_sbus_probe() 541 dma_of = of_find_device_by_node(dma_node); in esp_sbus_probe()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
D | knav_dma.c | 379 struct device_node *dma_node; in of_channel_match_helper() local 382 dma_node = of_parse_phandle(np, "ti,navigator-dmas", 0); in of_channel_match_helper() 383 if (!dma_node) in of_channel_match_helper() 386 *dma_instance = dma_node->name; in of_channel_match_helper() 610 static int dma_init(struct device_node *cloud, struct device_node *dma_node) in dma_init() argument 613 struct device_node *node = dma_node; in dma_init()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_octeon_cf.c | 880 struct device_node *dma_node; in octeon_cf_probe() local 881 dma_node = of_parse_phandle(node, in octeon_cf_probe() 883 if (dma_node) { in octeon_cf_probe() 885 dma_dev = of_find_device_by_node(dma_node); in octeon_cf_probe() 892 of_node_put(dma_node); in octeon_cf_probe() 899 of_node_put(dma_node); in octeon_cf_probe() 910 of_node_put(dma_node); in octeon_cf_probe()
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
D | skl-topology.h | 180 } dma_node; member
|
D | skl-messages.c | 520 ssp_node.dma_node.time_slot_index = mconfig->time_slot; in skl_get_node_id() 521 ssp_node.dma_node.i2s_instance = mconfig->vbus_id; in skl_get_node_id()
|