Home
last modified time | relevance | path

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

/openbmc/linux/drivers/devfreq/
H A Ddevfreq.c464 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()
[all …]
/openbmc/linux/include/linux/
H A Ddevfreq.h204 bool stop_polling; member
/openbmc/linux/drivers/s390/cio/
H A Dqdio.h138 unsigned int stop_polling; member
H A Dqdio_main.c397 qperf_inc(q, stop_polling); in qdio_stop_polling()
/openbmc/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()