Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Dmtk_iommu_v1.c547 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.c636 static const struct component_master_ops mtk_iommu_com_ops = { variable
741 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
756 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()