Home
last modified time | relevance | path

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

12

/Linux-v6.1/kernel/dma/
Dmapping.c113 const struct dma_map_ops *ops) in dma_go_direct()
132 const struct dma_map_ops *ops) in dma_alloc_direct()
138 const struct dma_map_ops *ops) in dma_map_direct()
147 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
170 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
185 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
283 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
298 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
319 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
331 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-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/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(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/include/linux/
Ddma-map-ops.h22 struct dma_map_ops { struct
89 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument
97 const struct dma_map_ops *dma_ops) in set_dma_ops()
102 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
107 const struct dma_map_ops *dma_ops) in set_dma_ops()
394 extern const struct dma_map_ops dma_dummy_ops;
/Linux-v6.1/arch/ia64/kernel/
Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/Linux-v6.1/include/asm-generic/
Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) in get_arch_dma_ops()
/Linux-v6.1/arch/sparc/mm/
Diommu.c54 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 = {
Dio-unit.c38 static const struct dma_map_ops iounit_dma_ops;
276 static const struct dma_map_ops iounit_dma_ops = {
/Linux-v6.1/include/xen/
Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/Linux-v6.1/scripts/
Dconst_structs.checkpatch10 dma_map_ops
/Linux-v6.1/arch/powerpc/include/asm/
Dpci.h49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
Diommu.h318 extern const struct dma_map_ops dma_iommu_ops;
/Linux-v6.1/arch/x86/kernel/
Dpci-dma.c23 const struct dma_map_ops *dma_ops;
/Linux-v6.1/arch/s390/include/asm/
Dpci_dma.h194 extern const struct dma_map_ops s390_pci_dma_ops;
/Linux-v6.1/arch/powerpc/kernel/
Ddma-iommu.c206 const struct dma_map_ops dma_iommu_ops = {
/Linux-v6.1/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-v6.1/drivers/xen/
Dgrant-dma-ops.c281 static const struct dma_map_ops xen_grant_dma_ops = {
Dswiotlb-xen.c387 const struct dma_map_ops xen_swiotlb_dma_ops = {
/Linux-v6.1/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;

12