Lines Matching full:notifications
24 * card delivers a stream of notifications and events to the
27 * notifications and events and then deliver those.
30 * associates them to the command. Notifications are that,
31 * notifications, they come out of the blue and have a context ID of
62 * - Most notifications/events are small (less thank .5k), copying
65 * - Notifications/events are ALWAYS smaller than PAGE_SIZE
67 * - Notifications/events always come in a single piece (ie: a buffer
68 * will always contain entire notifications/events).
77 * - Most notifications/events are fixed size; only a few are variable
81 * buffer, as they know the size. Listeners to notifications don't,
152 * NOTE: WUSB spec reserves context ids 0x00 for notifications and
352 * Process notifications coming from the radio control interface
359 * notifications arrive (hwarc_probe() arms a notification/event handle
439 * Given a buffer with one or more UWB RC events/notifications, break
443 * @buf: Buffer with the stream of notifications/events