Home
last modified time | relevance | path

Searched refs:dma_map_ops (Results 1 - 25 of 85) sorted by relevance

1234

/kernel/linux/linux-5.10/kernel/dma/
H A Dmapping.c110 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 *op in dma_sync_single_for_cpu()
[all...]
H A Dops_helpers.c64 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()
/kernel/linux/linux-6.6/kernel/dma/
H A Dmapping.c117 const struct dma_map_ops *ops) in dma_go_direct()
136 const struct dma_map_ops *ops) in dma_alloc_direct()
142 const struct dma_map_ops *ops) in dma_map_direct()
151 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
174 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
189 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
287 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
302 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
335 const struct dma_map_ops *op in dma_sync_single_for_cpu()
[all...]
H A Dops_helpers.c64 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()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma-mapping.h13 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()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Ddma-mapping.h9 extern const struct dma_map_ops *dma_ops;
11 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Ddma-mapping.h22 extern const struct dma_map_ops *hppa_dma_ops;
24 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Ddma-mapping.h5 extern const struct dma_map_ops *dma_ops;
7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Ddma-mapping.h9 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()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Ddma-mapping.h22 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()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Ddma-mapping.h5 extern const struct dma_map_ops alpha_pci_ops;
7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Ddma-mapping.h5 extern const struct dma_map_ops *dma_ops;
7 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Ddma-mapping.h5 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()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Ddma-mapping.h5 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()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Ddma-mapping.h7 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()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Ddma-mapping.h7 extern const struct dma_map_ops jazz_dma_ops;
9 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddma-mapping.h17 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()
/kernel/linux/linux-5.10/include/linux/
H A Ddma-map-ops.h3 * This header is for implementations of dma_map_ops and related code.
14 struct dma_map_ops { struct
77 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
85 const struct dma_map_ops *dma_ops) in set_dma_ops()
90 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
95 const struct dma_map_ops *dma_ops) in set_dma_ops()
350 extern const struct dma_map_ops dma_dummy_ops;
/kernel/linux/linux-6.6/include/linux/
H A Ddma-map-ops.h3 * This header is for implementations of dma_map_ops and related code.
16 * Values for struct dma_map_ops.flags:
18 * DMA_F_PCI_P2PDMA_SUPPORTED: Indicates the dma_map_ops implementation can
23 struct dma_map_ops { struct
90 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
98 const struct dma_map_ops *dma_ops) in set_dma_ops()
103 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
108 const struct dma_map_ops *dma_ops) in set_dma_ops()
457 extern const struct dma_map_ops dma_dummy_ops;
/kernel/linux/linux-6.6/include/asm-generic/
H A Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/kernel/linux/linux-5.10/include/asm-generic/
H A Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/kernel/linux/linux-5.10/include/xen/
H A Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/kernel/linux/linux-6.6/include/xen/
H A Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;

Completed in 10 milliseconds

1234