Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c263 struct delayed_work hwp_notify_work; member
1845 container_of(to_delayed_work(work), struct cpudata, hwp_notify_work); in intel_pstate_notify_work()
1892 schedule_delayed_work(&all_cpu_data[this_cpu]->hwp_notify_work, in notify_hwp_interrupt()
1919 cancel_delayed_work_sync(&cpudata->hwp_notify_work); in intel_pstate_disable_hwp_interrupt()
1932 INIT_DELAYED_WORK(&cpudata->hwp_notify_work, intel_pstate_notify_work); in intel_pstate_enable_hwp_interrupt()