Searched refs:dma_exit (Results 1 – 16 of 16) sorted by relevance
/drivers/spi/ |
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()
|
D | spi-dw-dma.c | 633 .dma_exit = dw_spi_dma_exit, 648 .dma_exit = dw_spi_dma_exit,
|
D | spi-dw.h | 136 void (*dma_exit)(struct dw_spi *dws); member
|
/drivers/usb/musb/ |
D | jz4740.c | 156 .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 | 286 .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 | 407 .dma_exit = musbhs_dma_controller_destroy,
|
D | sunxi.c | 608 .dma_exit = sunxi_musb_dma_controller_destroy,
|
D | musb_dsps.c | 699 .dma_exit = cppi41_dma_controller_destroy,
|
D | tusb6010.c | 1187 .dma_exit = tusb_dma_controller_destroy,
|
D | musb_core.c | 2416 if (!musb->ops->dma_init || !musb->ops->dma_exit) { in musb_init_controller() 2422 musb_dma_controller_destroy = musb->ops->dma_exit; in musb_init_controller()
|
/drivers/iio/adc/ |
D | at91-sama5d2_adc.c | 1509 goto dma_exit; in at91_adc_dma_init() 1545 dma_exit: in at91_adc_dma_init()
|