Lines Matching refs:xillyusb_endpoint
88 struct xillyusb_endpoint { struct
121 struct xillyusb_endpoint *out_ep; argument
158 struct xillyusb_endpoint *ep;
177 struct xillyusb_endpoint *msg_ep;
178 struct xillyusb_endpoint *in_ep;
451 static void endpoint_quiesce(struct xillyusb_endpoint *ep) in endpoint_quiesce()
466 static void endpoint_dealloc(struct xillyusb_endpoint *ep) in endpoint_dealloc()
486 static struct xillyusb_endpoint
495 struct xillyusb_endpoint *ep; in endpoint_alloc()
652 struct xillyusb_endpoint *ep = xb->ep; in bulk_in_completer()
682 struct xillyusb_endpoint *ep = xb->ep; in bulk_out_completer()
700 static void try_queue_bulk_in(struct xillyusb_endpoint *ep) in try_queue_bulk_in()
766 static void try_queue_bulk_out(struct xillyusb_endpoint *ep) in try_queue_bulk_out()
878 struct xillyusb_endpoint *ep = container_of(work, in bulk_out_work()
879 struct xillyusb_endpoint, in bulk_out_work()
939 struct xillyusb_endpoint *ep = xb->ep; in process_bulk_in()
1029 struct xillyusb_endpoint *ep = in bulk_in_work()
1030 container_of(work, struct xillyusb_endpoint, workitem); in bulk_in_work()
1074 struct xillyusb_endpoint *ep = xdev->msg_ep; in xillyusb_send_opcode()
1244 struct xillyusb_endpoint *out_ep = NULL; in xillyusb_open()
1747 struct xillyusb_endpoint *ep = chan->out_ep; in xillyusb_release()
2184 struct xillyusb_endpoint *msg_ep = xdev->msg_ep; in xillyusb_disconnect()