Searched refs:dma_stop (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/scsi/
H A Dmvme147.c66 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, function
114 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Da2091.c135 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, function
239 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Da3000.c139 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, function
259 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15);
H A Dsgiwd93.c142 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, function
157 pr_debug("dma_stop: status<%d> ", status);
263 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20));
H A Dgvp11.c186 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, function
398 wd33c93_init(instance, wdregs, dma_setup, dma_stop,
H A Dwd33c93.h221 dma_stop_t dma_stop; member in struct:WD33C93_hostdata
H A Dwd33c93.c778 hostdata->dma_stop(cmd->device->host, cmd, 1);
1524 hostdata->dma_stop(instance, NULL, 0);
1609 hostdata->dma_stop(instance, cmd, 0);
1891 hostdata->dma_stop = stop;
/linux-master/drivers/spi/
H A Dspi-dw-dma.c689 .dma_stop = dw_spi_dma_stop,
704 .dma_stop = dw_spi_dma_stop,
H A Dspi-dw.h148 void (*dma_stop)(struct dw_spi *dws); member in struct:dw_spi_dma_ops
H A Dspi-dw-core.c473 dws->dma_ops->dma_stop(dws);

Completed in 158 milliseconds