Searched refs:dma_stop (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/ |
D | mvme147.c | 61 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 94 wd33c93_init(instance, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_detect()
|
D | a2091.c | 107 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 216 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10); in a2091_probe()
|
D | a3000.c | 109 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 235 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15); in amiga_a3000_scsi_probe()
|
D | sgiwd93.c | 136 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 270 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20)); in sgiwd93_probe()
|
D | gvp11.c | 146 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 355 wd33c93_init(instance, wdregs, dma_setup, dma_stop, in gvp11_probe()
|
D | wd33c93.h | 236 dma_stop_t dma_stop; member
|
D | wd33c93.c | 844 hostdata->dma_stop(cmd->device->host, cmd, 1); in wd33c93_intr() 1586 hostdata->dma_stop(instance, NULL, 0); in wd33c93_host_reset() 1670 hostdata->dma_stop(instance, cmd, 0); in wd33c93_abort() 1951 hostdata->dma_stop = stop; in wd33c93_init()
|
/drivers/staging/media/omap24xx/ |
D | omap24xxcam-dma.c | 205 if (!dma->free_dmach || atomic_read(&dma->dma_stop)) { in omap24xxcam_dma_start() 292 atomic_inc(&dma->dma_stop); in omap24xxcam_dma_stop() 294 atomic_dec(&dma->dma_stop); in omap24xxcam_dma_stop()
|
D | omap24xxcam.h | 438 atomic_t dma_stop; member
|