Lines Matching +full:minimum +full:- +full:bulk
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
71 * Minimum time a device needs to be powered down to go through a
96 /* Allow for marginal and non-conforming devices. */
116 * - USB config 0
117 * - USB interfaces
118 * - USB alternative interfaces
119 * - USB endpoints
121 * - USB config 1
122 * - USB interfaces
123 * - USB alternative interfaces
124 * - USB endpoints
470 #define UIPROTO_MASS_BULK 0x50 /* Bulk only */
488 #define UIPROTO_DATA_Q931 0x91 /* Euro-ISDN */
534 #define UE_DIR_IN 0x80 /* IN-token endpoint, fixed */
535 #define UE_DIR_OUT 0x00 /* OUT-token endpoint, fixed */
632 (((desc)->DeviceRemovable[(i)/8] >> ((i) % 8)) & 1)
650 /* minimum HUB descriptor (8-ports maximum) */
716 /* The link-state bits are valid for Super-Speed USB HUBs */
733 #define UPS_PORT_POWER_SS 0x0200 /* super-speed only */