Home
last modified time | relevance | path

Searched refs:of_dma (Results 1 - 25 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/include/linux/
H A Dof_dma.h18 struct of_dma { struct
22 (struct of_phandle_args *, struct of_dma *);
24 (struct of_phandle_args *, struct of_dma *);
37 (struct of_phandle_args *, struct of_dma *),
43 (struct of_phandle_args *, struct of_dma *),
50 struct of_dma *ofdma);
52 struct of_dma *ofdma);
57 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
69 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
84 struct of_dma *ofdm in of_dma_simple_xlate()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dof_dma.h18 struct of_dma { struct
22 (struct of_phandle_args *, struct of_dma *);
24 (struct of_phandle_args *, struct of_dma *);
37 (struct of_phandle_args *, struct of_dma *),
43 (struct of_phandle_args *, struct of_dma *),
50 struct of_dma *ofdma);
52 struct of_dma *ofdma);
57 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
69 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
84 struct of_dma *ofdm in of_dma_simple_xlate()
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dof-dma.c16 #include <linux/of_dma.h>
32 static struct of_dma *of_dma_find_controller(struct of_phandle_args *dma_spec) in of_dma_find_controller()
34 struct of_dma *ofdma; in of_dma_find_controller()
56 struct of_dma *ofdma) in of_dma_router_xlate()
59 struct of_dma *ofdma_target; in of_dma_router_xlate()
110 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
113 struct of_dma *ofdma; in of_dma_controller_register()
128 /* Now queue of_dma controller structure in list */ in of_dma_controller_register()
145 struct of_dma *ofdma; in of_dma_controller_free()
177 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
[all...]
H A Dlpc18xx-dmamux.c16 #include <linux/of_dma.h>
52 struct of_dma *ofdma) in lpc18xx_dmamux_reserve()
H A Dmilbeaut-hdmac.c13 #include <linux/of_dma.h>
403 milbeaut_hdmac_xlate(struct of_phandle_args *dma_spec, struct of_dma *of_dma) in milbeaut_hdmac_xlate() argument
405 struct milbeaut_hdmac_device *mdev = of_dma->of_dma_data; in milbeaut_hdmac_xlate()
H A Dstm32-dmamux.c19 #include <linux/of_dma.h>
85 struct of_dma *ofdma) in stm32_dmamux_route_allocate()
H A Dfsl-edma.c19 #include <linux/of_dma.h>
104 struct of_dma *ofdma) in fsl_edma_xlate()
408 "Can't register Freescale eDMA of_dma. (%d)\n", ret); in fsl_edma_probe()
H A Duniphier-xdmac.c13 #include <linux/of_dma.h>
467 struct of_dma *ofdma) in of_dma_uniphier_xlate()
H A Dmmp_tdma.c20 #include <linux/of_dma.h>
612 struct of_dma *ofdma) in mmp_tdma_xlate()
H A Dmoxart-dma.c25 #include <linux/of_dma.h>
333 struct of_dma *ofdma) in moxart_of_xlate()
/kernel/linux/linux-6.6/drivers/dma/
H A Dof-dma.c16 #include <linux/of_dma.h>
32 static struct of_dma *of_dma_find_controller(struct of_phandle_args *dma_spec) in of_dma_find_controller()
34 struct of_dma *ofdma; in of_dma_find_controller()
56 struct of_dma *ofdma) in of_dma_router_xlate()
59 struct of_dma *ofdma_target; in of_dma_router_xlate()
120 (struct of_phandle_args *, struct of_dma *), in of_dma_controller_register()
123 struct of_dma *ofdma; in of_dma_controller_register()
138 /* Now queue of_dma controller structure in list */ in of_dma_controller_register()
155 struct of_dma *ofdma; in of_dma_controller_free()
187 (struct of_phandle_args *, struct of_dma *), in of_dma_router_register()
[all...]
H A Dlpc18xx-dmamux.c16 #include <linux/of_dma.h>
54 struct of_dma *ofdma) in lpc18xx_dmamux_reserve()
H A Dmilbeaut-hdmac.c13 #include <linux/of_dma.h>
403 milbeaut_hdmac_xlate(struct of_phandle_args *dma_spec, struct of_dma *of_dma) in milbeaut_hdmac_xlate() argument
405 struct milbeaut_hdmac_device *mdev = of_dma->of_dma_data; in milbeaut_hdmac_xlate()
H A Dfsl-edma-main.c21 #include <linux/of_dma.h>
99 struct of_dma *ofdma) in fsl_edma_xlate()
132 struct of_dma *ofdma) in fsl_edma3_xlate()
612 "Can't register Freescale eDMA of_dma. (%d)\n", ret); in fsl_edma_probe()
H A Dstm32-dmamux.c19 #include <linux/of_dma.h>
87 struct of_dma *ofdma) in stm32_dmamux_route_allocate()
H A Dmmp_tdma.c20 #include <linux/of_dma.h>
612 struct of_dma *ofdma) in mmp_tdma_xlate()
H A Dmoxart-dma.c22 #include <linux/of_dma.h>
330 struct of_dma *ofdma) in moxart_of_xlate()
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdma-of.c12 #include <linux/of_dma.h>
20 struct of_dma *ofdma) in shdma_of_xlate()
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Dof.c11 #include <linux/of_dma.h>
17 struct of_dma *ofdma) in dw_dma_of_xlate()
H A Drzn1-dmamux.c9 #include <linux/of_dma.h>
42 struct of_dma *ofdma) in rzn1_dmamux_route_allocate()
/kernel/linux/linux-5.10/drivers/dma/dw/
H A Dof.c11 #include <linux/of_dma.h>
17 struct of_dma *ofdma) in dw_dma_of_xlate()
/kernel/linux/linux-5.10/drivers/dma/ti/
H A Ddma-crossbar.c13 #include <linux/of_dma.h>
77 struct of_dma *ofdma) in ti_am335x_xbar_route_allocate()
239 struct of_dma *ofdma) in ti_dra7_xbar_route_allocate()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Ddma-crossbar.c13 #include <linux/of_dma.h>
78 struct of_dma *ofdma) in ti_am335x_xbar_route_allocate()
240 struct of_dma *ofdma) in ti_dra7_xbar_route_allocate()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmci_qcom_dml.c7 #include <linux/of_dma.h>
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmci_qcom_dml.c7 #include <linux/of_dma.h>

Completed in 15 milliseconds

123456