Searched refs:dma_exit (Results 1 - 25 of 31) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-dw-core.c | 910 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 D | spi-dw-dma.c | 633 .dma_exit = dw_spi_dma_exit, 648 .dma_exit = dw_spi_dma_exit,
|
H A D | spi-dw.h | 136 void (*dma_exit)(struct dw_spi *dws); member
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-dw-core.c | 964 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 D | spi-dw-dma.c | 685 .dma_exit = dw_spi_dma_exit, 700 .dma_exit = dw_spi_dma_exit,
|
H A D | spi-dw.h | 143 void (*dma_exit)(struct dw_spi *dws); member
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | jz4740.c | 156 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | ux500.c | 179 .dma_exit = ux500_dma_controller_destroy,
|
H A D | musb_core.h | 132 * @dma_exit: platform specific dma exit function 181 void (*dma_exit)(struct dma_controller *c); member
|
H A D | da8xx.c | 477 .dma_exit = cppi41_dma_controller_destroy,
|
H A D | davinci.c | 478 .dma_exit = cppi_dma_controller_destroy,
|
H A D | am35x.c | 426 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | omap2430.c | 286 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | mediatek.c | 407 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | musb_dsps.c | 699 .dma_exit = cppi41_dma_controller_destroy,
|
H A D | sunxi.c | 608 .dma_exit = sunxi_musb_dma_controller_destroy,
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | jz4740.c | 198 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | mpfs.c | 138 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | ux500.c | 179 .dma_exit = ux500_dma_controller_destroy,
|
H A D | musb_core.h | 132 * @dma_exit: platform specific dma exit function 181 void (*dma_exit)(struct dma_controller *c); member
|
H A D | da8xx.c | 479 .dma_exit = cppi41_dma_controller_destroy,
|
H A D | mediatek.c | 357 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | omap2430.c | 290 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | musb_dsps.c | 698 .dma_exit = cppi41_dma_controller_destroy,
|
H A D | sunxi.c | 623 .dma_exit = sunxi_musb_dma_controller_destroy,
|
Completed in 23 milliseconds
12