Searched refs:min_state (Results 1 – 3 of 3) sorted by relevance
| /drivers/pmdomain/apple/ |
| A D | pmgr-pwrstate.c | 46 u32 min_state; member 232 ret = of_property_read_u32(node, "apple,min-state", &ps->min_state); in apple_pmgr_ps_probe() 233 if (ret == 0 && ps->min_state <= APPLE_PMGR_PS_ACTIVE) in apple_pmgr_ps_probe() 235 FIELD_PREP(APPLE_PMGR_PS_MIN, ps->min_state)); in apple_pmgr_ps_probe()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_thermal.c | 38 int min_state; member 86 .min_state = 0, 90 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10, 94 .min_state = MLXSW_THERMAL_MAX_STATE, 181 c->lower = state->min_state; in mlxsw_thermal_should_bind() 231 c->lower = state->min_state; in mlxsw_thermal_module_should_bind()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_wrapper.c | 359 unsigned int min_state = 0; in call_dml_mode_support_and_programming() local 383 …min_state = min_state_for_g6_temp_read > s->mode_support_params.out_lowest_state_idx ? min_state_f… in call_dml_mode_support_and_programming() 385 min_state = s->mode_support_params.out_lowest_state_idx; in call_dml_mode_support_and_programming() 390 result = dml_mode_programming(&dml2->v20.dml_core_ctx, min_state, &s->cur_display_config, true); in call_dml_mode_support_and_programming()
|
Completed in 15 milliseconds