Home
last modified time | relevance | path

Searched refs:ev_wait (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/recovery/minui/
H A Dminui.h86 int ev_wait(int timeout);
H A Devents.c152 int ev_wait(int timeout) in ev_wait() function
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dclient.c606 init_waitqueue_head(&cl->ev_wait); in mei_cl_init()
778 if (waitqueue_active(&cl->ev_wait)) { in mei_cl_wake_all()
780 wake_up_interruptible(&cl->ev_wait); in mei_cl_wake_all()
1597 wake_up_interruptible(&cl->ev_wait); in mei_cl_notify()
1642 rets = wait_event_interruptible(cl->ev_wait, cl->notify_ev); in mei_cl_notify_get()
H A Dmei_dev.h248 wait_queue_head_t ev_wait; member
H A Dmain.c807 poll_wait(file, &cl->ev_wait, wait); in mei_poll()
/OK3568_Linux_fs/external/recovery/
H A Dui.c318 if (!ev_wait(-1)) in input_thread()