Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c263 struct delayed_work hwp_notify_work; member
1623 container_of(to_delayed_work(work), struct cpudata, hwp_notify_work); in intel_pstate_notify_work()
1675 schedule_delayed_work(&cpudata->hwp_notify_work, msecs_to_jiffies(10)); in notify_hwp_interrupt()
1698 cancel_delayed_work(&cpudata->hwp_notify_work); in intel_pstate_disable_hwp_interrupt()
1709 INIT_DELAYED_WORK(&cpudata->hwp_notify_work, intel_pstate_notify_work); in intel_pstate_enable_hwp_interrupt()