Lines Matching defs:notifications
608 const struct scarlett2_notification *notifications;
628 .notifications = scarlett2_notifications,
650 .notifications = scarlett2_notifications,
680 .notifications = scarlett3a_notifications,
704 .notifications = scarlett2_notifications,
737 .notifications = scarlett2_notifications,
791 .notifications = vocaster_notifications,
845 .notifications = scarlett4_solo_notifications,
875 .notifications = scarlett4_2i2_notifications,
928 .notifications = scarlett4_4i4_notifications,
987 .notifications = scarlett2_notifications,
8131 const struct scarlett2_notification *notifications =
8132 private->config_set->notifications;
8139 /* Ignore notifications except ACK during initialisation.
8145 while (data && notifications->mask) {
8146 if (data & notifications->mask) {
8147 data &= ~notifications->mask;
8148 if (notifications->func)
8149 notifications->func(mixer);
8151 notifications++;
8298 /* Submit a URB to receive notifications from the device */
8351 /* Set up the interrupt polling for notifications.
8353 * 0: all notifications are ignored
8355 * 2: all notifications are handled
8364 /* start handling ACKs, but no other notifications until the
8800 /* Start handling all notifications */