this_active_corner  182 drivers/soc/qcom/rpmhpd.c 	unsigned int this_active_corner = 0, this_sleep_corner = 0;
this_active_corner  185 drivers/soc/qcom/rpmhpd.c 	to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner);
this_active_corner  191 drivers/soc/qcom/rpmhpd.c 	active_corner = max(this_active_corner, peer_active_corner);
this_active_corner  247 drivers/soc/qcom/rpmpd.c 	unsigned int this_active_corner = 0, this_sleep_corner = 0;
this_active_corner  250 drivers/soc/qcom/rpmpd.c 	to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner);
this_active_corner  256 drivers/soc/qcom/rpmpd.c 	active_corner = max(this_active_corner, peer_active_corner);