Searched refs:state_idx (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/pmdomain/ |
| A D | governor.c | 273 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 …]
|
| A D | core.c | 702 unsigned int state_idx = genpd->state_idx; in _genpd_power_on() local 753 unsigned int state_idx = genpd->state_idx; in _genpd_power_off() local 859 if (child->state_idx < child->state_count - 1) in genpd_power_off() 883 genpd->state_idx = 0; in genpd_power_off() 891 genpd->states[genpd->state_idx].rejected++; in genpd_power_off() 897 genpd->states[genpd->state_idx].usage++; in genpd_power_off() 1294 if (child->state_idx < child->state_count - 1) in genpd_sync_power_off() 1299 genpd->state_idx = genpd->state_count - 1; in genpd_sync_power_off() 1301 genpd->states[genpd->state_idx].rejected++; in genpd_sync_power_off() 1304 genpd->states[genpd->state_idx].usage++; in genpd_sync_power_off() [all …]
|
| /linux/drivers/cpuidle/ |
| A D | dt_idle_states.c | 157 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()
|
| A D | cpuidle-psci-domain.c | 35 struct genpd_power_state *state = &pd->states[pd->state_idx]; in psci_pd_power_off()
|
| A D | cpuidle-riscv-sbi.c | 357 struct genpd_power_state *state = &pd->states[pd->state_idx]; in sbi_cpuidle_pd_power_off()
|
| /linux/drivers/cpuidle/governors/ |
| A D | teo.c | 254 struct cpuidle_device *dev, int state_idx, in teo_find_shallower_state() argument 259 for (i = state_idx - 1; i >= 0; i--) { in teo_find_shallower_state() 264 state_idx = i; in teo_find_shallower_state() 268 return state_idx; in teo_find_shallower_state()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_core.h | 66 dml_uint_t state_idx, 71 dml_uint_t state_idx,
|
| A D | display_mode_core.c | 10032 dml_uint_t state_idx) in dml_get_soc_state_bounding_box() argument 10040 return (states->state_array[state_idx]); in dml_get_soc_state_bounding_box() 10047 dml_uint_t state_idx) in cache_ip_soc_cfg() argument 10049 mode_lib->ms.state_idx = state_idx; in cache_ip_soc_cfg() 10086 dml_uint_t state_idx, in dml_mode_support() argument 10092 cache_ip_soc_cfg(mode_lib, state_idx); in dml_mode_support() 10118 dml_uint_t state_idx, in dml_mode_programming() argument 10134 cache_ip_soc_cfg(mode_lib, state_idx); in dml_mode_programming() 10157 dml_uint_t state_idx = 0; in mode_support_pwr_states() local 10167 for (state_idx = start_state_idx; state_idx <= end_state_idx; state_idx++) { in mode_support_pwr_states() [all …]
|
| A D | display_mode_core_structs.h | 759 dml_uint_t state_idx; //<brief The power state idx for the power state under this computation member
|
| /linux/net/netfilter/ipvs/ |
| A D | ip_vs_proto_tcp.c | 515 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/drivers/acpi/ |
| A D | processor_idle.c | 896 int pkg_count, state_idx = 1, loop; in acpi_processor_evaluate_lpi() local 936 for (loop = 3; state_idx <= pkg_count; loop++, state_idx++, lpi_state++) { in acpi_processor_evaluate_lpi() 972 lpi_state->index = state_idx; in acpi_processor_evaluate_lpi() 996 acpi_handle_debug(handle, "Found %d power states\n", state_idx); in acpi_processor_evaluate_lpi()
|
| /linux/include/linux/ |
| A D | pm_domain.h | 197 unsigned int state_idx; /* state that genpd will go to when off */ member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 333 unsigned int state_idx; // <brief min clk state table index for mode support call member
|
| A D | dml2_core_shared.c | 771 mode_lib->ms.state_idx = in_out_params->min_clk_index; in dml2_core_shared_mode_support()
|
| A D | dml2_core_dcn4_calcs.c | 7045 mode_lib->ms.state_idx = in_out_params->min_clk_index; in dml_core_mode_support()
|
Completed in 136 milliseconds