Home
last modified time | relevance | path

Searched refs:qcom_tbu_probe (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.h37 int qcom_tbu_probe(struct platform_device *pdev);
40 static inline int qcom_tbu_probe(struct platform_device *pdev) { return -EINVAL; } in qcom_tbu_probe() function
Darm-smmu-qcom-debug.c467 int qcom_tbu_probe(struct platform_device *pdev) in qcom_tbu_probe() function
Darm-smmu-qcom.c601 ret = qcom_tbu_probe(pdev); in qcom_smmu_tbu_probe()