Home
last modified time | relevance | path

Searched refs:dma_stop (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/
H A Dmvme147.c66 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function
114 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_init()
H A Da2091.c135 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function
239 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10); in a2091_probe()
H A Dgvp11.c186 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function
398 wd33c93_init(instance, wdregs, dma_setup, dma_stop, in gvp11_probe()
H A Dwd33c93.h221 dma_stop_t dma_stop; member
H A Dwd33c93.c778 hostdata->dma_stop(cmd->device->host, cmd, 1); in wd33c93_intr()
1524 hostdata->dma_stop(instance, NULL, 0); in wd33c93_host_reset()
1609 hostdata->dma_stop(instance, cmd, 0); in wd33c93_abort()
1889 hostdata->dma_stop = stop; in wd33c93_init()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h125 struct vop_reg dma_stop; member