Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Ddevfreq_cooling.c62 u32 *power_table; member
303 dfc->res_util = dfc->power_table[state]; in devfreq_cooling_get_requested_power()
312 dyn_power = dfc->power_table[state]; in devfreq_cooling_get_requested_power()
348 *power = dfc->power_table[state] + static_power; in devfreq_cooling_state2power()
386 if (est_power >= dfc->power_table[i]) in devfreq_cooling_power2state()
425 u32 *power_table = NULL; in devfreq_cooling_gen_tables() local
432 power_table = kcalloc(num_opps, sizeof(*power_table), in devfreq_cooling_gen_tables()
434 if (!power_table) in devfreq_cooling_gen_tables()
467 power_table[i] = power; in devfreq_cooling_gen_tables()
474 dfc->power_table = power_table; in devfreq_cooling_gen_tables()
[all …]
/Linux-v4.19/drivers/acpi/pmic/
Dintel_pmic_chtwc.c81 static struct pmic_table power_table[] = { variable
249 .power_table = power_table,
250 .power_table_count = ARRAY_SIZE(power_table),
Dintel_pmic_crc.c27 static struct pmic_table power_table[] = { variable
289 .power_table = power_table,
290 .power_table_count= ARRAY_SIZE(power_table),
Dintel_pmic_xpower.c33 static struct pmic_table power_table[] = { variable
238 .power_table = power_table,
239 .power_table_count = ARRAY_SIZE(power_table),
Dintel_pmic_bxtwc.c35 static struct pmic_table power_table[] = { variable
387 .power_table = power_table,
388 .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.h18 struct pmic_table *power_table; member
Dintel_pmic_chtdc_ti.c100 .power_table = chtdc_ti_power_table,
Dintel_pmic.c70 result = pmic_get_reg_bit(address, d->power_table, in intel_pmic_power_handler()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c820 ATOM_PPLIB_POWERPLAYTABLE *power_table; in amdgpu_add_thermal_controller() local
830 power_table = (ATOM_PPLIB_POWERPLAYTABLE *) in amdgpu_add_thermal_controller()
832 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()