Searched defs:msm_mmu_funcs (Results  1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/ | 
| H A D | msm_mmu.h | 16 struct msm_mmu_funcs {  struct17 	void (*detach)(struct msm_mmu *mmu);
 18 	void (*prealloc_count)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p,
 20 	int (*prealloc_allocate)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p);
 21 	void (*prealloc_cleanup)(struct msm_mmu *mmu, struct msm_mmu_prealloc *p);
 22 	int (*map)(struct msm_mmu *mmu, uint64_t iova, struct sg_table *sgt,
 24 	int (*unmap)(struct msm_mmu *mmu, uint64_t iova, size_t len);
 25 	void (*destroy)(struct msm_mmu *mmu);
 26 	void (*set_stall)(struct msm_mmu *mmu, bool enable);
 
 |