Home
last modified time | relevance | path

Searched refs:power_table (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/thermal/
Ddevfreq_cooling.c59 u32 *power_table; member
260 dfc->res_util = dfc->power_table[state]; in devfreq_cooling_get_requested_power()
269 dyn_power = dfc->power_table[state]; in devfreq_cooling_get_requested_power()
304 *power = dfc->power_table[state] + static_power; in devfreq_cooling_state2power()
341 if (est_power >= dfc->power_table[i]) in devfreq_cooling_power2state()
380 u32 *power_table = NULL; in devfreq_cooling_gen_tables() local
387 power_table = kcalloc(num_opps, sizeof(*power_table), in devfreq_cooling_gen_tables()
389 if (!power_table) in devfreq_cooling_gen_tables()
422 power_table[i] = power; in devfreq_cooling_gen_tables()
429 dfc->power_table = power_table; in devfreq_cooling_gen_tables()
[all …]
/Linux-v5.10/drivers/acpi/pmic/
Dintel_pmic_chtwc.c73 static struct pmic_table power_table[] = { variable
260 .power_table = power_table,
261 .power_table_count = ARRAY_SIZE(power_table),
Dintel_pmic_bytcrc.c19 static struct pmic_table power_table[] = { variable
281 .power_table = power_table,
282 .power_table_count= ARRAY_SIZE(power_table),
Dintel_pmic_xpower.c29 static struct pmic_table power_table[] = { variable
264 .power_table = power_table,
265 .power_table_count = ARRAY_SIZE(power_table),
Dintel_pmic_bxtwc.c27 static struct pmic_table power_table[] = { variable
379 .power_table = power_table,
380 .power_table_count = ARRAY_SIZE(power_table),
Dtps68470_pmic.c36 static const struct tps68470_pmic_table power_table[] = { variable
367 power_table, in tps68470_pmic_pwr_handler()
368 ARRAY_SIZE(power_table)); in tps68470_pmic_pwr_handler()
Dintel_pmic.h20 struct pmic_table *power_table; member
Dintel_pmic_chtdc_ti.c101 .power_table = chtdc_ti_power_table,
Dintel_pmic.c65 result = pmic_get_reg_bit(address, d->power_table, in intel_pmic_power_handler()
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_dpm.c769 ATOM_PPLIB_POWERPLAYTABLE *power_table; in amdgpu_add_thermal_controller() local
779 power_table = (ATOM_PPLIB_POWERPLAYTABLE *) in amdgpu_add_thermal_controller()
781 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()