Home
last modified time | relevance | path

Searched refs:PCI_DMA_NONE (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-queue.h32 return s->dma == PCI_DMA_NONE || (SLICED_VBI_PIO && s->type == IVTV_ENC_STREAM_TYPE_VBI); in ivtv_might_use_pio()
39 return s->dma == PCI_DMA_NONE || in ivtv_use_pio()
45 return s->dma != PCI_DMA_NONE; in ivtv_might_use_dma()
Divtv-streams.c125 PCI_DMA_NONE, 1,
140 PCI_DMA_NONE, 1,
147 PCI_DMA_NONE, 1,
175 s->dma = PCI_DMA_NONE; in ivtv_stream_init()
213 if (ivtv_stream_info[type].dma != PCI_DMA_NONE && in ivtv_prep_dev()
Divtv-queue.c203 s->dma != PCI_DMA_NONE ? "DMA " : "", in ivtv_stream_alloc()
/linux-4.4.14/arch/frv/mm/
Ddma-alloc.c157 case PCI_DMA_NONE: in consistent_sync()
/linux-4.4.14/arch/alpha/kernel/
Dpci_iommu.c357 BUG_ON(dir == PCI_DMA_NONE); in alpha_pci_map_page()
380 BUG_ON(dir == PCI_DMA_NONE); in alpha_pci_unmap_page()
663 BUG_ON(dir == PCI_DMA_NONE); in alpha_pci_map_sg()
742 BUG_ON(dir == PCI_DMA_NONE); in alpha_pci_unmap_sg()
/linux-4.4.14/arch/microblaze/mm/
Dconsistent.c240 case PCI_DMA_NONE: in consistent_sync()
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_task.c51 [PCI_DMA_NONE] = DATA_DIR_NONE, /* NO TRANSFER */
63 if (task->data_dir == PCI_DMA_NONE) in asd_map_scatterlist()
139 if (task->data_dir == PCI_DMA_NONE) in asd_unmap_scatterlist()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-streams.c103 PCI_DMA_NONE,
343 if (cx18_stream_info[type].dma != PCI_DMA_NONE && in cx18_prep_dev()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mbox.c1087 scb->dma_direction = PCI_DMA_NONE; in megaraid_alloc_cmd_packets()
3520 scb->dma_direction = PCI_DMA_NONE; in megaraid_cmm_register()
3658 scb->dma_direction = PCI_DMA_NONE; in megaraid_mbox_mm_command()
Dmegaraid_sas_base.c1274 else if (scp->sc_data_direction == PCI_DMA_NONE) in megasas_build_dcdb()
/linux-4.4.14/drivers/scsi/
Ddc395x.c1008 if (dir == PCI_DMA_NONE || !nseg) { in build_srb()
3273 if (scsi_sg_count(cmd) && dir != PCI_DMA_NONE) { in pci_unmap_srb()
3453 if (dir != PCI_DMA_NONE && scsi_sg_count(cmd)) in srb_done()
3474 && dir != PCI_DMA_NONE && ptr && (ptr->Vers & 0x07) >= 2) in srb_done()
Dmegaraid.c652 scb->dma_direction = PCI_DMA_NONE; in mega_build_cmd()
884 scb->dma_direction = PCI_DMA_NONE; in mega_build_cmd()
Dhpsa.c2606 if (buflen == 0 || data_direction == PCI_DMA_NONE) { in hpsa_map_one()
6724 pci_dir = PCI_DMA_NONE; in fill_cmd()
/linux-4.4.14/include/linux/
Dpci.h77 #define PCI_DMA_NONE 3 macro
/linux-4.4.14/drivers/scsi/pm8001/
Dpm80xx_hwi.c3758 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
4124 if (task->data_dir == PCI_DMA_NONE) { in pm80xx_chip_sata_req()
Dpm8001_hwi.c4195 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */
4363 if (task->data_dir == PCI_DMA_NONE) { in pm8001_chip_sata_req()