Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Dmtk_iommu_v1.c545 static const struct component_master_ops mtk_iommu_com_ops = { variable
640 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
655 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()
Dmtk_iommu.c573 static const struct component_master_ops mtk_iommu_com_ops = { variable
671 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
686 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()