Symbol: dma_map_ops
arch/alpha/include/asm/dma-mapping.h
5
extern const struct dma_map_ops alpha_pci_ops;
arch/alpha/include/asm/dma-mapping.h
7
static inline const struct dma_map_ops *get_arch_dma_ops(void)
arch/alpha/kernel/pci_iommu.c
911
const struct dma_map_ops alpha_pci_ops = {
arch/arm/mm/dma-mapping.c
1456
static const struct dma_map_ops iommu_ops = {
arch/mips/include/asm/dma-mapping.h
7
extern const struct dma_map_ops jazz_dma_ops;
arch/mips/include/asm/dma-mapping.h
9
static inline const struct dma_map_ops *get_arch_dma_ops(void)
arch/mips/jazz/jazzdma.c
613
const struct dma_map_ops jazz_dma_ops = {
arch/parisc/include/asm/dma-mapping.h
22
extern const struct dma_map_ops *hppa_dma_ops;
arch/parisc/include/asm/dma-mapping.h
24
static inline const struct dma_map_ops *get_arch_dma_ops(void)
arch/parisc/kernel/drivers.c
41
const struct dma_map_ops *hppa_dma_ops __ro_after_init;
arch/powerpc/include/asm/iommu.h
320
extern const struct dma_map_ops dma_iommu_ops;
arch/powerpc/include/asm/pci.h
49
void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
arch/powerpc/kernel/dma-iommu.c
216
const struct dma_map_ops dma_iommu_ops = {
arch/powerpc/kernel/pci-common.c
64
static const struct dma_map_ops *pci_dma_ops;
arch/powerpc/kernel/pci-common.c
66
void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops)
arch/powerpc/platforms/ps3/system-bus.c
692
static const struct dma_map_ops ps3_sb_dma_ops = {
arch/powerpc/platforms/ps3/system-bus.c
706
static const struct dma_map_ops ps3_ioc0_dma_ops = {
arch/powerpc/platforms/pseries/ibmebus.c
143
static const struct dma_map_ops ibmebus_dma_ops = {
arch/powerpc/platforms/pseries/vio.c
606
static const struct dma_map_ops vio_dma_mapping_ops = {
arch/sparc/include/asm/dma-mapping.h
5
extern const struct dma_map_ops *dma_ops;
arch/sparc/include/asm/dma-mapping.h
7
static inline const struct dma_map_ops *get_arch_dma_ops(void)
arch/sparc/kernel/iommu.c
763
static const struct dma_map_ops sun4u_dma_ops = {
arch/sparc/kernel/iommu.c
775
const struct dma_map_ops *dma_ops = &sun4u_dma_ops;
arch/sparc/kernel/pci_sun4v.c
695
static const struct dma_map_ops sun4v_dma_ops = {
arch/sparc/mm/io-unit.c
279
static const struct dma_map_ops iounit_dma_ops = {
arch/sparc/mm/io-unit.c
39
static const struct dma_map_ops iounit_dma_ops;
arch/sparc/mm/iommu.c
426
static const struct dma_map_ops sbus_iommu_dma_gflush_ops = {
arch/sparc/mm/iommu.c
437
static const struct dma_map_ops sbus_iommu_dma_pflush_ops = {
arch/sparc/mm/iommu.c
55
static const struct dma_map_ops sbus_iommu_dma_gflush_ops;
arch/sparc/mm/iommu.c
56
static const struct dma_map_ops sbus_iommu_dma_pflush_ops;
arch/x86/include/asm/dma-mapping.h
5
extern const struct dma_map_ops *dma_ops;
arch/x86/include/asm/dma-mapping.h
7
static inline const struct dma_map_ops *get_arch_dma_ops(void)
arch/x86/kernel/amd_gart_64.c
673
static const struct dma_map_ops gart_dma_ops = {
arch/x86/kernel/pci-dma.c
23
const struct dma_map_ops *dma_ops;
drivers/parisc/ccio-dma.c
1018
static const struct dma_map_ops ccio_ops = {
drivers/parisc/sba_iommu.c
1082
static const struct dma_map_ops sba_ops = {
drivers/xen/grant-dma-ops.c
286
static const struct dma_map_ops xen_grant_dma_ops = {
drivers/xen/swiotlb-xen.c
422
const struct dma_map_ops xen_swiotlb_dma_ops = {
include/asm-generic/dma-mapping.h
5
static inline const struct dma_map_ops *get_arch_dma_ops(void)
include/linux/device.h
602
const struct dma_map_ops *dma_ops;
include/linux/dma-map-ops.h
429
extern const struct dma_map_ops dma_dummy_ops;
include/linux/dma-map-ops.h
70
static inline const struct dma_map_ops *get_dma_ops(struct device *dev)
include/linux/dma-map-ops.h
78
const struct dma_map_ops *dma_ops)
include/linux/dma-map-ops.h
83
static inline const struct dma_map_ops *get_dma_ops(struct device *dev)
include/linux/dma-map-ops.h
88
const struct dma_map_ops *dma_ops)
include/xen/swiotlb-xen.h
13
extern const struct dma_map_ops xen_swiotlb_dma_ops;
kernel/dma/dummy.c
51
const struct dma_map_ops dma_dummy_ops = {
kernel/dma/mapping.c
1006
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
121
const struct dma_map_ops *ops)
kernel/dma/mapping.c
144
const struct dma_map_ops *ops)
kernel/dma/mapping.c
150
const struct dma_map_ops *ops)
kernel/dma/mapping.c
158
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
207
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
236
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
341
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
378
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
395
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
412
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
429
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
445
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
478
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
516
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
556
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
583
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
599
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
625
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
669
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
700
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
738
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
872
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
895
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
945
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
976
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/mapping.c
992
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/ops_helpers.c
65
const struct dma_map_ops *ops = get_dma_ops(dev);
kernel/dma/ops_helpers.c
94
const struct dma_map_ops *ops = get_dma_ops(dev);