Lines Matching full:out_ep
157 out = dev->port_usb->out_ep; in rx_submit()
363 status = prealloc(&dev->rx_reqs, link->out_ep, n); in alloc_requests()
668 out = link->out_ep->desc; in eth_stop()
670 usb_ep_disable(link->out_ep); in eth_stop()
674 link->out_ep->desc = out; in eth_stop()
676 usb_ep_enable(link->out_ep); in eth_stop()
1155 link->out_ep->driver_data = dev; in gether_connect()
1156 result = usb_ep_enable(link->out_ep); in gether_connect()
1159 link->out_ep->name, result); in gether_connect()
1193 (void) usb_ep_disable(link->out_ep); in gether_connect()
1253 usb_ep_disable(link->out_ep); in gether_disconnect()
1260 usb_ep_free_request(link->out_ep, req); in gether_disconnect()
1264 link->out_ep->desc = NULL; in gether_disconnect()