Searched refs:set_stall (Results 1 – 4 of 4) sorted by relevance
667 if (adreno_smmu->set_stall)668 adreno_smmu->set_stall(adreno_smmu->cookie, enable); in msm_iommu_detach() 723 .set_stall = msm_iommu_set_stall, in msm_iommu_new() 799 if (adreno_smmu->set_stall) in msm_iommu_gpu_new() 800 adreno_smmu->set_stall(adreno_smmu->cookie, true); in msm_iommu_gpu_new()
26 void (*set_stall)(struct msm_mmu *mmu, bool enable); member
73 void (*set_stall)(const void *cookie, bool enabled); member
273 mmu->funcs->set_stall(mmu, true); in adreno_check_and_reenable_stall() 303 mmu->funcs->set_stall(mmu, false); in adreno_fault_handler()