Searched refs:dma_exit (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-dw-core.c | 1012 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_controller() 1013 dws->dma_ops->dma_exit(dws); in dw_spi_add_controller() 1029 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_controller() 1030 dws->dma_ops->dma_exit(dws); in dw_spi_remove_controller()
|
| 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
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-imx-lpi2c.c | 1386 static void dma_exit(struct device *dev, struct lpi2c_imx_dma *dma) in dma_exit() function 1416 goto dma_exit; in lpi2c_dma_init() 1426 goto dma_exit; in lpi2c_dma_init() 1433 dma_exit: in lpi2c_dma_init() 1434 dma_exit(dev, dma); in lpi2c_dma_init()
|
| /linux/drivers/usb/musb/ |
| H A D | jz4740.c | 198 .dma_exit = musbhs_dma_controller_destroy,
|
| H A D | ux500.c | 179 .dma_exit = ux500_dma_controller_destroy,
|
| H A D | mpfs.c | 248 .dma_exit = musbhs_dma_controller_destroy,
|
| H A D | musb_core.h | 181 void (*dma_exit)(struct dma_controller *c); member
|
| H A D | mediatek.c | 357 .dma_exit = musbhs_dma_controller_destroy,
|
| H A D | omap2430.c | 289 .dma_exit = musbhs_dma_controller_destroy,
|
| H A D | da8xx.c | 482 .dma_exit = cppi41_dma_controller_destroy,
|
| H A D | sunxi.c | 621 .dma_exit = sunxi_musb_dma_controller_destroy,
|
| H A D | musb_dsps.c | 698 .dma_exit = cppi41_dma_controller_destroy,
|
| H A D | tusb6010.c | 1204 .dma_exit = tusb_dma_controller_destroy,
|
| H A D | musb_core.c | 2419 if (!musb->ops->dma_init || !musb->ops->dma_exit) { in musb_init_controller() 2425 musb_dma_controller_destroy = musb->ops->dma_exit; in musb_init_controller()
|
| /linux/drivers/iio/adc/ |
| H A D | at91-sama5d2_adc.c | 2027 goto dma_exit; in at91_adc_dma_init() 2063 dma_exit: in at91_adc_dma_init()
|