/linux-3.4.99/include/asm-generic/ |
D | pci-dma-compat.h | 10 pci_dma_supported(struct pci_dev *hwdev, u64 mask) in pci_dma_supported() 16 pci_alloc_consistent(struct pci_dev *hwdev, size_t size, in pci_alloc_consistent() 23 pci_free_consistent(struct pci_dev *hwdev, size_t size, in pci_free_consistent() 30 pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) in pci_map_single() 36 pci_unmap_single(struct pci_dev *hwdev, dma_addr_t dma_addr, in pci_unmap_single() 43 pci_map_page(struct pci_dev *hwdev, struct page *page, in pci_map_page() 50 pci_unmap_page(struct pci_dev *hwdev, dma_addr_t dma_address, in pci_unmap_page() 57 pci_map_sg(struct pci_dev *hwdev, struct scatterlist *sg, in pci_map_sg() 64 pci_unmap_sg(struct pci_dev *hwdev, struct scatterlist *sg, in pci_unmap_sg() 71 pci_dma_sync_single_for_cpu(struct pci_dev *hwdev, dma_addr_t dma_handle, in pci_dma_sync_single_for_cpu() [all …]
|
/linux-3.4.99/lib/ |
D | swiotlb.c | 119 static dma_addr_t swiotlb_virt_to_bus(struct device *hwdev, in swiotlb_virt_to_bus() 374 void *swiotlb_tbl_map_single(struct device *hwdev, dma_addr_t tbl_dma_addr, in swiotlb_tbl_map_single() 484 map_single(struct device *hwdev, phys_addr_t phys, size_t size, in map_single() 496 swiotlb_tbl_unmap_single(struct device *hwdev, char *dma_addr, size_t size, in swiotlb_tbl_unmap_single() 538 swiotlb_tbl_sync_single(struct device *hwdev, char *dma_addr, size_t size, in swiotlb_tbl_sync_single() 567 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() 616 swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr, in swiotlb_free_coherent() 711 static void unmap_single(struct device *hwdev, dma_addr_t dev_addr, in unmap_single() 735 void swiotlb_unmap_page(struct device *hwdev, dma_addr_t dev_addr, in swiotlb_unmap_page() 754 swiotlb_sync_single(struct device *hwdev, dma_addr_t dev_addr, in swiotlb_sync_single() [all …]
|
/linux-3.4.99/drivers/xen/ |
D | swiotlb-xen.c | 206 xen_swiotlb_alloc_coherent(struct device *hwdev, size_t size, in xen_swiotlb_alloc_coherent() 256 xen_swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr, in xen_swiotlb_free_coherent() 334 static void xen_unmap_single(struct device *hwdev, dma_addr_t dev_addr, in xen_unmap_single() 359 void xen_swiotlb_unmap_page(struct device *hwdev, dma_addr_t dev_addr, in xen_swiotlb_unmap_page() 378 xen_swiotlb_sync_single(struct device *hwdev, dma_addr_t dev_addr, in xen_swiotlb_sync_single() 400 xen_swiotlb_sync_single_for_cpu(struct device *hwdev, dma_addr_t dev_addr, in xen_swiotlb_sync_single_for_cpu() 408 xen_swiotlb_sync_single_for_device(struct device *hwdev, dma_addr_t dev_addr, in xen_swiotlb_sync_single_for_device() 432 xen_swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, in xen_swiotlb_map_sg_attrs() 470 xen_swiotlb_map_sg(struct device *hwdev, struct scatterlist *sgl, int nelems, in xen_swiotlb_map_sg() 482 xen_swiotlb_unmap_sg_attrs(struct device *hwdev, struct scatterlist *sgl, in xen_swiotlb_unmap_sg_attrs() [all …]
|
/linux-3.4.99/arch/ia64/kernel/ |
D | machvec.c | 77 machvec_dma_sync_single(struct device *hwdev, dma_addr_t dma_handle, size_t size, in machvec_dma_sync_single() 85 machvec_dma_sync_sg(struct device *hwdev, struct scatterlist *sg, int n, in machvec_dma_sync_sg()
|
/linux-3.4.99/arch/frv/mb93090-mb00/ |
D | pci-dma.c | 21 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() 34 void dma_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) in dma_free_coherent()
|
D | pci-dma-nommu.c | 36 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) in dma_alloc_coherent() 88 void dma_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) in dma_free_coherent()
|
/linux-3.4.99/arch/ia64/sn/pci/pcibr/ |
D | pcibr_dma.c | 208 pcibr_dma_unmap(struct pci_dev *hwdev, dma_addr_t dma_handle, int direction) in pcibr_dma_unmap() 357 pcibr_dma_map(struct pci_dev * hwdev, unsigned long phys_addr, size_t size, int dma_flags) in pcibr_dma_map() 395 pcibr_dma_map_consistent(struct pci_dev * hwdev, unsigned long phys_addr, in pcibr_dma_map_consistent()
|
/linux-3.4.99/arch/x86/kernel/ |
D | pci-nommu.c | 16 check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size) in check_addr() 57 static int nommu_map_sg(struct device *hwdev, struct scatterlist *sg, in nommu_map_sg()
|
D | pci-swiotlb.c | 17 static void *x86_swiotlb_alloc_coherent(struct device *hwdev, size_t size, in x86_swiotlb_alloc_coherent()
|
/linux-3.4.99/drivers/infiniband/hw/ipath/ |
D | ipath_user_pages.c | 106 dma_addr_t ipath_map_page(struct pci_dev *hwdev, struct page *page, in ipath_map_page() 130 dma_addr_t ipath_map_single(struct pci_dev *hwdev, void *ptr, size_t size, in ipath_map_single()
|
/linux-3.4.99/arch/hexagon/kernel/ |
D | dma.c | 91 static int check_addr(const char *name, struct device *hwdev, in check_addr() 105 static int hexagon_map_sg(struct device *hwdev, struct scatterlist *sg, in hexagon_map_sg()
|
/linux-3.4.99/arch/xtensa/kernel/ |
D | pci-dma.c | 66 void dma_free_coherent(struct device *hwdev, size_t size, in dma_free_coherent()
|
/linux-3.4.99/drivers/hwmon/ |
D | hwmon.c | 43 struct device *hwdev; in hwmon_device_register() local
|
/linux-3.4.99/drivers/infiniband/hw/qib/ |
D | qib_user_pages.c | 101 dma_addr_t qib_map_page(struct pci_dev *hwdev, struct page *page, in qib_map_page()
|
/linux-3.4.99/arch/mips/include/asm/pmc-sierra/msp71xx/ |
D | msp_usb.h | 55 u32 hwdev; /* 0xc: Device HW params */ member
|
/linux-3.4.99/drivers/parisc/ |
D | sba_iommu.c | 868 static void *sba_alloc_consistent(struct device *hwdev, size_t size, in sba_alloc_consistent() 900 sba_free_consistent(struct device *hwdev, size_t size, void *vaddr, in sba_free_consistent()
|
/linux-3.4.99/drivers/iommu/ |
D | intel-iommu.c | 2798 static dma_addr_t __intel_map_single(struct device *hwdev, phys_addr_t paddr, in __intel_map_single() 2998 static void *intel_alloc_coherent(struct device *hwdev, size_t size, in intel_alloc_coherent() 3031 static void intel_free_coherent(struct device *hwdev, size_t size, void *vaddr, in intel_free_coherent() 3043 static void intel_unmap_sg(struct device *hwdev, struct scatterlist *sglist, in intel_unmap_sg() 3103 static int intel_map_sg(struct device *hwdev, struct scatterlist *sglist, int nelems, in intel_map_sg()
|
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | divasmain.c | 336 static void *diva_pci_alloc_consistent(struct pci_dev *hwdev, in diva_pci_alloc_consistent()
|
/linux-3.4.99/drivers/net/ethernet/toshiba/ |
D | tc35815.c | 452 struct pci_dev *hwdev, in alloc_rxbuf_skb() 469 static void free_rxbuf_skb(struct pci_dev *hwdev, struct sk_buff *skb, dma_addr_t dma_handle) in free_rxbuf_skb()
|