Lines Matching refs:urb
145 struct urb;
467 struct urb { struct
502 struct urb *rcv_urb; /* active urb */ argument
511 struct urb *tx_urb; /* active urb */
571 int (*cdc_recv_setup)(struct usb_device_request *request, struct urb *urb);
627 void urb_detach (struct urb *urb);
629 struct urb *first_urb (urb_link * hd);
630 struct urb *first_urb_detached (urb_link * hd);
631 void urb_append (urb_link * hd, struct urb *urb);
633 struct urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpoint_instance *endpo…
634 void usbd_dealloc_urb (struct urb *urb);
676 static inline void print_urb(struct urb *u) in print_urb()