Lines Matching refs:stop_polling
464 if (devfreq->stop_polling) in devfreq_monitor()
510 devfreq->stop_polling = false; in devfreq_monitor_start()
529 if (devfreq->stop_polling) { in devfreq_monitor_stop()
534 devfreq->stop_polling = true; in devfreq_monitor_stop()
555 if (devfreq->stop_polling) { in devfreq_monitor_suspend()
561 devfreq->stop_polling = true; in devfreq_monitor_suspend()
588 if (!devfreq->stop_polling) in devfreq_monitor_resume()
598 devfreq->stop_polling = false; in devfreq_monitor_resume()
628 if (devfreq->stop_polling) in devfreq_update_interval()
650 if (!devfreq->stop_polling) in devfreq_update_interval()
1723 if (!df->stop_polling && in trans_stat_show()