Searched refs:dtpm_cpu (Results 1 – 2 of 2) sorted by relevance
30 struct dtpm_cpu { struct75 struct dtpm_cpu *dtpm_cpu = dtpm->private; in set_pd_power_limit() local82 pd = em_cpu_get(dtpm_cpu->cpu); in set_pd_power_limit()98 freq_qos_update_request(&dtpm_cpu->qos_req, freq); in set_pd_power_limit()108 struct dtpm_cpu *dtpm_cpu = dtpm->private; in get_pd_power_uw() local114 pd = em_cpu_get(dtpm_cpu->cpu); in get_pd_power_uw()115 freq = cpufreq_quick_get(dtpm_cpu->cpu); in get_pd_power_uw()133 struct dtpm_cpu *dtpm_cpu = dtpm->private; in pd_release() local135 if (freq_qos_request_active(&dtpm_cpu->qos_req)) in pd_release()136 freq_qos_remove_request(&dtpm_cpu->qos_req); in pd_release()[all …]
3 obj-$(CONFIG_DTPM_CPU) += dtpm_cpu.o