Searched refs:client_match (Results 1 – 2 of 2) sorted by relevance
286 const struct of_device_id *client_match) in qcom_smmu_set_actlr_dev() argument289 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() local311 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() local386 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 …]
31 const struct of_device_id * const client_match; member