Searched refs:PCI_DMA_NONE (Results 1 - 20 of 20) sorted by relevance

/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-queue.h32 return s->dma == PCI_DMA_NONE || (SLICED_VBI_PIO && s->type == IVTV_ENC_STREAM_TYPE_VBI); ivtv_might_use_pio()
39 return s->dma == PCI_DMA_NONE || ivtv_use_pio()
45 return s->dma != PCI_DMA_NONE; ivtv_might_use_dma()
H A Divtv-streams.c125 PCI_DMA_NONE, 1,
140 PCI_DMA_NONE, 1,
147 PCI_DMA_NONE, 1,
175 s->dma = PCI_DMA_NONE; ivtv_stream_init()
213 if (ivtv_stream_info[type].dma != PCI_DMA_NONE && ivtv_prep_dev()
H A Divtv-queue.c203 s->dma != PCI_DMA_NONE ? "DMA " : "", ivtv_stream_alloc()
H A Divtv-driver.h339 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */
/linux-4.1.27/arch/xtensa/kernel/
H A Dpci-dma.c84 case PCI_DMA_NONE: consistent_sync()
/linux-4.1.27/drivers/scsi/aic94xx/
H A Daic94xx_task.c51 [PCI_DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
63 if (task->data_dir == PCI_DMA_NONE) asd_map_scatterlist()
139 if (task->data_dir == PCI_DMA_NONE) asd_unmap_scatterlist()
/linux-4.1.27/arch/frv/mm/
H A Ddma-alloc.c157 case PCI_DMA_NONE: consistent_sync()
/linux-4.1.27/arch/microblaze/mm/
H A Dconsistent.c240 case PCI_DMA_NONE: consistent_sync()
/linux-4.1.27/arch/alpha/kernel/
H A Dpci_iommu.c358 BUG_ON(dir == PCI_DMA_NONE); alpha_pci_map_page()
381 BUG_ON(dir == PCI_DMA_NONE); alpha_pci_unmap_page()
664 BUG_ON(dir == PCI_DMA_NONE); alpha_pci_map_sg()
743 BUG_ON(dir == PCI_DMA_NONE); alpha_pci_unmap_sg()
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-streams.c103 PCI_DMA_NONE,
343 if (cx18_stream_info[type].dma != PCI_DMA_NONE && cx18_prep_dev()
H A Dcx18-driver.h389 PCI_DMA_NONE */
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_scsi.c548 case PCI_DMA_NONE: i2o_scsi_queuecommand_lck()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1087 scb->dma_direction = PCI_DMA_NONE; megaraid_alloc_cmd_packets()
3520 scb->dma_direction = PCI_DMA_NONE; megaraid_cmm_register()
3658 scb->dma_direction = PCI_DMA_NONE; megaraid_mbox_mm_command()
H A Dmegaraid_sas_base.c1206 else if (scp->sc_data_direction == PCI_DMA_NONE) megasas_build_dcdb()
/linux-4.1.27/drivers/scsi/
H A Ddc395x.c1008 if (dir == PCI_DMA_NONE || !nseg) { build_srb()
3273 if (scsi_sg_count(cmd) && dir != PCI_DMA_NONE) { pci_unmap_srb()
3453 if (dir != PCI_DMA_NONE && scsi_sg_count(cmd)) srb_done()
3474 && dir != PCI_DMA_NONE && ptr && (ptr->Vers & 0x07) >= 2) srb_done()
H A Dmegaraid.c652 scb->dma_direction = PCI_DMA_NONE; mega_build_cmd()
884 scb->dma_direction = PCI_DMA_NONE; mega_build_cmd()
H A Dhpsa.c1980 if (buflen == 0 || data_direction == PCI_DMA_NONE) { hpsa_map_one()
5347 pci_dir = PCI_DMA_NONE; fill_cmd()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4190 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
4358 if (task->data_dir == PCI_DMA_NONE) { pm8001_chip_sata_req()
H A Dpm80xx_hwi.c3702 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
4068 if (task->data_dir == PCI_DMA_NONE) { pm80xx_chip_sata_req()
/linux-4.1.27/include/linux/
H A Dpci.h77 #define PCI_DMA_NONE 3 macro

Completed in 762 milliseconds