Lines Matching +full:iso +full:- +full:8 +full:x16
1 /*-
2 * Copyright (c) 2007 Luigi Rizzo - Universita` di Pisa. All rights reserved.
49 #define USB_MAX_HIGH_SPEED_ISOC_FRAMES (60 * 8)
159 #define USB_REQ_LOOPBACK_DATA_READ 0x16
185 * a) to initialize "urb->endpoint"
263 usb_frcount_t start_frame; /* (modify) start frame (ISO) */
264 usb_frcount_t number_of_packets; /* (in) number of ISO packets */
266 * (INT/ISO) */
267 uint16_t error_count; /* (return) number of ISO errors */
275 struct usb_iso_packet_descriptor iso_frame_desc[]; /* (in) ISO ONLY */
315 #define interface_to_usbdev(intf) (intf)->linux_udev
316 #define interface_to_bsddev(intf) (intf)->linux_udev