Lines Matching full:notification
3 * Notification handling
41 * The notification endpoint is active when the device is not in boot
72 * Process a received notification
75 * on the notification endpoint:
114 * URB callback for the notification endpoint
116 * @urb: the urb received from the notification endpoint
152 dev_err(dev, "notification: URB error %d, retrying\n", in i2400mu_notification_cb()
166 dev_err(dev, "notification: cannot submit URB: %d\n", ret); in i2400mu_notification_cb()
174 dev_err(dev, "maximum errors in notification URB exceeded; " in i2400mu_notification_cb()
185 * setup the notification endpoint
189 * This procedure prepares the notification urb and handler for receiving
212 i2400mu->endpoint_cfg.notification); in i2400mu_notification_setup()
219 dev_err(dev, "notification: cannot submit URB: %d\n", ret); in i2400mu_notification_setup()
236 * Tear down of the notification mechanism