Home
last modified time | relevance | path

Searched defs:ehci_iso_stream (Results 1 – 1 of 1) sorted by relevance

/drivers/usb/host/
Dehci.h416 struct ehci_iso_stream { struct
418 __hc32 hw_next;
419 __hc32 hw_info1;
421 u32 refcount;
422 u8 bEndpointAddress;
423 u8 highspeed;
424 u16 depth; /* depth in uframes */
425 struct list_head td_list; /* queued itds/sitds */
426 struct list_head free_list; /* list of unused itds/sitds */
427 struct usb_device *udev;
[all …]