Searched defs:urb (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | usb.h | 1641 struct urb { struct 1649 /* public: documented fields in the urb that can be used by drivers */ argument 1650 struct list_head urb_list; /* list head for use by the urb's argument 1652 struct list_head anchor_list; /* the URB may be anchored */ 1653 struct usb_anchor *anchor; 1654 struct usb_device *dev; /* (in) pointer to associated device */ 1655 struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ 1656 unsigned int pipe; /* (in) pipe information */ 1657 unsigned int stream_id; /* (in) stream ID */ 1658 int status; /* (return) non-ISO status */ [all …]
|
| D | kmsan.h | 385 static inline void kmsan_handle_urb(const struct urb *urb, bool is_out) in kmsan_handle_urb()
|
| /include/linux/usb/ |
| D | hcd.h | 737 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) in usbmon_urb_submit() 743 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 750 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete() 762 static inline void usbmon_urb_submit(struct usb_bus *bus, struct urb *urb) {} in usbmon_urb_submit() 763 static inline void usbmon_urb_submit_error(struct usb_bus *bus, struct urb *urb, in usbmon_urb_submit_error() 765 static inline void usbmon_urb_complete(struct usb_bus *bus, struct urb *urb, in usbmon_urb_complete()
|
| D | usbnet.h | 252 struct urb *urb; member
|
| /include/video/ |
| D | udlfb.h | 23 struct urb *urb; member
|