Home
last modified time | relevance | path

Searched refs:no_dma (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/comedi/drivers/
Dcomedi_isadma.c174 goto no_dma; in comedi_isadma_alloc()
178 goto no_dma; in comedi_isadma_alloc()
182 goto no_dma; in comedi_isadma_alloc()
193 goto no_dma; in comedi_isadma_alloc()
197 goto no_dma; in comedi_isadma_alloc()
209 goto no_dma; in comedi_isadma_alloc()
215 no_dma: in comedi_isadma_alloc()
/linux-4.1.27/drivers/mmc/host/
Dtifm_sd.c25 static bool no_dma = 0; variable
27 module_param(no_dma, bool, 0644);
95 no_dma:1; member
426 if (!(host->no_dma || (host->cmd_flags & FIFO_READY))) in tifm_sd_check_status()
567 if (host->no_dma && cmd->data) { in tifm_sd_card_event()
646 host->no_dma = 1; in tifm_sd_request()
648 host->no_dma = no_dma ? 1 : 0; in tifm_sd_request()
658 if (host->no_dma) { in tifm_sd_request()
759 if (host->no_dma) { in tifm_sd_end_cmd()
Ddw_mmc.c2506 goto no_dma; in dw_mci_init_dma()
2516 goto no_dma; in dw_mci_init_dma()
2523 goto no_dma; in dw_mci_init_dma()
2527 goto no_dma; in dw_mci_init_dma()
2533 no_dma: in dw_mci_init_dma()
/linux-4.1.27/drivers/memstick/host/
Dtifm_ms.c25 static bool no_dma; variable
26 module_param(no_dma, bool, 0644);
268 host->use_dma = !no_dma; in tifm_ms_issue_cmd()
Djmb38x_ms.c24 static bool no_dma; variable
25 module_param(no_dma, bool, 0644);
404 if (!no_dma) in jmb38x_ms_issue_cmd()
/linux-4.1.27/drivers/scsi/
Dwd33c93.c664 if ((cmd->SCp.phase == 0) && (hostdata->no_dma == 0)) { in DEF_SCSI_QCMD()
762 if (hostdata->no_dma || hostdata->dma_setup(cmd, data_in_dir)) { in transfer_bytes()
1978 hostdata->no_dma = 0; /* default is DMA enabled */ in wd33c93_init()
1999 hostdata->no_dma = (val == -1) ? 1 : val; in wd33c93_init()
2045 hostdata->microcode, hostdata->no_sync, hostdata->no_dma); in wd33c93_init()
2102 hd->no_dma = simple_strtoul(bp+6, &bp, 0); in wd33c93_write_info()
2145 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast); in wd33c93_show_info()
Dwd33c93.h258 uchar no_dma; /* set this flag to disable DMA */ member
/linux-4.1.27/drivers/spi/
Dspi-imx.c910 goto no_dma; in spi_imx_dma_transfer()
922 goto no_dma; in spi_imx_dma_transfer()
979 no_dma: in spi_imx_dma_transfer()
Dspi-omap2-mcspi.c963 goto no_dma; in omap2_mcspi_request_dma()
974 goto no_dma; in omap2_mcspi_request_dma()
979 no_dma: in omap2_mcspi_request_dma()
/linux-4.1.27/drivers/tty/serial/
Dpmac_zilog.c1449 goto no_dma; in pmz_init_port()
1456 goto no_dma; in pmz_init_port()
1461 no_dma: in pmz_init_port()