Searched refs:dma_exit (Results 1 – 17 of 17) sorted by relevance
| /Linux-v6.1/drivers/spi/ |
| D | spi-dw-core.c | 966 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 967 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 983 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 984 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
| D | spi-dw-dma.c | 645 .dma_exit = dw_spi_dma_exit, 660 .dma_exit = dw_spi_dma_exit,
|
| D | spi-dw.h | 143 void (*dma_exit)(struct dw_spi *dws); member
|
| /Linux-v6.1/drivers/usb/musb/ |
| D | mpfs.c | 137 .dma_exit = musbhs_dma_controller_destroy,
|
| D | jz4740.c | 152 .dma_exit = musbhs_dma_controller_destroy,
|
| D | ux500.c | 179 .dma_exit = ux500_dma_controller_destroy,
|
| D | musb_core.h | 181 void (*dma_exit)(struct dma_controller *c); member
|
| D | omap2430.c | 289 .dma_exit = musbhs_dma_controller_destroy,
|
| D | davinci.c | 478 .dma_exit = cppi_dma_controller_destroy,
|
| D | am35x.c | 426 .dma_exit = musbhs_dma_controller_destroy,
|
| D | da8xx.c | 477 .dma_exit = cppi41_dma_controller_destroy,
|
| D | mediatek.c | 355 .dma_exit = musbhs_dma_controller_destroy,
|
| D | sunxi.c | 616 .dma_exit = sunxi_musb_dma_controller_destroy,
|
| D | musb_dsps.c | 700 .dma_exit = cppi41_dma_controller_destroy,
|
| D | tusb6010.c | 1188 .dma_exit = tusb_dma_controller_destroy,
|
| D | musb_core.c | 2427 if (!musb->ops->dma_init || !musb->ops->dma_exit) { in musb_init_controller() 2433 musb_dma_controller_destroy = musb->ops->dma_exit; in musb_init_controller()
|
| /Linux-v6.1/drivers/iio/adc/ |
| D | at91-sama5d2_adc.c | 2037 goto dma_exit; in at91_adc_dma_init() 2073 dma_exit: in at91_adc_dma_init()
|