Lines Matching refs:usb_ep
159 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req()
183 void gs_free_req(struct usb_ep *ep, struct usb_request *req) in gs_free_req()
230 struct usb_ep *in; in gs_start_tx()
304 struct usb_ep *out = port->port_usb->out; in gs_start_rx()
448 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req) in gs_read_complete()
459 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req) in gs_write_complete()
487 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests()
501 static int gs_alloc_requests(struct usb_ep *ep, struct list_head *head, in gs_alloc_requests()
502 void (*fn)(struct usb_ep *, struct usb_request *), in gs_alloc_requests() argument
537 struct usb_ep *ep = port->port_usb->out; in gs_start_io()
895 static struct usb_request *gs_request_new(struct usb_ep *ep) in gs_request_new()
910 static void gs_request_free(struct usb_request *req, struct usb_ep *ep) in gs_request_free()
919 static void gs_complete_out(struct usb_ep *ep, struct usb_request *req) in gs_complete_out()
947 struct usb_ep *ep; in gs_console_connect()
972 static void gs_console_disconnect(struct usb_ep *ep) in gs_console_disconnect()
986 struct usb_ep *ep; in gs_console_thread()
1118 static void gs_console_disconnect(struct usb_ep *ep) in gs_console_disconnect()