Lines Matching +full:reserved +full:- +full:endpoints
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2009 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.
54 LIBUSB20_ERROR_IO = -1,
57 LIBUSB20_ERROR_INVALID_PARAM = -2,
60 LIBUSB20_ERROR_ACCESS = -3,
63 LIBUSB20_ERROR_NO_DEVICE = -4,
66 LIBUSB20_ERROR_NOT_FOUND = -5,
69 LIBUSB20_ERROR_BUSY = -6,
72 LIBUSB20_ERROR_TIMEOUT = -7,
75 LIBUSB20_ERROR_OVERFLOW = -8,
78 LIBUSB20_ERROR_PIPE = -9,
81 LIBUSB20_ERROR_INTERRUPTED = -10,
84 LIBUSB20_ERROR_NO_MEM = -11,
87 LIBUSB20_ERROR_NOT_SUPPORTED = -12,
90 LIBUSB20_ERROR_OTHER = -99,
116 /** For bulk/interrupt endpoints: halt condition detected
117 * (endpoint stalled). For control endpoints: control request
140 /** Will do a clear-stall before xfer */
193 uint16_t reserved[2]; /* for the future */ member
195 char quirkname[64 - 12];
201 uint64_t xfer_reserved[24]; /* reserved */