Home
last modified time | relevance | path

Searched refs:pm_qos_update_flags (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/trace/
H A Devents-power.rst79 pm_qos_update_flags "action=%s prev_value=0x%x curr_value=0x%x"
/openbmc/linux/include/linux/
H A Dpm_qos.h142 bool pm_qos_update_flags(struct pm_qos_flags *pqf,
/openbmc/linux/kernel/power/
H A Dqos.c174 bool pm_qos_update_flags(struct pm_qos_flags *pqf, in pm_qos_update_flags() function
/openbmc/linux/include/trace/events/
H A Dpower.h461 DEFINE_EVENT_PRINT(pm_qos_update, pm_qos_update_flags,
/openbmc/linux/drivers/base/power/
H A Dqos.c177 ret = pm_qos_update_flags(&qos->flags, &req->data.flr, in apply_constraint()