Home
last modified time | relevance | path

Searched refs:state_idx (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/pmdomain/
H A Dgovernor.c273 int state_idx = genpd->state_count - 1; in _default_power_down_ok() local
285 while (state_idx >= 0) { in _default_power_down_ok()
290 state_idx--; in _default_power_down_ok()
293 if (state_idx < 0) { in _default_power_down_ok()
294 state_idx = 0; in _default_power_down_ok()
326 while (!__default_power_down_ok(pd, state_idx)) { in _default_power_down_ok()
327 if (state_idx == 0) { in _default_power_down_ok()
331 state_idx--; in _default_power_down_ok()
335 genpd->state_idx = state_idx; in _default_power_down_ok()
390 i = genpd->state_idx; in cpu_power_down_ok()
[all …]
H A Dcore.c733 unsigned int state_idx = genpd->state_idx; in _genpd_power_on() local
784 unsigned int state_idx = genpd->state_idx; in _genpd_power_off() local
890 if (child->state_idx < child->state_count - 1) in genpd_power_off()
918 genpd->state_idx = 0; in genpd_power_off()
926 genpd->states[genpd->state_idx].rejected++; in genpd_power_off()
932 genpd->states[genpd->state_idx].usage++; in genpd_power_off()
1329 if (child->state_idx < child->state_count - 1) in genpd_sync_power_off()
1334 genpd->state_idx = genpd->state_count - 1; in genpd_sync_power_off()
1336 genpd->states[genpd->state_idx].rejected++; in genpd_sync_power_off()
1339 genpd->states[genpd->state_idx].usage++; in genpd_sync_power_off()
[all …]
/linux-6.15/drivers/cpuidle/
H A Ddt_idle_states.c157 unsigned int state_idx = start_idx; in dt_init_idle_driver() local
159 if (state_idx >= CPUIDLE_STATE_MAX) in dt_init_idle_driver()
193 if (state_idx == CPUIDLE_STATE_MAX) { in dt_init_idle_driver()
198 idle_state = &drv->states[state_idx++]; in dt_init_idle_driver()
215 drv->state_count = state_idx; in dt_init_idle_driver()
222 return state_idx - start_idx; in dt_init_idle_driver()
H A Dcpuidle-psci-domain.c35 struct genpd_power_state *state = &pd->states[pd->state_idx]; in psci_pd_power_off()
H A Dcpuidle-riscv-sbi.c361 struct genpd_power_state *state = &pd->states[pd->state_idx]; in sbi_cpuidle_pd_power_off()
/linux-6.15/drivers/cpuidle/governors/
H A Dteo.c245 struct cpuidle_device *dev, int state_idx, in teo_find_shallower_state() argument
250 for (i = state_idx - 1; i >= 0; i--) { in teo_find_shallower_state()
255 state_idx = i; in teo_find_shallower_state()
259 return state_idx; in teo_find_shallower_state()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.h66 dml_uint_t state_idx,
71 dml_uint_t state_idx,
H A Ddisplay_mode_core.c10038 dml_uint_t state_idx) in dml_get_soc_state_bounding_box() argument
10046 return (states->state_array[state_idx]); in dml_get_soc_state_bounding_box()
10053 dml_uint_t state_idx) in cache_ip_soc_cfg() argument
10055 mode_lib->ms.state_idx = state_idx; in cache_ip_soc_cfg()
10092 dml_uint_t state_idx, in dml_mode_support() argument
10098 cache_ip_soc_cfg(mode_lib, state_idx); in dml_mode_support()
10124 dml_uint_t state_idx, in dml_mode_programming() argument
10140 cache_ip_soc_cfg(mode_lib, state_idx); in dml_mode_programming()
10163 dml_uint_t state_idx = 0; in mode_support_pwr_states() local
10173 for (state_idx = start_state_idx; state_idx <= end_state_idx; state_idx++) { in mode_support_pwr_states()
[all …]
H A Ddisplay_mode_core_structs.h817 dml_uint_t state_idx; //<brief The power state idx for the power state under this computation member
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c515 int state_idx; in set_tcp_state() local
530 if ((state_idx = tcp_state_idx(th)) < 0) { in set_tcp_state()
531 IP_VS_DBG(8, "tcp_state_idx=%d!!!\n", state_idx); in set_tcp_state()
536 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
/linux-6.15/drivers/acpi/
H A Dprocessor_idle.c899 int pkg_count, state_idx = 1, loop; in acpi_processor_evaluate_lpi() local
939 for (loop = 3; state_idx <= pkg_count; loop++, state_idx++, lpi_state++) { in acpi_processor_evaluate_lpi()
975 lpi_state->index = state_idx; in acpi_processor_evaluate_lpi()
999 acpi_handle_debug(handle, "Found %d power states\n", state_idx); in acpi_processor_evaluate_lpi()
/linux-6.15/include/linux/
H A Dpm_domain.h206 unsigned int state_idx; /* state that genpd will go to when off */ member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h336 unsigned int state_idx; // <brief min clk state table index for mode support call member
H A Ddml2_core_dcn4_calcs.c7371 mode_lib->ms.state_idx = in_out_params->min_clk_index; in dml_core_mode_support()