/linux-5.19.10/kernel/dma/ |
D | mapping.c | 112 const struct dma_map_ops *ops) in dma_go_direct() 131 const struct dma_map_ops *ops) in dma_alloc_direct() 137 const struct dma_map_ops *ops) in dma_map_direct() 146 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() 168 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() 276 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() 291 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() 312 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() 324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() [all …]
|
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()
|
D | dummy.c | 33 const struct dma_map_ops dma_dummy_ops = {
|
/linux-5.19.10/arch/arm/include/asm/ |
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()
|
/linux-5.19.10/arch/x86/include/asm/ |
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()
|
/linux-5.19.10/arch/parisc/include/asm/ |
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()
|
/linux-5.19.10/arch/ia64/include/asm/ |
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()
|
/linux-5.19.10/arch/mips/include/asm/ |
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()
|
/linux-5.19.10/arch/alpha/include/asm/ |
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()
|
/linux-5.19.10/arch/sparc/include/asm/ |
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()
|
/linux-5.19.10/include/linux/ |
D | dma-map-ops.h | 14 struct dma_map_ops { struct 78 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument 86 const struct dma_map_ops *dma_ops) in set_dma_ops() 91 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() 96 const struct dma_map_ops *dma_ops) in set_dma_ops() 380 extern const struct dma_map_ops dma_dummy_ops;
|
/linux-5.19.10/arch/ia64/kernel/ |
D | dma-mapping.c | 8 const struct dma_map_ops *dma_ops;
|
/linux-5.19.10/include/asm-generic/ |
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()
|
/linux-5.19.10/arch/sparc/mm/ |
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 = {
|
D | io-unit.c | 38 static const struct dma_map_ops iounit_dma_ops; 276 static const struct dma_map_ops iounit_dma_ops = {
|
/linux-5.19.10/include/xen/ |
D | swiotlb-xen.h | 13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
|
/linux-5.19.10/scripts/ |
D | const_structs.checkpatch | 10 dma_map_ops
|
/linux-5.19.10/arch/arm/mm/ |
D | dma-mapping.c | 196 const struct dma_map_ops arm_dma_ops = { 225 const struct dma_map_ops arm_coherent_dma_ops = { 983 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg() 1019 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg() 1038 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu() 1057 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device() 1066 static const struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops() 1991 static const struct dma_map_ops iommu_ops = { 2013 static const struct dma_map_ops iommu_coherent_ops = { 2210 static const struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops() [all …]
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | pci.h | 51 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
|
D | iommu.h | 318 extern const struct dma_map_ops dma_iommu_ops;
|
/linux-5.19.10/arch/x86/kernel/ |
D | pci-dma.c | 23 const struct dma_map_ops *dma_ops;
|
/linux-5.19.10/arch/s390/include/asm/ |
D | pci_dma.h | 194 extern const struct dma_map_ops s390_pci_dma_ops;
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | dma-iommu.c | 206 const struct dma_map_ops dma_iommu_ops = {
|
/linux-5.19.10/drivers/xen/ |
D | grant-dma-ops.c | 262 static const struct dma_map_ops xen_grant_dma_ops = {
|
/linux-5.19.10/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 688 static const struct dma_map_ops ps3_sb_dma_ops = { 702 static const struct dma_map_ops ps3_ioc0_dma_ops = {
|