Searched refs:PCI_DMA_NONE (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.h | 32 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 D | ivtv-streams.c | 125 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 D | ivtv-queue.c | 203 s->dma != PCI_DMA_NONE ? "DMA " : "", ivtv_stream_alloc()
|
H A D | ivtv-driver.h | 339 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | pci-dma.c | 84 case PCI_DMA_NONE: consistent_sync()
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_task.c | 51 [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 D | dma-alloc.c | 157 case PCI_DMA_NONE: consistent_sync()
|
/linux-4.1.27/arch/microblaze/mm/ |
H A D | consistent.c | 240 case PCI_DMA_NONE: consistent_sync()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | pci_iommu.c | 358 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 D | cx18-streams.c | 103 PCI_DMA_NONE, 343 if (cx18_stream_info[type].dma != PCI_DMA_NONE && cx18_prep_dev()
|
H A D | cx18-driver.h | 389 PCI_DMA_NONE */
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | i2o_scsi.c | 548 case PCI_DMA_NONE: i2o_scsi_queuecommand_lck()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 1087 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 D | megaraid_sas_base.c | 1206 else if (scp->sc_data_direction == PCI_DMA_NONE) megasas_build_dcdb()
|
/linux-4.1.27/drivers/scsi/ |
H A D | dc395x.c | 1008 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 D | megaraid.c | 652 scb->dma_direction = PCI_DMA_NONE; mega_build_cmd() 884 scb->dma_direction = PCI_DMA_NONE; mega_build_cmd()
|
H A D | hpsa.c | 1980 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 D | pm8001_hwi.c | 4190 [PCI_DMA_NONE] = DATA_DIR_NONE,/* NO TRANSFER */ 4358 if (task->data_dir == PCI_DMA_NONE) { pm8001_chip_sata_req()
|
H A D | pm80xx_hwi.c | 3702 [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 D | pci.h | 77 #define PCI_DMA_NONE 3 macro
|
Completed in 584 milliseconds