Searched refs:power_table (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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-v5.4/drivers/acpi/pmic/ |
| D | intel_pmic_chtwc.c | 73 static struct pmic_table power_table[] = { variable 260 .power_table = power_table, 261 .power_table_count = ARRAY_SIZE(power_table),
|
| D | intel_pmic_crc.c | 19 static struct pmic_table power_table[] = { variable 281 .power_table = power_table, 282 .power_table_count= ARRAY_SIZE(power_table),
|
| D | intel_pmic_xpower.c | 29 static struct pmic_table power_table[] = { variable 264 .power_table = power_table, 265 .power_table_count = ARRAY_SIZE(power_table),
|
| D | intel_pmic_bxtwc.c | 27 static struct pmic_table power_table[] = { variable 379 .power_table = power_table, 380 .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 | 20 struct pmic_table *power_table; member
|
| D | intel_pmic_chtdc_ti.c | 101 .power_table = chtdc_ti_power_table,
|
| D | intel_pmic.c | 65 result = pmic_get_reg_bit(address, d->power_table, in intel_pmic_power_handler()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_dpm.c | 764 ATOM_PPLIB_POWERPLAYTABLE *power_table; in amdgpu_add_thermal_controller() local 774 power_table = (ATOM_PPLIB_POWERPLAYTABLE *) in amdgpu_add_thermal_controller() 776 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()
|