Searched refs:notify_ev (Results 1 – 2 of 2) sorted by relevance
1580 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() argument1605 *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()
645 bool notify_ev; in mei_ioctl_client_notify_get() local649 rets = mei_cl_notify_get(cl, block, ¬ify_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()