OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_REQ_GET_DESCRIPTOR
(Results
51 - 61
of
61
) sorted by null
1
2
3
/system/core/adb/
usb_linux.c
628
ctrl.bRequest =
USB_REQ_GET_DESCRIPTOR
;
644
ctrl.bRequest =
USB_REQ_GET_DESCRIPTOR
;
/system/core/libusbhost/
usbhost.c
461
USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE,
USB_REQ_GET_DESCRIPTOR
,
470
USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE,
USB_REQ_GET_DESCRIPTOR
,
/bionic/libc/kernel/common/linux/usb/
ch9.h
46
#define
USB_REQ_GET_DESCRIPTOR
0x06
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
ch9.h
83
#define
USB_REQ_GET_DESCRIPTOR
0x06
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h
83
#define
USB_REQ_GET_DESCRIPTOR
0x06
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
ch9.h
83
#define
USB_REQ_GET_DESCRIPTOR
0x06
/system/core/fastboot/
usb_linux.c
145
ctrl.bRequest =
USB_REQ_GET_DESCRIPTOR
;
/external/kernel-headers/original/linux/usb/
ch9.h
84
#define
USB_REQ_GET_DESCRIPTOR
0x06
/external/qemu/hw/
usb-msd.c
263
case DeviceRequest |
USB_REQ_GET_DESCRIPTOR
:
usb-hid.c
666
case DeviceRequest |
USB_REQ_GET_DESCRIPTOR
:
745
case InterfaceRequest |
USB_REQ_GET_DESCRIPTOR
:
/frameworks/av/media/mtp/
MtpDevice.cpp
113
USB_REQ_GET_DESCRIPTOR
, (USB_DT_STRING << 8) | 0xEE,
Completed in 434 milliseconds
1
2
3