Searched refs:cb_mask (Results 1 – 2 of 2) sorted by relevance
275 * @cb_mask: Bit-vector of events that should wake waiting tasks.360 unsigned int cb_mask; member
1854 async->cb_mask = COMEDI_CB_BLOCK | COMEDI_CB_CANCEL_MASK; in do_cmd_ioctl() 1856 async->cb_mask |= COMEDI_CB_EOS; in do_cmd_ioctl() 3334 if (async->cb_mask & events) { in comedi_event()