Lines Matching full:iso
78 // Only for PERIODIC transfers (ISO, INTERRUPT)
83 // ISO only: packets are only "best effort"; each can have errors
127 - For ISO there are two startup behaviors: Specified start_frame or ASAP.
150 - Too many queued ISO transfers (``-EAGAIN``)
151 - Too many requested ISO frames (``-EFBIG``)
160 multi-buffering, to get seamless ISO streaming.
239 How to do isochronous (ISO) transfers?
242 Besides the fields present on a bulk transfer, for ISO, you also
247 most ISO transfer fields.
249 For ISO transfers you also have to fill a :c:type:`usb_iso_packet_descriptor`
260 status contains the resulting status for the ISO transfer for this frame.
267 completion keeps (re)submitting a later URB, you'll get smooth ISO streaming
272 ISO data with some other event stream.