OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libusb_endpoint_descriptor
(Results
1 - 8
of
8
) sorted by null
/external/libusb/libusb/
descriptor.c
71
static void clear_endpoint(struct
libusb_endpoint_descriptor
*endpoint)
78
struct
libusb_endpoint_descriptor
*endpoint, unsigned char *buffer,
171
clear_endpoint((struct
libusb_endpoint_descriptor
*)
272
struct
libusb_endpoint_descriptor
*endpoint;
273
tmp = ifp->bNumEndpoints * sizeof(struct
libusb_endpoint_descriptor
);
core.c
674
static const struct
libusb_endpoint_descriptor
*find_endpoint(
689
const struct
libusb_endpoint_descriptor
*ep =
719
const struct
libusb_endpoint_descriptor
*ep;
768
const struct
libusb_endpoint_descriptor
*ep;
[
all
...]
libusb.h
123
/** Endpoint descriptor. See
libusb_endpoint_descriptor
. */
152
* \ref
libusb_endpoint_descriptor
::bEndpointAddress "endpoint address" scheme.
166
* \ref
libusb_endpoint_descriptor
::bmAttributes "endpoint attributes" field.
263
* \ref
libusb_endpoint_descriptor
::bmAttributes "bmAttributes" field in
264
*
libusb_endpoint_descriptor
.
284
* \ref
libusb_endpoint_descriptor
::bmAttributes "bmAttributes" field in
285
*
libusb_endpoint_descriptor
.
357
struct
libusb_endpoint_descriptor
{
struct
442
const struct
libusb_endpoint_descriptor
*endpoint;
[
all
...]
/external/libusb_aah/libusb/
descriptor.c
72
static void clear_endpoint(struct
libusb_endpoint_descriptor
*endpoint)
79
struct
libusb_endpoint_descriptor
*endpoint, unsigned char *buffer,
172
clear_endpoint((struct
libusb_endpoint_descriptor
*)
275
struct
libusb_endpoint_descriptor
*endpoint;
276
tmp = ifp->bNumEndpoints * sizeof(struct
libusb_endpoint_descriptor
);
core.c
712
static const struct
libusb_endpoint_descriptor
*find_endpoint(
727
const struct
libusb_endpoint_descriptor
*ep =
757
const struct
libusb_endpoint_descriptor
*ep;
806
const struct
libusb_endpoint_descriptor
*ep;
[
all
...]
libusb.h
218
/** Endpoint descriptor. See
libusb_endpoint_descriptor
. */
247
* \ref
libusb_endpoint_descriptor
::bEndpointAddress "endpoint address" scheme.
261
* \ref
libusb_endpoint_descriptor
::bmAttributes "endpoint attributes" field.
358
* \ref
libusb_endpoint_descriptor
::bmAttributes "bmAttributes" field in
359
*
libusb_endpoint_descriptor
.
379
* \ref
libusb_endpoint_descriptor
::bmAttributes "bmAttributes" field in
380
*
libusb_endpoint_descriptor
.
452
struct
libusb_endpoint_descriptor
{
struct
537
const struct
libusb_endpoint_descriptor
*endpoint;
[
all
...]
/system/core/adb/
usb_libusb.c
268
libusb_endpoint_descriptor
*edesc = &idesc->endpoint[e];
/external/libusb-compat/libusb/
core.c
397
const struct
libusb_endpoint_descriptor
*src)
Completed in 428 milliseconds