Searched refs:set_stall (Results 1 – 4 of 4) sorted by relevance
651 if (adreno_smmu->set_stall) in msm_iommu_set_stall()652 adreno_smmu->set_stall(adreno_smmu->cookie, enable); in msm_iommu_set_stall()706 .set_stall = msm_iommu_set_stall,782 if (adreno_smmu->set_stall) in msm_iommu_gpu_new()783 adreno_smmu->set_stall(adreno_smmu->cookie, true); in msm_iommu_gpu_new()
26 void (*set_stall)(struct msm_mmu *mmu, bool enable); member
282 mmu->funcs->set_stall(mmu, true); in adreno_check_and_reenable_stall()311 mmu->funcs->set_stall(mmu, false); in adreno_fault_handler()
353 priv->set_stall = qcom_adreno_smmu_set_stall; in qcom_adreno_smmu_init_context()
Completed in 13 milliseconds