Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c286 const struct of_device_id *client_match) in qcom_smmu_set_actlr_dev() argument
289 of_match_device(client_match, dev); in qcom_smmu_set_actlr_dev()
305 const struct of_device_id *client_match; in qcom_adreno_smmu_init_context() local
311 client_match = qsmmu->data->client_match; in qcom_adreno_smmu_init_context()
313 if (client_match) in qcom_adreno_smmu_init_context()
314 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_adreno_smmu_init_context()
381 const struct of_device_id *client_match; in qcom_smmu_init_context() local
386 client_match = qsmmu->data->client_match; in qcom_smmu_init_context()
388 if (client_match) in qcom_smmu_init_context()
389 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_smmu_init_context()
[all …]
H A Darm-smmu-qcom.h31 const struct of_device_id * const client_match; member