Home
last modified time | relevance | path

Searched refs:dev_pm_qos_update_request (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dpm_qos.h172 int dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value);
241 static inline int dev_pm_qos_update_request(struct dev_pm_qos_request *req, in dev_pm_qos_update_request() function
/linux/drivers/powercap/
H A Ddtpm_devfreq.c74 dev_pm_qos_update_request(&dtpm_devfreq->qos_req, freq); in set_pd_power_limit()
/linux/Documentation/trace/
H A Devents-power.rst89 dev_pm_qos_update_request "device=%s type=%s new_value=%d"
/linux/drivers/interconnect/imx/
H A Dimx.c82 dev_pm_qos_update_request(&node_data->qos_req, freq); in imx_icc_node_set()
/linux/drivers/thermal/
H A Ddevfreq_cooling.c113 dev_pm_qos_update_request(&dfc->req_max_freq, in devfreq_cooling_set_cur_state()
/linux/include/trace/events/
H A Dpower.h509 DEFINE_EVENT(dev_pm_qos_request, dev_pm_qos_update_request,
/linux/drivers/devfreq/
H A Ddevfreq.c1603 ret = dev_pm_qos_update_request(&df->user_min_freq_req, in min_freq_store()
1658 ret = dev_pm_qos_update_request(&df->user_max_freq_req, value); in max_freq_store()
/linux/Documentation/power/
H A Dpm_qos_interface.rst113 int dev_pm_qos_update_request(handle, new_value):