Searched refs:power_table (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/thermal/ |
D | devfreq_cooling.c | 62 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/ |
D | intel_pmic_chtwc.c | 81 static struct pmic_table power_table[] = { variable 249 .power_table = power_table, 250 .power_table_count = ARRAY_SIZE(power_table),
|
D | intel_pmic_crc.c | 27 static struct pmic_table power_table[] = { variable 289 .power_table = power_table, 290 .power_table_count= ARRAY_SIZE(power_table),
|
D | intel_pmic_xpower.c | 33 static struct pmic_table power_table[] = { variable 238 .power_table = power_table, 239 .power_table_count = ARRAY_SIZE(power_table),
|
D | intel_pmic_bxtwc.c | 35 static struct pmic_table power_table[] = { variable 387 .power_table = power_table, 388 .power_table_count = ARRAY_SIZE(power_table),
|
D | tps68470_pmic.c | 36 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()
|
D | intel_pmic.h | 18 struct pmic_table *power_table; member
|
D | intel_pmic_chtdc_ti.c | 100 .power_table = chtdc_ti_power_table,
|
D | intel_pmic.c | 70 result = pmic_get_reg_bit(address, d->power_table, in intel_pmic_power_handler()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.c | 820 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()
|