Lines Matching refs:stop_polling
461 if (devfreq->stop_polling) in devfreq_monitor()
507 devfreq->stop_polling = false; in devfreq_monitor_start()
526 if (devfreq->stop_polling) { in devfreq_monitor_stop()
531 devfreq->stop_polling = true; in devfreq_monitor_stop()
552 if (devfreq->stop_polling) { in devfreq_monitor_suspend()
558 devfreq->stop_polling = true; in devfreq_monitor_suspend()
585 if (!devfreq->stop_polling) in devfreq_monitor_resume()
595 devfreq->stop_polling = false; in devfreq_monitor_resume()
625 if (devfreq->stop_polling) in devfreq_update_interval()
647 if (!devfreq->stop_polling) in devfreq_update_interval()
1714 if (!df->stop_polling && in trans_stat_show()