Home
last modified time | relevance | path

Searched refs:DEV_PM_QOS_RESUME_LATENCY (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/base/power/
H A Dqos.c119 case DEV_PM_QOS_RESUME_LATENCY: in dev_pm_qos_read_value()
158 case DEV_PM_QOS_RESUME_LATENCY: in apply_constraint()
423 case DEV_PM_QOS_RESUME_LATENCY: in __dev_pm_qos_update_request()
552 case DEV_PM_QOS_RESUME_LATENCY: in dev_pm_qos_add_notifier()
599 case DEV_PM_QOS_RESUME_LATENCY: in dev_pm_qos_remove_notifier()
637 case DEV_PM_QOS_RESUME_LATENCY: in dev_pm_qos_add_ancestor_request()
666 case DEV_PM_QOS_RESUME_LATENCY: in __dev_pm_qos_drop_user_request()
711 ret = dev_pm_qos_add_request(dev, req, DEV_PM_QOS_RESUME_LATENCY, value); in dev_pm_qos_expose_latency_limit()
738 dev_pm_qos_drop_user_request(dev, DEV_PM_QOS_RESUME_LATENCY); in dev_pm_qos_expose_latency_limit()
749 __dev_pm_qos_drop_user_request(dev, DEV_PM_QOS_RESUME_LATENCY); in __dev_pm_qos_hide_latency_limit()
/linux-6.15/include/linux/
H A Dpm_qos.h100 DEV_PM_QOS_RESUME_LATENCY = 1, enumerator
224 case DEV_PM_QOS_RESUME_LATENCY: in dev_pm_qos_read_value()
/linux-6.15/drivers/pmdomain/ti/
H A Dti_sci_pm_domains.c144 val = dev_pm_qos_read_value(dev, DEV_PM_QOS_RESUME_LATENCY); in ti_sci_pd_suspend()
/linux-6.15/drivers/pmdomain/
H A Dgovernor.c39 constraint_ns = dev_pm_qos_read_value(dev, DEV_PM_QOS_RESUME_LATENCY); in dev_update_qos_constraint()
H A Dcore.c1858 DEV_PM_QOS_RESUME_LATENCY); in genpd_add_device()
1895 DEV_PM_QOS_RESUME_LATENCY); in genpd_remove_device()
1925 dev_pm_qos_add_notifier(dev, &gpd_data->nb, DEV_PM_QOS_RESUME_LATENCY); in genpd_remove_device()
/linux-6.15/Documentation/trace/
H A Devents-power.rst94 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY").
/linux-6.15/drivers/input/touchscreen/
H A Dst1232.c193 DEV_PM_QOS_RESUME_LATENCY, 100); in st1232_ts_irq_handler()
/linux-6.15/include/trace/events/
H A Dpower.h533 { DEV_PM_QOS_RESUME_LATENCY, "DEV_PM_QOS_RESUME_LATENCY" },
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c238 DEV_PM_QOS_RESUME_LATENCY, in pseudo_lock_cstates_constrain()
/linux-6.15/Documentation/power/
H A Dpm_qos_interface.rst142 power.ignore_children flag is unset (for DEV_PM_QOS_RESUME_LATENCY requests)
/linux-6.15/drivers/mtd/nand/raw/
H A Dsh_flctl.c941 DEV_PM_QOS_RESUME_LATENCY, in flctl_select_chip()
/linux-6.15/drivers/firmware/
H A Dti_sci.c3678 val = dev_pm_qos_read_value(cpu_dev, DEV_PM_QOS_RESUME_LATENCY); in ti_sci_suspend()