Searched refs:GENPD_STATE_OFF (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c123 if (ps->genpd.status == GENPD_STATE_OFF)
149 if (ps->genpd.status == GENPD_STATE_OFF)
/linux-master/drivers/pmdomain/
H A Dcore.c776 genpd->status = GENPD_STATE_OFF;
1184 genpd->status = GENPD_STATE_OFF;
2104 genpd->status = is_off ? GENPD_STATE_OFF : GENPD_STATE_ON;
3125 [GENPD_STATE_OFF] = "off"
3207 [GENPD_STATE_OFF] = "off"
3220 if (genpd->status == GENPD_STATE_OFF)
3263 if (genpd->status == GENPD_STATE_OFF && genpd->state_idx == i) {
3318 if (genpd->status == GENPD_STATE_OFF && genpd->state_idx == i) {
/linux-master/include/linux/
H A Dpm_domain.h107 GENPD_STATE_OFF, /* PM domain is off */ enumerator in enum:gpd_status

Completed in 126 milliseconds