Home
last modified time | relevance | path

Searched refs:notify_ev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/mei/
H A Dclient.c1580 cl->notify_ev = true; in mei_cl_notify()
1600 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev) in mei_cl_notify_get() argument
1605 *notify_ev = false; in mei_cl_notify_get()
1620 if (cl->notify_ev) in mei_cl_notify_get()
1627 rets = wait_event_interruptible(cl->ev_wait, cl->notify_ev); in mei_cl_notify_get()
1634 *notify_ev = cl->notify_ev; in mei_cl_notify_get()
1635 cl->notify_ev = false; in mei_cl_notify_get()
H A Dmain.c645 bool notify_ev; in mei_ioctl_client_notify_get() local
649 rets = mei_cl_notify_get(cl, block, &notify_ev); in mei_ioctl_client_notify_get()
653 *notify_get = notify_ev ? 1 : 0; in mei_ioctl_client_notify_get()
833 if (cl->notify_ev) in mei_poll()