Searched refs:dma_exit (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/spi/ |
D | spi-dw.c | 531 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 532 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 545 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 546 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
D | spi-dw.h | 93 void (*dma_exit)(struct dw_spi *dws); member
|
D | spi-dw-mid.c | 288 .dma_exit = mid_spi_dma_exit,
|
/linux-4.4.14/drivers/usb/musb/ |
D | ux500.c | 194 .dma_exit = ux500_dma_controller_destroy,
|
D | musb_core.h | 204 void (*dma_exit)(struct dma_controller *c); member
|
D | davinci.c | 500 .dma_exit = cppi_dma_controller_destroy,
|
D | da8xx.c | 468 .dma_exit = cppi_dma_controller_destroy,
|
D | am35x.c | 448 .dma_exit = musbhs_dma_controller_destroy,
|
D | blackfin.c | 483 .dma_exit = musbhs_dma_controller_destroy,
|
D | omap2430.c | 511 .dma_exit = musbhs_dma_controller_destroy,
|
D | sunxi.c | 580 .dma_exit = sunxi_musb_dma_controller_destroy,
|
D | musb_dsps.c | 642 .dma_exit = cppi41_dma_controller_destroy,
|
D | tusb6010.c | 1197 .dma_exit = tusb_dma_controller_destroy,
|
D | musb_core.c | 2095 if (!musb->ops->dma_init || !musb->ops->dma_exit) { in musb_init_controller() 2101 musb_dma_controller_destroy = musb->ops->dma_exit; in musb_init_controller()
|