Home
last modified time | relevance | path

Searched refs:dma_map_ops (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.6.21/kernel/dma/
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 *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
[all …]
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()
Ddummy.c33 const struct dma_map_ops dma_dummy_ops = {
/linux-6.6.21/arch/ia64/include/asm/
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()
/linux-6.6.21/arch/parisc/include/asm/
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()
/linux-6.6.21/arch/x86/include/asm/
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()
/linux-6.6.21/arch/alpha/include/asm/
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()
/linux-6.6.21/arch/mips/include/asm/
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()
/linux-6.6.21/arch/sparc/include/asm/
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()
/linux-6.6.21/include/linux/
Ddma-map-ops.h23 struct dma_map_ops { struct
90 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument
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;
/linux-6.6.21/include/asm-generic/
Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/linux-6.6.21/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/linux-6.6.21/arch/sparc/mm/
Diommu.c55 static const struct dma_map_ops sbus_iommu_dma_gflush_ops;
56 static const struct dma_map_ops sbus_iommu_dma_pflush_ops;
424 static const struct dma_map_ops sbus_iommu_dma_gflush_ops = {
435 static const struct dma_map_ops sbus_iommu_dma_pflush_ops = {
Dio-unit.c39 static const struct dma_map_ops iounit_dma_ops;
277 static const struct dma_map_ops iounit_dma_ops = {
/linux-6.6.21/include/xen/
Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/linux-6.6.21/scripts/
Dconst_structs.checkpatch10 dma_map_ops
/linux-6.6.21/arch/powerpc/include/asm/
Dpci.h49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
Diommu.h316 extern const struct dma_map_ops dma_iommu_ops;
/linux-6.6.21/arch/x86/kernel/
Dpci-dma.c23 const struct dma_map_ops *dma_ops;
/linux-6.6.21/arch/s390/include/asm/
Dpci_dma.h195 extern const struct dma_map_ops s390_pci_dma_ops;
/linux-6.6.21/arch/powerpc/kernel/
Ddma-iommu.c208 const struct dma_map_ops dma_iommu_ops = {
/linux-6.6.21/arch/powerpc/platforms/ps3/
Dsystem-bus.c688 static const struct dma_map_ops ps3_sb_dma_ops = {
702 static const struct dma_map_ops ps3_ioc0_dma_ops = {
/linux-6.6.21/arch/sparc/kernel/
Diommu.c753 static const struct dma_map_ops sun4u_dma_ops = {
765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops;
/linux-6.6.21/drivers/xen/
Dgrant-dma-ops.c282 static const struct dma_map_ops xen_grant_dma_ops = {
Dswiotlb-xen.c387 const struct dma_map_ops xen_swiotlb_dma_ops = {

12