Lines Matching refs:xillyusb_endpoint
89 struct xillyusb_endpoint { struct
122 struct xillyusb_endpoint *out_ep; argument
159 struct xillyusb_endpoint *ep;
178 struct xillyusb_endpoint *msg_ep;
179 struct xillyusb_endpoint *in_ep;
452 static void endpoint_quiesce(struct xillyusb_endpoint *ep) in endpoint_quiesce()
467 static void endpoint_dealloc(struct xillyusb_endpoint *ep) in endpoint_dealloc()
487 static struct xillyusb_endpoint
496 struct xillyusb_endpoint *ep; in endpoint_alloc()
649 struct xillyusb_endpoint *ep = xb->ep; in bulk_in_completer()
679 struct xillyusb_endpoint *ep = xb->ep; in bulk_out_completer()
697 static void try_queue_bulk_in(struct xillyusb_endpoint *ep) in try_queue_bulk_in()
763 static void try_queue_bulk_out(struct xillyusb_endpoint *ep) in try_queue_bulk_out()
875 struct xillyusb_endpoint *ep = container_of(work, in bulk_out_work()
876 struct xillyusb_endpoint, in bulk_out_work()
936 struct xillyusb_endpoint *ep = xb->ep; in process_bulk_in()
1026 struct xillyusb_endpoint *ep = in bulk_in_work()
1027 container_of(work, struct xillyusb_endpoint, workitem); in bulk_in_work()
1071 struct xillyusb_endpoint *ep = xdev->msg_ep; in xillyusb_send_opcode()
1241 struct xillyusb_endpoint *out_ep = NULL; in xillyusb_open()
1744 struct xillyusb_endpoint *ep = chan->out_ep; in xillyusb_release()
2201 struct xillyusb_endpoint *msg_ep = xdev->msg_ep; in xillyusb_disconnect()