Home
last modified time | relevance | path

Searched refs:min_state (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c47 int min_state; member
56 .min_state = 0,
64 .min_state = (4 * MLXSW_THERMAL_MAX_STATE) / 10,
71 .min_state = MLXSW_THERMAL_MAX_STATE,
77 .min_state = MLXSW_THERMAL_MAX_STATE,
241 trip->min_state, in mlxsw_thermal_bind()
397 trip->min_state, in mlxsw_thermal_module_bind()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/lib/thermal/include/
H A Dthermal.h60 int min_state; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.c863 const enum btrfs_trans_state min_state) in wait_for_commit()
870 * At the moment this function is called with min_state either being in wait_for_commit()
873 if (min_state == TRANS_STATE_COMPLETED) in wait_for_commit()
879 wait_event(commit->commit_wait, commit->state >= min_state); in wait_for_commit()
883 if (min_state < TRANS_STATE_COMPLETED) in wait_for_commit()
862 wait_for_commit(struct btrfs_transaction *commit, const enum btrfs_trans_state min_state) wait_for_commit() argument

Completed in 7 milliseconds