Searched refs:client_match (Results 1 – 1 of 1) sorted by relevance
300 const struct of_device_id *client_match) in qcom_smmu_set_actlr_dev() argument303 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() local325 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() local403 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 …]