rpmhpds            54 drivers/soc/qcom/rpmhpd.c 	struct rpmhpd **rpmhpds;
rpmhpds           130 drivers/soc/qcom/rpmhpd.c 	.rpmhpds = sdm845_rpmhpds,
rpmhpds           329 drivers/soc/qcom/rpmhpd.c 	struct rpmhpd **rpmhpds;
rpmhpds           336 drivers/soc/qcom/rpmhpd.c 	rpmhpds = desc->rpmhpds;
rpmhpds           351 drivers/soc/qcom/rpmhpd.c 		if (!rpmhpds[i]) {
rpmhpds           356 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->dev = dev;
rpmhpds           357 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->addr = cmd_db_read_addr(rpmhpds[i]->res_name);
rpmhpds           358 drivers/soc/qcom/rpmhpd.c 		if (!rpmhpds[i]->addr) {
rpmhpds           360 drivers/soc/qcom/rpmhpd.c 				rpmhpds[i]->res_name);
rpmhpds           364 drivers/soc/qcom/rpmhpd.c 		ret = cmd_db_read_slave_id(rpmhpds[i]->res_name);
rpmhpds           370 drivers/soc/qcom/rpmhpd.c 		ret = rpmhpd_update_level_mapping(rpmhpds[i]);
rpmhpds           374 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->pd.power_off = rpmhpd_power_off;
rpmhpds           375 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->pd.power_on = rpmhpd_power_on;
rpmhpds           376 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->pd.set_performance_state = rpmhpd_set_performance_state;
rpmhpds           377 drivers/soc/qcom/rpmhpd.c 		rpmhpds[i]->pd.opp_to_performance_state = rpmhpd_get_performance_state;
rpmhpds           378 drivers/soc/qcom/rpmhpd.c 		pm_genpd_init(&rpmhpds[i]->pd, NULL, true);
rpmhpds           380 drivers/soc/qcom/rpmhpd.c 		data->domains[i] = &rpmhpds[i]->pd;
rpmhpds           385 drivers/soc/qcom/rpmhpd.c 		if (!rpmhpds[i])
rpmhpds           387 drivers/soc/qcom/rpmhpd.c 		if (rpmhpds[i]->parent)
rpmhpds           388 drivers/soc/qcom/rpmhpd.c 			pm_genpd_add_subdomain(rpmhpds[i]->parent,
rpmhpds           389 drivers/soc/qcom/rpmhpd.c 					       &rpmhpds[i]->pd);