Home
last modified time | relevance | path

Searched refs:min_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c46 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c37 int min_state; member
79 .min_state = 0,
83 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10,
87 .min_state = MLXSW_THERMAL_MAX_STATE,
174 state->min_state, in mlxsw_thermal_bind()
254 state->min_state, in mlxsw_thermal_module_bind()
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h60 int min_state; member
/openbmc/linux/fs/btrfs/
H A Dtransaction.c862 const enum btrfs_trans_state min_state) in wait_for_commit() argument
872 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit()
878 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()
882 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()