/linux/drivers/dma/ |
H A D | of-dma.c | 34 struct of_dma *ofdma; in of_dma_find_controller() local 36 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_find_controller() 37 if (ofdma->of_node == dma_spec->np) in of_dma_find_controller() 38 return ofdma; in of_dma_find_controller() 56 struct of_dma *ofdma) in of_dma_router_xlate() argument 65 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate() 71 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate() 79 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate() 84 chan->router = ofdma->dma_router; in of_dma_router_xlate() 123 struct of_dma *ofdma; in of_dma_controller_register() local [all …]
|
H A D | lpc18xx-dmamux.c | 54 struct of_dma *ofdma) in lpc18xx_dmamux_reserve() argument 56 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in lpc18xx_dmamux_reserve() 80 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in lpc18xx_dmamux_reserve()
|
H A D | lpc32xx-dmamux.c | 91 struct of_dma *ofdma) in lpc32xx_dmamux_reserve() argument 93 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in lpc32xx_dmamux_reserve() 124 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in lpc32xx_dmamux_reserve()
|
H A D | ep93xx_dma.c | 1446 struct of_dma *ofdma) in ep93xx_m2p_dma_of_xlate() argument 1448 struct ep93xx_dma_engine *edma = ofdma->of_dma_data; in ep93xx_m2p_dma_of_xlate() 1463 return __dma_request_channel(&mask, ep93xx_m2p_dma_filter, &dma_cfg, ofdma->of_node); in ep93xx_m2p_dma_of_xlate() 1477 struct of_dma *ofdma) in ep93xx_m2m_dma_of_xlate() argument 1479 struct ep93xx_dma_engine *edma = ofdma->of_dma_data; in ep93xx_m2m_dma_of_xlate() 1499 return __dma_request_channel(&mask, ep93xx_m2m_dma_filter, &dma_cfg, ofdma->of_node); in ep93xx_m2m_dma_of_xlate()
|
H A D | fsl-edma-main.c | 175 struct of_dma *ofdma) in fsl_edma_xlate() argument 177 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate() 218 struct of_dma *ofdma) in fsl_edma3_xlate() argument 220 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma3_xlate()
|
H A D | mxs-dma.c | 725 struct of_dma *ofdma) in mxs_dma_xlate() argument 727 struct mxs_dma_engine *mxs_dma = ofdma->of_dma_data; in mxs_dma_xlate() 740 ofdma->of_node); in mxs_dma_xlate()
|
H A D | apple-admac.c | 582 struct of_dma *ofdma) in admac_dma_of_xlate() argument 584 struct admac_data *ad = (struct admac_data *) ofdma->of_dma_data; in admac_dma_of_xlate()
|
H A D | tegra210-adma.c | 740 struct of_dma *ofdma) in tegra_dma_of_xlate() argument 742 struct tegra_adma *tdma = ofdma->of_dma_data; in tegra_dma_of_xlate()
|
H A D | tegra186-gpc-dma.c | 1292 struct of_dma *ofdma) in tegra_dma_of_xlate() argument 1294 struct tegra_dma *tdma = ofdma->of_dma_data; in tegra_dma_of_xlate()
|
H A D | amba-pl08x.c | 2532 struct of_dma *ofdma) in pl08x_of_xlate() argument 2534 struct pl08x_driver_data *pl08x = ofdma->of_dma_data; in pl08x_of_xlate()
|
H A D | pl330.c | 2143 struct of_dma *ofdma) in of_dma_pl330_xlate() argument 2146 struct pl330_dmac *pl330 = ofdma->of_dma_data; in of_dma_pl330_xlate()
|
H A D | ste_dma40.c | 2368 struct of_dma *ofdma) in d40_xlate() argument
|
/linux/include/linux/ |
H A D | of_dma.h | 50 struct of_dma *ofdma); 52 struct of_dma *ofdma); 84 struct of_dma *ofdma) in of_dma_simple_xlate() argument
|
/linux/drivers/dma/ti/ |
H A D | dma-crossbar.c | 78 struct of_dma *ofdma) in ti_am335x_xbar_route_allocate() argument 80 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in ti_am335x_xbar_route_allocate() 100 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_am335x_xbar_route_allocate() 240 struct of_dma *ofdma) in ti_dra7_xbar_route_allocate() argument 242 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in ti_dra7_xbar_route_allocate() 254 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_dra7_xbar_route_allocate()
|
H A D | k3-udma.c | 4246 struct of_dma *ofdma) in udma_of_xlate() argument 4248 struct udma_dev *ud = ofdma->of_dma_data; in udma_of_xlate() 4282 ofdma->of_node); in udma_of_xlate()
|
/linux/drivers/dma/dw/ |
H A D | rzn1-dmamux.c | 42 struct of_dma *ofdma) in rzn1_dmamux_route_allocate() argument 44 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in rzn1_dmamux_route_allocate() 77 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", dmac_idx); in rzn1_dmamux_route_allocate()
|
H A D | of.c | 17 struct of_dma *ofdma) in dw_dma_of_xlate() argument 19 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
|
/linux/drivers/dma/stm32/ |
H A D | stm32-dmamux.c | 87 struct of_dma *ofdma) in stm32_dmamux_route_allocate() argument 89 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in stm32_dmamux_route_allocate() 133 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", i - 1); in stm32_dmamux_route_allocate()
|
H A D | stm32-mdma.c | 1542 struct of_dma *ofdma) in stm32_mdma_of_xlate() argument 1544 struct stm32_mdma_device *dmadev = ofdma->of_dma_data; in stm32_mdma_of_xlate() 1572 c = __dma_request_channel(&mask, stm32_mdma_filter_fn, &config, ofdma->of_node); in stm32_mdma_of_xlate()
|
H A D | stm32-dma.c | 1522 struct of_dma *ofdma) in stm32_dma_of_xlate() argument 1524 struct stm32_dma_device *dmadev = ofdma->of_dma_data; in stm32_dma_of_xlate()
|
/linux/drivers/dma/lgm/ |
H A D | lgm-dma.c | 1358 update_client_configs(struct of_dma *ofdma, struct of_phandle_args *spec) in update_client_configs() argument 1360 struct ldma_dev *d = ofdma->of_dma_data; in update_client_configs() 1385 struct of_dma *ofdma) in ldma_xlate() argument 1387 struct ldma_dev *d = ofdma->of_dma_data; in ldma_xlate() 1396 ret = update_client_configs(ofdma, spec); in ldma_xlate()
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.c | 462 u8 mcs, rate_idx = 0, ofdma; in ath11k_dp_tx_update_txcompl() local 485 ofdma = FIELD_GET(HAL_TX_RATE_STATS_INFO0_OFDMA_TX, ts->rate_stats); in ath11k_dp_tx_update_txcompl() 537 if (ofdma && pkt_type == HAL_TX_RATE_STATS_PKT_TYPE_11AX) { in ath11k_dp_tx_update_txcompl()
|