Searched refs:dma_stop (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/ |
D | mvme147.c | 62 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 109 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_init()
|
D | a3000.c | 110 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 218 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15); in amiga_a3000_scsi_probe()
|
D | a2091.c | 108 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 200 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10); in a2091_probe()
|
D | sgiwd93.c | 136 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 255 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20)); in sgiwd93_probe()
|
D | gvp11.c | 147 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 338 wd33c93_init(instance, wdregs, dma_setup, dma_stop, in gvp11_probe()
|
D | wd33c93.h | 226 dma_stop_t dma_stop; member
|
D | wd33c93.c | 835 hostdata->dma_stop(cmd->device->host, cmd, 1); in wd33c93_intr() 1578 hostdata->dma_stop(instance, NULL, 0); in wd33c93_host_reset() 1663 hostdata->dma_stop(instance, cmd, 0); in wd33c93_abort() 1945 hostdata->dma_stop = stop; in wd33c93_init()
|
/drivers/spi/ |
D | spi-dw.h | 100 void (*dma_stop)(struct dw_spi *dws); member
|
D | spi-dw-mid.c | 284 .dma_stop = mid_spi_dma_stop,
|
D | spi-dw.c | 391 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err()
|
/drivers/staging/media/imx/ |
D | imx7-media-csi.c | 859 goto dma_stop; in imx7_csi_streaming_start() 865 dma_stop: in imx7_csi_streaming_start()
|