Searched refs:min_state (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/soc/apple/ |
A D | apple-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.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_thermal.c | 40 int min_state; member 64 .min_state = 0, 68 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10, 72 .min_state = MLXSW_THERMAL_MAX_STATE, 217 state->min_state, in mlxsw_thermal_bind() 297 state->min_state, in mlxsw_thermal_module_bind()
|
/linux-6.3-rc2/tools/lib/thermal/include/ |
A D | thermal.h | 60 int min_state; member
|
/linux-6.3-rc2/fs/btrfs/ |
A D | transaction.c | 838 const enum btrfs_trans_state min_state) in wait_for_commit() argument 848 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit() 854 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit() 858 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()
|
Completed in 32 milliseconds