Lines Matching refs:suspend_state
86 struct regulator_state *suspend_state; in of_get_regulation_constraints() local
261 suspend_state = &constraints->state_mem; in of_get_regulation_constraints()
264 suspend_state = &constraints->state_disk; in of_get_regulation_constraints()
267 suspend_state = &constraints->state_standby; in of_get_regulation_constraints()
278 if (!suspend_state) { in of_get_regulation_constraints()
291 suspend_state->mode = mode; in of_get_regulation_constraints()
300 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
303 suspend_state->enabled = DISABLE_IN_SUSPEND; in of_get_regulation_constraints()
307 suspend_state->min_uV = pval; in of_get_regulation_constraints()
311 suspend_state->max_uV = pval; in of_get_regulation_constraints()
315 suspend_state->uV = pval; in of_get_regulation_constraints()
317 suspend_state->uV = suspend_state->min_uV; in of_get_regulation_constraints()
321 suspend_state->changeable = true; in of_get_regulation_constraints()
327 suspend_state = NULL; in of_get_regulation_constraints()