Lines Matching refs:urb
142 struct urb;
442 struct urb { struct
477 struct urb *rcv_urb; /* active urb */ argument
486 struct urb *tx_urb; /* active urb */
542 int (*cdc_recv_setup)(struct usb_device_request *request, struct urb *urb);
592 void urb_detach (struct urb *urb);
594 struct urb *first_urb (urb_link * hd);
595 struct urb *first_urb_detached (urb_link * hd);
596 void urb_append (urb_link * hd, struct urb *urb);
598 struct urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpoint_instance *endpo…
599 void usbd_dealloc_urb (struct urb *urb);
633 static inline void print_urb(struct urb *u) in print_urb()