Lines Matching refs:out_ep
202 out = dev->port_usb->out_ep; in rx_submit()
402 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()
1056 link->out_ep->driver_data = dev; in gether_connect()
1057 result = usb_ep_enable(link->out_ep); in gether_connect()
1060 link->out_ep->name, result); in gether_connect()
1093 (void) usb_ep_disable(link->out_ep); in gether_connect()
1150 usb_ep_disable(link->out_ep); in gether_disconnect()
1158 usb_ep_free_request(link->out_ep, req); in gether_disconnect()
1162 link->out_ep->driver_data = NULL; in gether_disconnect()
1163 link->out_ep->desc = NULL; in gether_disconnect()