Lines Matching refs:out_ep
209 out = dev->port_usb->out_ep; in rx_submit()
409 status = prealloc(&dev->rx_reqs, link->out_ep, n); in alloc_requests()
688 out = link->out_ep->desc; in eth_stop()
690 usb_ep_disable(link->out_ep); in eth_stop()
694 link->out_ep->desc = out; in eth_stop()
696 usb_ep_enable(link->out_ep); in eth_stop()
900 link->out_ep->driver_data = dev; in gether_connect()
901 result = usb_ep_enable(link->out_ep); in gether_connect()
904 link->out_ep->name, result); in gether_connect()
937 (void) usb_ep_disable(link->out_ep); in gether_connect()
993 usb_ep_disable(link->out_ep); in gether_disconnect()
1001 usb_ep_free_request(link->out_ep, req); in gether_disconnect()
1005 link->out_ep->driver_data = NULL; in gether_disconnect()
1006 link->out_ep->desc = NULL; in gether_disconnect()