Home
last modified time | relevance | path

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

/linux/drivers/devfreq/
H A Ddevfreq.c461 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()
[all …]
/linux/include/linux/
H A Ddevfreq.h208 bool stop_polling; member
/linux/tools/testing/selftests/nci/
H A Dnci_dev.c605 int stop_polling(int dev_idx, int virtual_fd, int sd, int fid, int pid) in stop_polling() function
633 status = stop_polling(self->dev_idex, self->virtual_nci_fd, self->sd, in TEST_F()
/linux/drivers/s390/cio/
H A Dqdio_main.c397 qperf_inc(q, stop_polling); in qdio_stop_polling()