Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A 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()
H A Dmtk_iommu.c774 static const struct component_master_ops mtk_iommu_com_ops = { variable
921 ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
952 component_master_del(&pdev->dev, &mtk_iommu_com_ops); in mtk_iommu_remove()