Home
last modified time | relevance | path

Searched refs:dma_exit (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-dw-core.c910 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host()
911 dws->dma_ops->dma_exit(dws); in dw_spi_add_host()
926 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host()
927 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
H A Dspi-dw-dma.c633 .dma_exit = dw_spi_dma_exit,
648 .dma_exit = dw_spi_dma_exit,
H A Dspi-dw.h136 void (*dma_exit)(struct dw_spi *dws); member
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dw-core.c964 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host()
965 dws->dma_ops->dma_exit(dws); in dw_spi_add_host()
981 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host()
982 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
H A Dspi-dw-dma.c685 .dma_exit = dw_spi_dma_exit,
700 .dma_exit = dw_spi_dma_exit,
H A Dspi-dw.h143 void (*dma_exit)(struct dw_spi *dws); member
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Djz4740.c156 .dma_exit = musbhs_dma_controller_destroy,
H A Dux500.c179 .dma_exit = ux500_dma_controller_destroy,
H A Dmusb_core.h132 * @dma_exit: platform specific dma exit function
181 void (*dma_exit)(struct dma_controller *c); member
H A Dda8xx.c477 .dma_exit = cppi41_dma_controller_destroy,
H A Ddavinci.c478 .dma_exit = cppi_dma_controller_destroy,
H A Dam35x.c426 .dma_exit = musbhs_dma_controller_destroy,
H A Domap2430.c286 .dma_exit = musbhs_dma_controller_destroy,
H A Dmediatek.c407 .dma_exit = musbhs_dma_controller_destroy,
H A Dmusb_dsps.c699 .dma_exit = cppi41_dma_controller_destroy,
H A Dsunxi.c608 .dma_exit = sunxi_musb_dma_controller_destroy,
/kernel/linux/linux-6.6/drivers/usb/musb/
H A Djz4740.c198 .dma_exit = musbhs_dma_controller_destroy,
H A Dmpfs.c138 .dma_exit = musbhs_dma_controller_destroy,
H A Dux500.c179 .dma_exit = ux500_dma_controller_destroy,
H A Dmusb_core.h132 * @dma_exit: platform specific dma exit function
181 void (*dma_exit)(struct dma_controller *c); member
H A Dda8xx.c479 .dma_exit = cppi41_dma_controller_destroy,
H A Dmediatek.c357 .dma_exit = musbhs_dma_controller_destroy,
H A Domap2430.c290 .dma_exit = musbhs_dma_controller_destroy,
H A Dmusb_dsps.c698 .dma_exit = cppi41_dma_controller_destroy,
H A Dsunxi.c623 .dma_exit = sunxi_musb_dma_controller_destroy,

Completed in 23 milliseconds

12