Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c56 struct delayed_work throttle_work; member
368 mod_delayed_work(system_highpri_wq, &data->throttle_work, in qcom_lmh_dcvs_notify()
379 data = container_of(work, struct qcom_cpufreq_data, throttle_work.work); in qcom_lmh_dcvs_poll()
389 schedule_delayed_work(&c_data->throttle_work, 0); in qcom_lmh_dcvs_handle_irq()
446 INIT_DEFERRABLE_WORK(&data->throttle_work, qcom_lmh_dcvs_poll); in qcom_cpufreq_hw_lmh_init()
496 cancel_delayed_work_sync(&data->throttle_work); in qcom_cpufreq_hw_cpu_offline()