Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Dmtk_iommu_v1.c537 static const struct component_master_ops mtk_iommu_com_ops = { variable
627 ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
653 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()
Dmtk_iommu.c753 static const struct component_master_ops mtk_iommu_com_ops = { variable
896 ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
929 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()