Lines Matching +full:reserved +full:- +full:endpoints
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
5 * Copyright (c) 2007-2008 Daniel Drake. All rights reserved.
6 * Copyright (c) 2001 Johannes Erdfelt. All rights reserved.
71 ((void *)(((const uint8_t *)(ptr)) + (off) - ((const uint8_t *)0)))
205 (ptr)->what##_FORMAT = what##_FORMAT; \
349 /** Class is vendor-specific */
422 /** In: device-to-host */
425 /** Out: host-to-device */
450 * Standard requests, as defined in table 9-3 of the USB2 specifications */
458 /* 0x02 is reserved */
463 /* 0x04 is reserved */
511 /** Reserved */
518 * control transfers. Values 4 through 31 are reserved. */
536 * Synchronization type for isochronous endpoints. Values for bits 2:3
557 * Usage type for isochronous endpoints. Values for bits 4:5 of the
581 struct libusb20_endpoint *endpoints; member