Home
last modified time | relevance | path

Searched refs:urb (Results 1 – 2 of 2) sorted by relevance

/include/linux/usb/
A Dusb_urb_compat.h10 struct urb;
14 int (*urb_enqueue)(struct usb_hcd *hcd, struct urb *urb,
16 int (*urb_dequeue)(struct usb_hcd *hcd, struct urb *urb, int status);
44 struct urb { struct
64 list_add_tail(&urb->urb_list, &urb->ep->urb_list); \
70 struct urb *urb, in usb_hcd_giveback_urb() argument
75 urb->complete(urb); in usb_hcd_giveback_urb()
79 struct urb *urb) in usb_hcd_unmap_urb_for_dma() argument
99 int usb_urb_submit_bulk(struct usb_hcd *hcd, struct urb *urb,
103 int usb_urb_submit_irq(struct usb_hcd *hcd, struct urb *urb,
[all …]
/include/
A Dusbdevice.h142 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);
599 void usbd_dealloc_urb (struct urb *urb);
[all …]

Completed in 10 milliseconds