Searched defs:hwdev (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dpci-dma.c16 void *consistent_alloc(struct pci_dev *hwdev, size_t size, argument
40 void consistent_free(struct pci_dev *hwdev, size_t size, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dpci.h22 static inline int pci_dma_supported(struct pci_dev *hwdev, u64 mask) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dpci-dma.c65 void dma_free_coherent(struct device *hwdev, size_t size, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-nommu.c14 check_addr(char *name, struct device *hwdev, dma_addr_t bus, size_t size) argument
28 nommu_map_single(struct device *hwdev, void *ptr, size_t size, argument
57 int nommu_map_sg(struct device *hwdev, struct scatterlist *sg, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-dma.c20 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) argument
33 void dma_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) argument
H A Dpci-dma-nommu.c31 void *dma_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t gfp) argument
83 void dma_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmachvec.c69 machvec_dma_sync_single (struct device *hwdev, dma_addr_t dma_handle, size_t size, int dir) argument
76 machvec_dma_sync_sg (struct device *hwdev, struct scatterlist *sg, int n, int dir) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c92 dma_addr_t ipath_map_page(struct pci_dev *hwdev, struct page *page, argument
112 dma_addr_t ipath_map_single(struct pci_dev *hwdev, void *ptr, size_t size, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dpci.h93 static inline void pci_dma_sync_single(struct pci_dev *hwdev, argument
110 static inline void pci_dma_sync_sg(struct pci_dev *hwdev, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dpci.h140 pci_dma_supported(struct pci_dev *hwdev, u64 mask) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dpci-dma-compat.h13 pci_dma_supported(struct pci_dev *hwdev, u64 mask) argument
19 pci_alloc_consistent(struct pci_dev *hwdev, size_t size, argument
26 pci_free_consistent(struct pci_dev *hwdev, size_t size, argument
33 pci_map_single(struct pci_dev *hwdev, voi argument
39 pci_unmap_single(struct pci_dev *hwdev, dma_addr_t dma_addr, size_t size, int direction) argument
46 pci_map_page(struct pci_dev *hwdev, struct page *page, unsigned long offset, size_t size, int direction) argument
53 pci_unmap_page(struct pci_dev *hwdev, dma_addr_t dma_address, size_t size, int direction) argument
60 pci_map_sg(struct pci_dev *hwdev, struct scatterlist *sg, int nents, int direction) argument
67 pci_unmap_sg(struct pci_dev *hwdev, struct scatterlist *sg, int nents, int direction) argument
74 pci_dma_sync_single_for_cpu(struct pci_dev *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
81 pci_dma_sync_single_for_device(struct pci_dev *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
88 pci_dma_sync_sg_for_cpu(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) argument
95 pci_dma_sync_sg_for_device(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Dpci.h51 static inline dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, argument
68 static inline void pci_unmap_single(struct pci_dev *hwdev, dma_addr_t dma_addr, argument
92 static inline int pci_map_sg(struct pci_dev *hwdev, struct scatterlist *sg, argument
104 static inline void pci_unmap_sg(struct pci_dev *hwdev, struct scatterlist *sg, argument
122 static inline void pci_dma_sync_single(struct pci_dev *hwdev, argument
138 static inline void pci_dma_sync_sg(struct pci_dev *hwdev, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c208 pcibr_dma_unmap(struct pci_dev *hwdev, dma_addr_t dma_handle, int direction) argument
359 pcibr_dma_map(struct pci_dev * hwdev, unsigned long phys_addr, size_t size, int dma_flags) argument
397 pcibr_dma_map_consistent(struct pci_dev * hwdev, unsigned long phys_addr, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpci.h80 static inline int pci_dac_dma_supported(struct pci_dev *hwdev,u64 mask) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Ddma-mapping.h78 dma_map_single(struct device *hwdev, void *ptr, size_t size, int direction) argument
99 dma_sync_single_for_cpu(struct device *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
110 dma_sync_single_for_device(struct device *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
121 dma_sync_single_range_for_cpu(struct device *hwdev, dma_addr_t dma_handle, unsigned long offset, size_t size, int direction) argument
133 dma_sync_single_range_for_device(struct device *hwdev, dma_addr_t dma_handle, unsigned long offset, size_t size, int direction) argument
145 dma_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, int nelems, int direction) argument
155 dma_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, int nelems, int direction) argument
167 dma_map_sg(struct device *hwdev, struct scatterlist *sg, int nents, int direction) argument
174 dma_unmap_sg(struct device *hwdev, struct scatterlist *sg, int nents, int direction) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dpci-noop.c149 pci_dma_supported(struct pci_dev *hwdev, dma_addr_t mask) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dpci.h62 static inline void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, dma_addr_t *dma_handle) argument
75 static inline void pci_free_consistent(struct pci_dev *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) argument
86 static inline dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, int direction) argument
98 static inline void pci_unmap_single(struct pci_dev *hwdev, dma_addr_t dma_addr, size_t size, int direction) argument
137 static inline int pci_map_sg(struct pci_dev *hwdev, struc argument
146 pci_unmap_sg(struct pci_dev *hwdev, struct scatterlist *sg, int nhwents, int direction) argument
161 pci_dma_sync_single_for_cpu(struct pci_dev *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
167 pci_dma_sync_single_for_device(struct pci_dev *hwdev, dma_addr_t dma_handle, size_t size, int direction) argument
180 pci_dma_sync_sg_for_cpu(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) argument
186 pci_dma_sync_sg_for_device(struct pci_dev *hwdev, struct scatterlist *sg, int nelems, int direction) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dswiotlb.c276 address_needs_mapping(struct device *hwdev, dma_addr_t addr) argument
289 map_single(struct device *hwdev, char *buffer, size_t size, int dir) argument
371 unmap_single(struct device *hwdev, char *dma_addr, size_t size, int dir) argument
415 sync_single(struct device *hwdev, char *dma_addr, size_t size, argument
440 swiotlb_alloc_coherent(struct device *hwdev, size_t size, argument
489 swiotlb_free_coherent(struct device *hwdev, size_t size, void *vaddr, dma_addr_t dma_handle) argument
529 swiotlb_map_single(struct device *hwdev, void *ptr, size_t size, int dir) argument
572 swiotlb_unmap_single(struct device *hwdev, dma_addr_t dev_addr, size_t size, int dir) argument
595 swiotlb_sync_single(struct device *hwdev, dma_addr_t dev_addr, size_t size, int dir, int target) argument
608 swiotlb_sync_single_for_cpu(struct device *hwdev, dma_addr_t dev_addr, size_t size, int dir) argument
615 swiotlb_sync_single_for_device(struct device *hwdev, dma_addr_t dev_addr, size_t size, int dir) argument
625 swiotlb_sync_single_range(struct device *hwdev, dma_addr_t dev_addr, unsigned long offset, size_t size, int dir, int target) argument
639 swiotlb_sync_single_range_for_cpu(struct device *hwdev, dma_addr_t dev_addr, unsigned long offset, size_t size, int dir) argument
647 swiotlb_sync_single_range_for_device(struct device *hwdev, dma_addr_t dev_addr, unsigned long offset, size_t size, int dir) argument
671 swiotlb_map_sg(struct device *hwdev, struct scatterlist *sg, int nelems, int dir) argument
706 swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sg, int nelems, int dir) argument
729 swiotlb_sync_sg(struct device *hwdev, struct scatterlist *sg, int nelems, int dir, int target) argument
745 swiotlb_sync_sg_for_cpu(struct device *hwdev, struct scatterlist *sg, int nelems, int dir) argument
752 swiotlb_sync_sg_for_device(struct device *hwdev, struct scatterlist *sg, int nelems, int dir) argument
771 swiotlb_dma_supported(struct device *hwdev, u64 mask) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c601 dma_addr_t pci_map_single(struct pci_dev *hwdev, void *ptr, size_t size, argument
616 void pci_unmap_single(struct pci_dev *hwdev, dma_addr_t ba, size_t size, argument
629 dma_addr_t pci_map_page(struct pci_dev *hwdev, struct page *page, argument
637 void pci_unmap_page(struct pci_dev *hwdev, argument
658 int pci_map_sg(struct pci_dev *hwdev, struct scatterlist *sg, int nents, argument
679 void pci_unmap_sg(struct pci_dev *hwdev, struct scatterlist *sg, int nents, argument
706 void pci_dma_sync_single_for_cpu(struct pci_dev *hwdev, dma_addr_t ba, size_t size, int direction) argument
715 void pci_dma_sync_single_for_device(struct pci_dev *hwdev, dma_addr_t ba, size_t size, int direction) argument
730 void pci_dma_sync_sg_for_cpu(struct pci_dev *hwdev, struc argument
746 pci_dma_sync_sg_for_device(struct pci_dev *hwdev, struct scatterlist *sg, int nents, int direction) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasmain.c338 static void *diva_pci_alloc_consistent(struct pci_dev *hwdev, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dlinuxver.h303 static inline void *pci_alloc_consistent(struct pci_dev *hwdev, size_t size, argument
317 static inline void pci_free_consistent(struct pci_dev *hwdev, size_t size, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c802 static void *sba_alloc_consistent(struct device *hwdev, size_t size, argument
834 sba_free_consistent(struct device *hwdev, size_t size, void *vaddr, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dtc35815.c505 static void* alloc_rxbuf_page(struct pci_dev *hwdev, dma_addr_t *dma_handle) argument
525 static void free_rxbuf_page(struct pci_dev *hwdev, void *buf, dma_addr_t dma_handle) argument
553 static void free_rxbuf_skb(struct pci_dev *hwdev, struct sk_buff *skb, dma_addr_t dma_handle) argument
535 alloc_rxbuf_skb(struct net_device *dev, struct pci_dev *hwdev, dma_addr_t *dma_handle) argument
[all...]

Completed in 400 milliseconds