Searched refs:ctx_dev (Results 1 – 1 of 1) sorted by relevance
276 struct msm_iommu_ctx_dev *ctx_dev; in msm_iommu_attach_dev() local294 ctx_dev = dev->platform_data; in msm_iommu_attach_dev()296 if (!iommu_drvdata || !ctx_drvdata || !ctx_dev) { in msm_iommu_attach_dev()316 __program_context(iommu_drvdata->base, ctx_dev->num, in msm_iommu_attach_dev()332 struct msm_iommu_ctx_dev *ctx_dev; in msm_iommu_detach_dev() local346 ctx_dev = dev->platform_data; in msm_iommu_detach_dev()348 if (!iommu_drvdata || !ctx_drvdata || !ctx_dev) in msm_iommu_detach_dev()359 __reset_context(iommu_drvdata->base, ctx_dev->num); in msm_iommu_detach_dev()