Home
last modified time | relevance | path

Searched refs:power_control (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/drivers/platform/x86/amd/pmf/
Dauto-mode.c53 its_mode->power_control.stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_auto_mode_defaults()
55 its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults()
56 pr_debug("stt_min_limit_perf_on_lap: %u mW\n", its_mode->power_control.stt_min); in amd_pmf_dump_auto_mode_defaults()
59 pr_debug("stt_apu_perf: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_auto_mode_defaults()
60 pr_debug("stt_hs2_perf: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults()
61 pr_debug("stt_min_limit_perf: %u mW\n", its_mode->power_control.stt_min); in amd_pmf_dump_auto_mode_defaults()
64 pr_debug("stt_apu_balanced: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_auto_mode_defaults()
65 pr_debug("stt_hs2_balanced: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults()
66 pr_debug("stt_min_limit_balanced: %u mW\n", its_mode->power_control.stt_min); in amd_pmf_dump_auto_mode_defaults()
69 pr_debug("stt_apu_quiet: %u C\n", its_mode->power_control.stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_auto_mode_defaults()
[all …]
Dcnqf.c77 pc = &config_store.mode_set[src][idx].power_control; in amd_pmf_set_cnqf()
278 ms->power_control.fppt = out->ps[APMF_CNQF_QUIET].fppt; in amd_pmf_update_mode_set()
279 ms->power_control.sppt = out->ps[APMF_CNQF_QUIET].sppt; in amd_pmf_update_mode_set()
280 ms->power_control.sppt_apu_only = out->ps[APMF_CNQF_QUIET].sppt_apu_only; in amd_pmf_update_mode_set()
281 ms->power_control.spl = out->ps[APMF_CNQF_QUIET].spl; in amd_pmf_update_mode_set()
282 ms->power_control.stt_min = out->ps[APMF_CNQF_QUIET].stt_min_limit; in amd_pmf_update_mode_set()
283 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set()
285 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
292 ms->power_control.fppt = out->ps[APMF_CNQF_BALANCE].fppt; in amd_pmf_update_mode_set()
293 ms->power_control.sppt = out->ps[APMF_CNQF_BALANCE].sppt; in amd_pmf_update_mode_set()
[all …]
Dpmf.h253 struct power_table_control power_control; member
344 struct power_table_control power_control; member
/Linux-v6.6/drivers/scsi/isci/
Dhost.c1285 del_timer_sync(&ihost->power_control.timer.timer); in isci_host_deinit()
1741 struct isci_host *ihost = container_of(tmr, typeof(*ihost), power_control.timer); in power_control_timeout()
1751 ihost->power_control.phys_granted_power = 0; in power_control_timeout()
1753 if (ihost->power_control.phys_waiting == 0) { in power_control_timeout()
1754 ihost->power_control.timer_started = false; in power_control_timeout()
1760 if (ihost->power_control.phys_waiting == 0) in power_control_timeout()
1763 iphy = ihost->power_control.requesters[i]; in power_control_timeout()
1767 if (ihost->power_control.phys_granted_power >= max_spin_up(ihost)) in power_control_timeout()
1770 ihost->power_control.requesters[i] = NULL; in power_control_timeout()
1771 ihost->power_control.phys_waiting--; in power_control_timeout()
[all …]
Dhost.h160 struct sci_power_control power_control; member
/Linux-v6.6/drivers/usb/host/
Dohci-s3c2410.c147 if (info->power_control != NULL) { in s3c2410_usb_set_power()
149 (info->power_control)(port-1, to); in s3c2410_usb_set_power()
242 if (info->power_control == NULL) in ohci_s3c2410_hub_control()
/Linux-v6.6/include/linux/platform_data/
Dusb-ohci-s3c2410.h26 void (*power_control)(int port, int to); member
/Linux-v6.6/drivers/input/mouse/
Delan_i2c.h75 int (*power_control)(struct i2c_client *, bool enable); member
Delan_i2c_smbus.c530 .power_control = elan_smbus_power_control,
Delan_i2c_i2c.c752 .power_control = elan_i2c_power_control,
Delan_i2c_core.c194 error = data->ops->power_control(data->client, on); in elan_set_power()
/Linux-v6.6/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h276 bool power_control; member
/Linux-v6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c371 adev->pm.dpm.power_control = true; in amdgpu_parse_extended_power_table()
373 adev->pm.dpm.power_control = false; in amdgpu_parse_extended_power_table()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dr600_dpm.c1025 rdev->pm.dpm.power_control = true; in r600_parse_extended_power_table()
1027 rdev->pm.dpm.power_control = false; in r600_parse_extended_power_table()
Dradeon.h1569 bool power_control; member