Lines Matching full:notify
42 ECM_NOTIFY_NONE, /* don't notify */
53 struct usb_ep *notify;
391 DBG(cdev, "notify connect %s\n", str_true_false(ecm->is_open));
406 DBG(cdev, "notify speed %d\n", gether_bitrate(cdev->gadget));
414 status = usb_ep_queue(ecm->notify, req, GFP_ATOMIC);
417 DBG(cdev, "notify --> %d\n", status);
533 usb_ep_disable(ecm->notify);
534 if (!(ecm->notify->desc)) {
536 if (config_ep_by_speed(cdev->gadget, f, ecm->notify))
539 usb_ep_enable(ecm->notify);
623 usb_ep_disable(ecm->notify);
624 ecm->notify->desc = NULL;
630 * Callbacks let us notify the host about connect/disconnect when the
750 ecm->notify = ep;
791 DBG(cdev, "CDC Ethernet: IN/%s OUT/%s NOTIFY/%s\n",
793 ecm->notify->name);
799 usb_ep_free_request(ecm->notify, ecm->notify_req);
917 usb_ep_dequeue(ecm->notify, ecm->notify_req);
922 usb_ep_free_request(ecm->notify, ecm->notify_req);