Searched refs:dma_map_ops (Results 1 – 25 of 41) sorted by relevance
12
113 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 …]
64 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()
33 const struct dma_map_ops dma_dummy_ops = {
5 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()
22 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()
9 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()
7 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()
5 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()
22 struct dma_map_ops { struct89 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() argument97 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;
5 static inline const struct dma_map_ops *get_arch_dma_ops(void) in get_arch_dma_ops()
8 const struct dma_map_ops *dma_ops;
54 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 = {
38 static const struct dma_map_ops iounit_dma_ops;276 static const struct dma_map_ops iounit_dma_ops = {
13 extern const struct dma_map_ops xen_swiotlb_dma_ops;
10 dma_map_ops
49 void __init set_pci_dma_ops(const struct dma_map_ops *dma_ops);
318 extern const struct dma_map_ops dma_iommu_ops;
23 const struct dma_map_ops *dma_ops;
195 extern const struct dma_map_ops s390_pci_dma_ops;
206 const struct dma_map_ops dma_iommu_ops = {
688 static const struct dma_map_ops ps3_sb_dma_ops = {702 static const struct dma_map_ops ps3_ioc0_dma_ops = {
753 static const struct dma_map_ops sun4u_dma_ops = {765 const struct dma_map_ops *dma_ops = &sun4u_dma_ops;
387 const struct dma_map_ops xen_swiotlb_dma_ops = {
282 static const struct dma_map_ops xen_grant_dma_ops = {
Completed in 26 milliseconds