tcs_cfg 530 drivers/soc/qcom/rpmh-rsc.c } tcs_cfg[TCS_TYPE_NR] = { { 0 } }; tcs_cfg 565 drivers/soc/qcom/rpmh-rsc.c i * 2, &tcs_cfg[i].type); tcs_cfg 568 drivers/soc/qcom/rpmh-rsc.c if (tcs_cfg[i].type >= TCS_TYPE_NR) tcs_cfg 572 drivers/soc/qcom/rpmh-rsc.c i * 2 + 1, &tcs_cfg[i].n); tcs_cfg 575 drivers/soc/qcom/rpmh-rsc.c if (tcs_cfg[i].n > MAX_TCS_PER_TYPE) tcs_cfg 580 drivers/soc/qcom/rpmh-rsc.c tcs = &drv->tcs[tcs_cfg[i].type]; tcs_cfg 584 drivers/soc/qcom/rpmh-rsc.c tcs->type = tcs_cfg[i].type; tcs_cfg 585 drivers/soc/qcom/rpmh-rsc.c tcs->num_tcs = tcs_cfg[i].n;