Searched defs:urb (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | usb.h | 1550 struct urb { struct 1558 /* public: documented fields in the urb that can be used by drivers */ argument 1559 struct list_head urb_list; /* list head for use by the urb's argument 1561 struct list_head anchor_list; /* the URB may be anchored */ 1562 struct usb_anchor *anchor; 1563 struct usb_device *dev; /* (in) pointer to associated device */ 1564 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ 1565 unsigned int pipe; /* (in) pipe information */ 1566 unsigned int stream_id; /* (in) stream ID */ 1567 int status; /* (return) non-ISO status */ [all …]
|
/include/linux/usb/ |
D | hcd.h | 699 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) in usbmon_urb_submit() 705 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 712 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete() 724 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) {} in usbmon_urb_submit() 725 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 727 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete()
|
D | usbnet.h | 232 struct urb *urb; member
|
/include/video/ |
D | udlfb.h | 23 struct urb *urb; member
|