| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | mvme147.c | 61 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 108 wd33c93_init(mvme147_shost, regs, dma_setup, dma_stop, WD33C93_FS_8_10); in mvme147_init()
|
| H A D | a3000.c | 109 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 217 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15); in amiga_a3000_scsi_probe()
|
| H A D | a2091.c | 107 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 199 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10); in a2091_probe()
|
| H A 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()
|
| H A D | gvp11.c | 146 static void dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, in dma_stop() function 337 wd33c93_init(instance, wdregs, dma_setup, dma_stop, in gvp11_probe()
|
| H A D | wd33c93.h | 226 dma_stop_t dma_stop; member
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-dw-dma.c | 637 .dma_stop = dw_spi_dma_stop, 652 .dma_stop = dw_spi_dma_stop,
|
| H A D | spi-dw.h | 141 void (*dma_stop)(struct dw_spi *dws); member
|
| H A D | spi-dw-core.c | 461 dws->dma_ops->dma_stop(dws); in dw_spi_handle_err()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx7-media-csi.c | 840 goto dma_stop; in imx7_csi_streaming_start() 846 dma_stop: in imx7_csi_streaming_start()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 251 struct vop_reg dma_stop; member 1207 struct vop_reg dma_stop; member
|
| H A D | rockchip_vop_reg.c | 255 .dma_stop = VOP_REG(RK3288_SYS_CTRL, 0x1, 21), 1021 .dma_stop = VOP_REG(RK3328_SYS_CTRL, 0x1, 21),
|
| H A D | rockchip_drm_vop.c | 1681 VOP_CTRL_SET(vop, dma_stop, 1); in vop_crtc_atomic_disable() 4004 VOP_CTRL_SET(vop, dma_stop, 1); in vop_crtc_atomic_flush() 4014 VOP_CTRL_SET(vop, dma_stop, 0); in vop_crtc_atomic_flush()
|
| H A D | rockchip_drm_vop2.c | 3995 VOP_CTRL_SET(vop2, dma_stop, 1); in vop2_disable() 10009 VOP_CTRL_SET(vop2, dma_stop, 1); in vop2_crtc_atomic_flush() 10018 VOP_CTRL_SET(vop2, dma_stop, 0); in vop2_crtc_atomic_flush()
|