Home
last modified time | relevance | path

Searched refs:set_stall (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c664 if (adreno_smmu->set_stall) in msm_iommu_set_stall()
665 adreno_smmu->set_stall(adreno_smmu->cookie, enable); in msm_iommu_set_stall()
719 .set_stall = msm_iommu_set_stall,
795 if (adreno_smmu->set_stall) in msm_iommu_gpu_new()
796 adreno_smmu->set_stall(adreno_smmu->cookie, true); in msm_iommu_gpu_new()
H A Dmsm_mmu.h26 void (*set_stall)(struct msm_mmu *mmu, bool enable); member
/linux/include/linux/
H A Dadreno-smmu-priv.h73 void (*set_stall)(const void *cookie, bool enabled); member