Searched refs:notify_ev (Results 1 – 5 of 5) sorted by relevance
1606 cl->notify_ev = true; in mei_cl_notify()1626 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev) in mei_cl_notify_get() argument1631 *notify_ev = false; in mei_cl_notify_get()1646 if (cl->notify_ev) in mei_cl_notify_get()1653 rets = wait_event_interruptible(cl->ev_wait, cl->notify_ev); in mei_cl_notify_get()1660 *notify_ev = cl->notify_ev; in mei_cl_notify_get()1661 cl->notify_ev = false; in mei_cl_notify_get()
620 bool notify_ev; in mei_ioctl_client_notify_get() local624 rets = mei_cl_notify_get(cl, block, ¬ify_ev); in mei_ioctl_client_notify_get()628 *notify_get = notify_ev ? 1 : 0; in mei_ioctl_client_notify_get()808 if (cl->notify_ev) in mei_poll()
263 int mei_cl_notify_get(struct mei_cl *cl, bool block, bool *notify_ev);
312 u8 notify_ev; member
511 if (!cl->notify_ev) in mei_cl_bus_notify_event()516 cl->notify_ev = false; in mei_cl_bus_notify_event()