Searched refs:dma_setup (Results 1 - 25 of 29) sorted by relevance

12

/drivers/scsi/
H A Dmvme147.c30 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
93 wd33c93_init(instance, regs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Da2091.c41 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
216 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Da3000.c45 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
234 wd33c93_init(instance, wdregs, dma_setup, dma_stop, WD33C93_FS_12_15);
H A Dgvp11.c50 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
355 wd33c93_init(instance, wdregs, dma_setup, dma_stop,
H A Dsgiwd93.c103 static int dma_setup(struct scsi_cmnd *cmd, int datainp) function
109 pr_debug("dma_setup: datainp<%d> hcp<%p> ", datainp, hdata->cpu);
270 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20));
H A Dwd33c93.h235 dma_setup_t dma_setup; member in struct:WD33C93_hostdata
H A Dwd33c93.c664 if (hostdata->dma_setup(cmd,
761 if (hostdata->no_dma || hostdata->dma_setup(cmd, data_in_dir)) {
1949 hostdata->dma_setup = setup;
/drivers/ide/
H A Dcs5536.c242 .dma_setup = ide_dma_setup,
H A Dide-dma-sff.c327 .dma_setup = ide_dma_setup,
H A Dsc1200.c285 .dma_setup = ide_dma_setup,
H A Dsl82c105.c292 .dma_setup = ide_dma_setup,
H A Dtc86c001.c186 .dma_setup = ide_dma_setup,
H A Dtrm290.c319 .dma_setup = trm290_dma_setup,
H A Dns87415.c287 .dma_setup = ide_dma_setup,
H A Dpdc202xx_old.c250 .dma_setup = ide_dma_setup,
H A Dhpt366.c1332 .dma_setup = ide_dma_setup,
1343 .dma_setup = ide_dma_setup,
1355 .dma_setup = ide_dma_setup,
H A Dalim15x3.c505 .dma_setup = ide_dma_setup,
H A Dau1xxx-ide.c339 .dma_setup = auide_dma_setup,
H A Dcmd64x.c321 .dma_setup = ide_dma_setup,
H A Dide-dma.c543 if (dma_ops->dma_setup(drive, cmd))
H A Dicside.c372 .dma_setup = icside_dma_setup,
H A Dit821x.c513 .dma_setup = ide_dma_setup,
H A Dsgiioc4.c516 .dma_setup = sgiioc4_dma_setup,
/drivers/media/video/marvell-ccic/
H A Dmcam-core.h141 void (*dma_setup)(struct mcam_camera *cam); member in struct:mcam_camera
H A Dmcam-core.c675 cam->dma_setup(cam);
1104 cam->dma_setup = mcam_ctlr_dma_contig;
1113 cam->dma_setup = mcam_ctlr_dma_sg;
1125 cam->dma_setup = mcam_ctlr_dma_vmalloc;

Completed in 611 milliseconds

12