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