Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h2231 typedef struct usb_isoc_req { struct
2241 usb_frame_number_t isoc_frame_no;
2249 ushort_t isoc_pkts_count;
2257 ushort_t isoc_pkts_length;
2263 ushort_t isoc_error_count;
2270 usb_req_attrs_t isoc_attributes;
2296 struct usb_isoc_req *req); argument
2300 struct usb_isoc_req *req); argument
2322 * usb_isoc_req pointer or NULL argument
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c441 usba10_usb_free_isoc_req(usb_isoc_req_t *usb_isoc_req) in usba10_usb_free_isoc_req()
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c469 usb_free_isoc_req(usb_isoc_req_t *usb_isoc_req) in usb_free_isoc_req()