Searched refs:throttle_work (Results 1 – 1 of 1) sorted by relevance
59 struct delayed_work throttle_work;372 mod_delayed_work(system_highpri_wq, &data->throttle_work, in qcom_lmh_dcvs_notify() 383 data = container_of(work, struct qcom_cpufreq_data, throttle_work.work); in qcom_lmh_dcvs_poll() 393 schedule_delayed_work(&c_data->throttle_work, 0); in qcom_lmh_dcvs_handle_irq() 464 INIT_DEFERRABLE_WORK(&data->throttle_work, qcom_lmh_dcvs_poll);514 cancel_delayed_work_sync(&data->throttle_work); in qcom_cpufreq_hw_cpu_init() 57 struct delayed_work throttle_work; global() member