Searched refs:dma_exit (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/spi/ |
| A D | spi-dw-core.c | 940 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 941 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 956 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 957 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
| A D | spi-dw-dma.c | 630 .dma_exit = dw_spi_dma_exit, 645 .dma_exit = dw_spi_dma_exit,
|
| A D | spi-dw.h | 140 void (*dma_exit)(struct dw_spi *dws); member
|
| /linux/drivers/usb/musb/ |
| A D | jz4740.c | 156 .dma_exit = musbhs_dma_controller_destroy,
|
| A D | ux500.c | 179 .dma_exit = ux500_dma_controller_destroy,
|
| A D | musb_core.h | 181 void (*dma_exit)(struct dma_controller *c); member
|
| A D | davinci.c | 478 .dma_exit = cppi_dma_controller_destroy,
|
| A D | am35x.c | 426 .dma_exit = musbhs_dma_controller_destroy,
|
| A D | omap2430.c | 289 .dma_exit = musbhs_dma_controller_destroy,
|
| A D | da8xx.c | 477 .dma_exit = cppi41_dma_controller_destroy,
|
| A D | mediatek.c | 408 .dma_exit = musbhs_dma_controller_destroy,
|
| A D | sunxi.c | 616 .dma_exit = sunxi_musb_dma_controller_destroy,
|
| A D | musb_dsps.c | 699 .dma_exit = cppi41_dma_controller_destroy,
|
| A D | tusb6010.c | 1188 .dma_exit = tusb_dma_controller_destroy,
|
| A 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/drivers/iio/adc/ |
| A D | at91-sama5d2_adc.c | 1687 goto dma_exit; in at91_adc_dma_init() 1723 dma_exit: in at91_adc_dma_init()
|
Completed in 37 milliseconds