Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/
Dmtk_iommu_v1.c539 static const struct component_master_ops mtk_iommu_com_ops = { variable
632 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
647 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()
Dmtk_iommu.c634 static const struct component_master_ops mtk_iommu_com_ops = { variable
761 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
776 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()