Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Dmsm_iommu.c276 struct msm_iommu_ctx_dev *ctx_dev; in msm_iommu_attach_dev() local
294 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() local
346 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()