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()
455 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req) in gs_read_complete()
466 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req) in gs_write_complete()
494 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests()
508 static int gs_alloc_requests(struct usb_ep *ep, struct list_head *head, in gs_alloc_requests()
509 void (*fn)(struct usb_ep *, struct usb_request *), in gs_alloc_requests() argument
544 struct usb_ep *ep = port->port_usb->out; in gs_start_io()
902 static struct usb_request *gs_request_new(struct usb_ep *ep) in gs_request_new()
917 static void gs_request_free(struct usb_request *req, struct usb_ep *ep) in gs_request_free()
926 static void gs_complete_out(struct usb_ep *ep, struct usb_request *req) in gs_complete_out()
954 struct usb_ep *ep; in gs_console_connect()
979 static void gs_console_disconnect(struct usb_ep *ep) in gs_console_disconnect()
993 struct usb_ep *ep; in gs_console_thread()
1125 static void gs_console_disconnect(struct usb_ep *ep) in gs_console_disconnect()