Lines Matching refs:urb
146 struct urb;
468 struct urb { struct
503 struct urb *rcv_urb; /* active urb */ argument
512 struct urb *tx_urb; /* active urb */
572 int (*cdc_recv_setup)(struct usb_device_request *request, struct urb *urb);
628 void urb_detach (struct urb *urb);
630 struct urb *first_urb (urb_link * hd);
631 struct urb *first_urb_detached (urb_link * hd);
632 void urb_append (urb_link * hd, struct urb *urb);
634 struct urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpoint_instance *endpo…
635 void usbd_dealloc_urb (struct urb *urb);
677 static inline void print_urb(struct urb *u) in print_urb()