Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dadreno-smmu-priv.h73 void (*set_stall)(const void *cookie, bool enabled); member
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_iommu.c502 if (adreno_smmu->set_stall) in msm_iommu_gpu_new()
503 adreno_smmu->set_stall(adreno_smmu->cookie, true); in msm_iommu_gpu_new()
/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c339 priv->set_stall = qcom_adreno_smmu_set_stall; in qcom_adreno_smmu_init_context()