Lines Matching refs:suspend_state
86 struct regulator_state *suspend_state; in of_get_regulation_constraints() local
252 suspend_state = &constraints->state_mem; in of_get_regulation_constraints()
255 suspend_state = &constraints->state_disk; in of_get_regulation_constraints()
258 suspend_state = &constraints->state_standby; in of_get_regulation_constraints()
269 if (!suspend_state) { in of_get_regulation_constraints()
282 suspend_state->mode = mode; in of_get_regulation_constraints()
291 suspend_state->enabled = ENABLE_IN_SUSPEND; in of_get_regulation_constraints()
294 suspend_state->enabled = DISABLE_IN_SUSPEND; in of_get_regulation_constraints()
298 suspend_state->min_uV = pval; in of_get_regulation_constraints()
302 suspend_state->max_uV = pval; in of_get_regulation_constraints()
306 suspend_state->uV = pval; in of_get_regulation_constraints()
308 suspend_state->uV = suspend_state->min_uV; in of_get_regulation_constraints()
312 suspend_state->changeable = true; in of_get_regulation_constraints()
318 suspend_state = NULL; in of_get_regulation_constraints()