Searched refs:dma_stop (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/ |
H A D | mvme147.c | 66 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 D | a3000.c | 139 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 259 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15); in amiga_a3000_scsi_probe()
|
H A D | a2091.c | 135 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 D | sgiwd93.c | 142 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 157 pr_debug("dma_stop: status<%d> ", status); in dma_stop() 263 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20)); in sgiwd93_probe()
|
H A D | gvp11.c | 186 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 D | wd33c93.h | 221 dma_stop_t dma_stop; member
|
/linux/drivers/spi/ |
H A D | spi-dw-dma.c | 689 .dma_stop = dw_spi_dma_stop, 704 .dma_stop = dw_spi_dma_stop,
|
H A D | spi-dw.h | 148 void (*dma_stop)(struct dw_spi *dws); member
|
H A D | spi-dw-core.c | 471 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 469 .dma_stop = VOP_REG(RK3066_SYS_CTRL0, 0x1, 0),
|