Lines Matching refs:urb
145 struct urb;
458 struct urb { struct
493 struct urb *rcv_urb; /* active urb */ argument
502 struct urb *tx_urb; /* active urb */
562 int (*cdc_recv_setup)(struct usb_device_request *request, struct urb *urb);
612 void urb_detach (struct urb *urb);
614 struct urb *first_urb (urb_link * hd);
615 struct urb *first_urb_detached (urb_link * hd);
616 void urb_append (urb_link * hd, struct urb *urb);
618 struct urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpoint_instance *endpo…
619 void usbd_dealloc_urb (struct urb *urb);
661 static inline void print_urb(struct urb *u) in print_urb()