| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | mapping.c | 110 const struct dma_map_ops *ops) in dma_go_direct() 129 const struct dma_map_ops *ops) in dma_alloc_direct() 135 const struct dma_map_ops *ops) in dma_map_direct() 144 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() 165 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() 183 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() 206 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() 220 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() 245 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() 257 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() [all …]
|
| H A D | ops_helpers.c | 64 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages() 87 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages()
|
| H A D | dummy.c | 33 const struct dma_map_ops dma_dummy_ops = {
|
| H A D | virt.c | 53 const struct dma_map_ops dma_virt_ops = {
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | dma-mapping.h | 13 extern const struct dma_map_ops arm_dma_ops; 14 extern const struct dma_map_ops arm_coherent_dma_ops; 16 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | dma-mapping.h | 9 extern const struct dma_map_ops *dma_ops; 11 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | dma-mapping.h | 22 extern const struct dma_map_ops *hppa_dma_ops; 24 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | dma-mapping.h | 7 extern const struct dma_map_ops jazz_dma_ops; 9 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | dma-mapping.h | 5 extern const struct dma_map_ops alpha_pci_ops; 7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | dma-mapping.h | 17 extern const struct dma_map_ops *dma_ops; 19 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | dma-mapping.h | 5 extern const struct dma_map_ops *dma_ops; 7 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dma-map-ops.h | 15 struct dma_map_ops { struct 83 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument 91 const struct dma_map_ops *dma_ops) in set_dma_ops() 96 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() 101 const struct dma_map_ops *dma_ops) in set_dma_ops() 364 extern const struct dma_map_ops dma_dummy_ops;
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | iommu.c | 54 static const struct dma_map_ops sbus_iommu_dma_gflush_ops; 55 static const struct dma_map_ops sbus_iommu_dma_pflush_ops; 423 static const struct dma_map_ops sbus_iommu_dma_gflush_ops = { 434 static const struct dma_map_ops sbus_iommu_dma_pflush_ops = {
|
| H A D | io-unit.c | 38 static const struct dma_map_ops iounit_dma_ops; 276 static const struct dma_map_ops iounit_dma_ops = {
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops;
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | dma-mapping.h | 5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
|
| /OK3568_Linux_fs/kernel/include/xen/ |
| H A D | swiotlb-xen.h | 13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | dma-mapping.c | 196 const struct dma_map_ops arm_dma_ops = { 225 const struct dma_map_ops arm_coherent_dma_ops = { 981 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg() 1015 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg() 1034 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu() 1053 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device() 1062 static const struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops() 1983 static const struct dma_map_ops iommu_ops = { 2005 static const struct dma_map_ops iommu_coherent_ops = { 2202 static const struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops() [all …]
|
| H A D | dma-mapping-nommu.c | 177 const struct dma_map_ops arm_nommu_dma_ops = {
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | const_structs.checkpatch | 10 dma_map_ops
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | pci.h | 51 extern void set_pci_dma_ops(const struct dma_map_ops *dma_ops);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | pci-dma.c | 20 const struct dma_map_ops *dma_ops;
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | dma-mapping-noalias.c | 283 static const struct dma_map_ops arm64_noalias_ops = { 304 static const struct dma_map_ops *iommu_dma_ops; 523 static struct dma_map_ops arm64_iommu_ops = {
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | dma-iommu.c | 139 const struct dma_map_ops dma_iommu_ops = {
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pci_dma.h | 193 extern const struct dma_map_ops s390_pci_dma_ops;
|