Lines Matching refs:drv
248 struct msm_iommu_drvdata *drv = NULL; in msm_iommu_remove() local
250 drv = platform_get_drvdata(pdev); in msm_iommu_remove()
251 if (drv) { in msm_iommu_remove()
252 if (drv->clk) { in msm_iommu_remove()
253 clk_unprepare(drv->clk); in msm_iommu_remove()
254 clk_put(drv->clk); in msm_iommu_remove()
256 clk_unprepare(drv->pclk); in msm_iommu_remove()
257 clk_put(drv->pclk); in msm_iommu_remove()
258 memset(drv, 0, sizeof(*drv)); in msm_iommu_remove()
259 kfree(drv); in msm_iommu_remove()
337 struct msm_iommu_ctx_drvdata *drv = NULL; in msm_iommu_ctx_remove() local
338 drv = platform_get_drvdata(pdev); in msm_iommu_ctx_remove()
339 if (drv) { in msm_iommu_ctx_remove()
340 memset(drv, 0, sizeof(struct msm_iommu_ctx_drvdata)); in msm_iommu_ctx_remove()
341 kfree(drv); in msm_iommu_ctx_remove()