Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/kernel/dma/
A 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 …]
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()
A Ddummy.c33 const struct dma_map_ops dma_dummy_ops = {
/linux-6.3-rc2/arch/x86/include/asm/
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()
/linux-6.3-rc2/arch/parisc/include/asm/
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()
/linux-6.3-rc2/arch/ia64/include/asm/
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()
/linux-6.3-rc2/arch/mips/include/asm/
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()
/linux-6.3-rc2/arch/alpha/include/asm/
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()
/linux-6.3-rc2/arch/sparc/include/asm/
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()
/linux-6.3-rc2/include/linux/
A 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-6.3-rc2/include/asm-generic/
A Ddma-mapping.h5 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
/linux-6.3-rc2/arch/ia64/kernel/
A Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/linux-6.3-rc2/arch/sparc/mm/
A 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 = {
A Dio-unit.c38 static const struct dma_map_ops iounit_dma_ops;
276 static const struct dma_map_ops iounit_dma_ops = {
/linux-6.3-rc2/include/xen/
A Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/linux-6.3-rc2/scripts/
A Dconst_structs.checkpatch10 dma_map_ops
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dpci.h49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
A Diommu.h318 extern const struct dma_map_ops dma_iommu_ops;
/linux-6.3-rc2/arch/x86/kernel/
A Dpci-dma.c23 const struct dma_map_ops *dma_ops;
/linux-6.3-rc2/arch/s390/include/asm/
A Dpci_dma.h195 extern const struct dma_map_ops s390_pci_dma_ops;
/linux-6.3-rc2/arch/powerpc/kernel/
A Ddma-iommu.c206 const struct dma_map_ops dma_iommu_ops = {
/linux-6.3-rc2/arch/powerpc/platforms/ps3/
A 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.3-rc2/arch/sparc/kernel/
A Diommu.c753 static const struct dma_map_ops sun4u_dma_ops = {
765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops;
/linux-6.3-rc2/drivers/xen/
A Dswiotlb-xen.c387 const struct dma_map_ops xen_swiotlb_dma_ops = {
A Dgrant-dma-ops.c282 static const struct dma_map_ops xen_grant_dma_ops = {

Completed in 26 milliseconds

12