Lines Matching +full:super +full:- +full:speed
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
80 #define USB_FRAMES_PER_SECOND_FS 1000 /* full speed */
81 #define USB_FRAMES_PER_SECOND_HS 8000 /* high speed */
114 /* Allow for marginal and non-conforming devices. */
135 * - USB config 0
136 * - USB interfaces
137 * - USB alternative interfaces
138 * - USB endpoints
140 * - USB config 1
141 * - USB interfaces
142 * - USB alternative interfaces
143 * - USB endpoints
216 #define UDESC_SS_HUB 0x2A /* super speed */
217 #define UDESC_ENDPOINT_SS_COMP 0x30 /* super speed */
295 #define UD_IS_USB2(d) ((d)->bcdUSB[1] == 0x02)
296 #define UD_IS_USB3(d) ((d)->bcdUSB[1] == 0x03)
495 #define UIPROTO_DATA_Q931 0x91 /* Euro-ISDN */
532 #define UE_DIR_IN 0x80 /* IN-token endpoint, fixed */
533 #define UE_DIR_OUT 0x00 /* OUT-token endpoint, fixed */
628 (((desc)->DeviceRemovable[(i)/8] >> ((i) % 8)) & 1)
646 /* minimum HUB descriptor (8-ports maximum) */
712 /* The link-state bits are valid for Super-Speed USB HUBs */
729 #define UPS_PORT_POWER_SS 0x0200 /* super-speed only */