Searched refs:dma_exit (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-dw-core.c | 964 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_add_host() 965 dws->dma_ops->dma_exit(dws); in dw_spi_add_host() 981 if (dws->dma_ops && dws->dma_ops->dma_exit) in dw_spi_remove_host() 982 dws->dma_ops->dma_exit(dws); in dw_spi_remove_host()
|
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
|
/openbmc/linux/drivers/usb/musb/ |
H A D | mpfs.c | 138 .dma_exit = musbhs_dma_controller_destroy,
|
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 | musb_core.h | 181 void (*dma_exit)(struct dma_controller *c); member
|
H A D | da8xx.c | 479 .dma_exit = cppi41_dma_controller_destroy,
|
H A D | mediatek.c | 357 .dma_exit = musbhs_dma_controller_destroy,
|
H A D | omap2430.c | 290 .dma_exit = musbhs_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 | 2421 if (!musb->ops->dma_init || !musb->ops->dma_exit) { in musb_init_controller() 2427 musb_dma_controller_destroy = musb->ops->dma_exit; in musb_init_controller()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 2037 goto dma_exit; in at91_adc_dma_init() 2073 dma_exit: in at91_adc_dma_init()
|