Searched refs:min_state (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pmdomain/apple/ |
| H 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()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H 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()
|
| /linux-6.15/tools/lib/thermal/include/ |
| H A D | thermal.h | 80 int min_state; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| H A D | dml2_wrapper.c | 536 unsigned int min_state = 0; in call_dml_mode_support_and_programming() local 563 …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() 565 min_state = s->mode_support_params.out_lowest_state_idx; in call_dml_mode_support_and_programming() 570 result = dml_mode_programming(&dml2->v20.dml_core_ctx, min_state, &s->cur_display_config, true); in call_dml_mode_support_and_programming()
|
| /linux-6.15/fs/btrfs/ |
| H A D | transaction.c | 898 const enum btrfs_trans_state min_state) in wait_for_commit() argument 908 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit() 914 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit() 918 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10283 int min_state = 1024, max_state = 0; in probe_cpuidle_residency() local 10321 if (state < min_state) in probe_cpuidle_residency() 10322 min_state = state; in probe_cpuidle_residency() 10332 int min_state = 1024, max_state = 0; in probe_cpuidle_counts() local 10385 if (state != min_state) { in probe_cpuidle_counts()
|