Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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 *ops = get_dma_ops(dev); 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()
H A Ddummy.c33 const struct dma_map_ops dma_dummy_ops = {
H A Dvirt.c53 const struct dma_map_ops dma_virt_ops = {
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-map-ops.h15 struct dma_map_ops { struct
83 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument
91 const struct dma_map_ops *dma_ops) in set_dma_ops()
96 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops()
101 const struct dma_map_ops *dma_ops) in set_dma_ops()
364 extern const struct dma_map_ops dma_dummy_ops;
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H 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 = {
H A Dio-unit.c38 static const struct dma_map_ops iounit_dma_ops;
276 static const struct dma_map_ops iounit_dma_ops = {
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Ddma-mapping.c8 const struct dma_map_ops *dma_ops;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/xen/
H A Dswiotlb-xen.h13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping.c196 const struct dma_map_ops arm_dma_ops = {
225 const struct dma_map_ops arm_coherent_dma_ops = {
981 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1015 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1034 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1053 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
1062 static const struct dma_map_ops *arm_get_dma_map_ops(bool coherent) in arm_get_dma_map_ops()
1983 static const struct dma_map_ops iommu_ops = {
2005 static const struct dma_map_ops iommu_coherent_ops = {
2202 static const struct dma_map_ops *arm_get_iommu_dma_map_ops(bool coherent) in arm_get_iommu_dma_map_ops()
[all …]
H A Ddma-mapping-nommu.c177 const struct dma_map_ops arm_nommu_dma_ops = {
/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch10 dma_map_ops
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpci.h51 extern void set_pci_dma_ops(const struct dma_map_ops *dma_ops);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c20 const struct dma_map_ops *dma_ops;
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Ddma-mapping-noalias.c283 static const struct dma_map_ops arm64_noalias_ops = {
304 static const struct dma_map_ops *iommu_dma_ops;
523 static struct dma_map_ops arm64_iommu_ops = {
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Ddma-iommu.c139 const struct dma_map_ops dma_iommu_ops = {
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci_dma.h193 extern const struct dma_map_ops s390_pci_dma_ops;

12