Home
last modified time | relevance | path

Searched refs:this_active_corner (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pmdomain/qcom/
H A Drpmhpd.c875 unsigned int this_active_corner = 0, this_sleep_corner = 0; in rpmhpd_aggregate_corner() local
880 to_active_sleep(pd, corner, &this_active_corner, &this_sleep_corner); in rpmhpd_aggregate_corner()
883 this_active_corner = pd->level_count - 1; in rpmhpd_aggregate_corner()
893 active_corner = max(this_active_corner, peer_active_corner); in rpmhpd_aggregate_corner()
H A Drpmpd.c999 unsigned int this_active_corner = 0, this_sleep_corner = 0; in rpmpd_aggregate_corner() local
1004 this_active_corner = this_sleep_corner = pd->max_state; in rpmpd_aggregate_corner()
1006 to_active_sleep(pd, pd->corner, &this_active_corner, &this_sleep_corner); in rpmpd_aggregate_corner()
1012 active_corner = max(this_active_corner, peer_active_corner); in rpmpd_aggregate_corner()