Home
last modified time | relevance | path

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

/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c300 const struct of_device_id *client_match) in qcom_smmu_set_actlr_dev() argument
303 of_match_device(client_match, dev); in qcom_smmu_set_actlr_dev()
319 const struct of_device_id *client_match; in qcom_adreno_smmu_init_context() local
325 client_match = qsmmu->data->client_match; in qcom_adreno_smmu_init_context()
327 if (client_match) in qcom_adreno_smmu_init_context()
328 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_adreno_smmu_init_context()
398 const struct of_device_id *client_match; in qcom_smmu_init_context() local
403 client_match = qsmmu->data->client_match; in qcom_smmu_init_context()
405 if (client_match) in qcom_smmu_init_context()
406 qcom_smmu_set_actlr_dev(dev, smmu, cbndx, client_match); in qcom_smmu_init_context()
[all …]