Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dti-dma-crossbar.c127 struct device_node *dma_node; in ti_am335x_xbar_probe() local
140 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_am335x_xbar_probe()
141 if (!dma_node) { in ti_am335x_xbar_probe()
146 match = of_match_node(ti_am335x_master_match, dma_node); in ti_am335x_xbar_probe()
152 if (of_property_read_u32(dma_node, "dma-requests", in ti_am335x_xbar_probe()
159 of_node_put(dma_node); in ti_am335x_xbar_probe()
288 struct device_node *dma_node; in ti_dra7_xbar_probe() local
304 dma_node = of_parse_phandle(node, "dma-masters", 0); in ti_dra7_xbar_probe()
305 if (!dma_node) { in ti_dra7_xbar_probe()
310 match = of_match_node(ti_dra7_master_match, dma_node); in ti_dra7_xbar_probe()
[all …]
/linux-4.4.14/drivers/scsi/
Dsun_esp.c565 struct device_node *dma_node = NULL; in esp_sbus_probe() local
573 dma_node = dp->parent; in esp_sbus_probe()
575 dma_node = op->dev.of_node; in esp_sbus_probe()
578 if (dma_node) in esp_sbus_probe()
579 dma_of = of_find_device_by_node(dma_node); in esp_sbus_probe()
/linux-4.4.14/drivers/soc/ti/
Dknav_dma.c382 struct device_node *dma_node; in of_channel_match_helper() local
385 dma_node = of_parse_phandle(np, "ti,navigator-dmas", 0); in of_channel_match_helper()
386 if (!dma_node) in of_channel_match_helper()
389 *dma_instance = dma_node->name; in of_channel_match_helper()
613 static int dma_init(struct device_node *cloud, struct device_node *dma_node) in dma_init() argument
616 struct device_node *node = dma_node; in dma_init()
/linux-4.4.14/drivers/ata/
Dpata_octeon_cf.c891 struct device_node *dma_node; in octeon_cf_probe() local
892 dma_node = of_parse_phandle(node, in octeon_cf_probe()
894 if (dma_node) { in octeon_cf_probe()
896 dma_dev = of_find_device_by_node(dma_node); in octeon_cf_probe()
902 of_node_put(dma_node); in octeon_cf_probe()
908 of_node_put(dma_node); in octeon_cf_probe()
917 of_node_put(dma_node); in octeon_cf_probe()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-topology.h163 } dma_node; member
Dskl-messages.c352 ssp_node.dma_node.time_slot_index = mconfig->time_slot; in skl_setup_cpr_gateway_cfg()
353 ssp_node.dma_node.i2s_instance = mconfig->vbus_id; in skl_setup_cpr_gateway_cfg()