Home
last modified time | relevance | path

Searched refs:poll_queue (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_request_mgr.c229 unsigned long poll_queue; in cc_queues_status() local
247 for (poll_queue = 0; poll_queue < CC_MAX_POLL_ITER ; poll_queue++) { in cc_queues_status()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_core.c297 &tz->poll_queue, in thermal_zone_device_set_polling()
301 &tz->poll_queue, in thermal_zone_device_set_polling()
304 cancel_delayed_work(&tz->poll_queue); in thermal_zone_device_set_polling()
596 poll_queue.work); in thermal_zone_device_check()
1491 INIT_DELAYED_WORK(&tz->poll_queue, thermal_zone_device_check); in thermal_zone_device_register()
1563 cancel_delayed_work_sync(&tz->poll_queue); in thermal_zone_device_unregister()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h186 struct delayed_work poll_queue; member