OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libusb_control_setup
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/
libusb.h
225
* \ref
libusb_control_setup
::bmRequestType "bmRequestType" field in control
243
* \ref
libusb_control_setup
::bmRequestType "bmRequestType" field in control
512
struct
libusb_control_setup
{
struct
538
#define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct
libusb_control_setup
))
851
static inline struct
libusb_control_setup
*libusb_control_transfer_get_setup(
854
return (struct
libusb_control_setup
*) transfer->buffer;
864
* \ref
libusb_control_setup
::bmRequestType "bmRequestType" field of
865
* \ref
libusb_control_setup
867
* \ref
libusb_control_setup
::bRequest "bRequest" field of
868
* \ref
libusb_control_setup
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
libusb.h
402
* \ref
libusb_control_setup
::bmRequestType "bmRequestType" field in control
420
* \ref
libusb_control_setup
::bmRequestType "bmRequestType" field in control
870
struct
libusb_control_setup
{
struct
896
#define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct
libusb_control_setup
))
[
all
...]
Completed in 29 milliseconds