OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usb_endpoint_descriptor
(Results
1 - 25
of
47
) sorted by null
1
2
/frameworks/av/media/mtp/
MtpDevice.h
29
struct
usb_endpoint_descriptor
;
64
const struct
usb_endpoint_descriptor
*ep_in,
65
const struct
usb_endpoint_descriptor
*ep_out,
66
const struct
usb_endpoint_descriptor
*ep_intr);
MtpDevice.cpp
130
struct
usb_endpoint_descriptor
*ep;
131
struct
usb_endpoint_descriptor
*ep_in_desc = NULL;
132
struct
usb_endpoint_descriptor
*ep_out_desc = NULL;
133
struct
usb_endpoint_descriptor
*ep_intr_desc = NULL;
135
ep = (struct
usb_endpoint_descriptor
*)usb_descriptor_iter_next(&iter);
176
const struct
usb_endpoint_descriptor
*ep_in,
177
const struct
usb_endpoint_descriptor
*ep_out,
178
const struct
usb_endpoint_descriptor
*ep_intr)
/external/kernel-headers/original/linux/usb/
ch9.h
362
struct
usb_endpoint_descriptor
{
struct
413
static inline int usb_endpoint_num(const struct
usb_endpoint_descriptor
*epd)
425
static inline int usb_endpoint_type(const struct
usb_endpoint_descriptor
*epd)
436
static inline int usb_endpoint_dir_in(const struct
usb_endpoint_descriptor
*epd)
448
const struct
usb_endpoint_descriptor
*epd)
460
const struct
usb_endpoint_descriptor
*epd)
473
const struct
usb_endpoint_descriptor
*epd)
487
const struct
usb_endpoint_descriptor
*epd)
501
const struct
usb_endpoint_descriptor
*epd)
515
const struct
usb_endpoint_descriptor
*epd
[
all
...]
/cts/apps/cts-usb-accessory/
cts-usb-accessory.c
98
struct
usb_endpoint_descriptor
*ep1 = NULL;
99
struct
usb_endpoint_descriptor
*ep2 = NULL;
111
ep2 = (struct
usb_endpoint_descriptor
*)desc;
113
ep1 = (struct
usb_endpoint_descriptor
*)desc;
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c
106
struct
usb_endpoint_descriptor
*ep1 = NULL;
107
struct
usb_endpoint_descriptor
*ep2 = NULL;
118
ep2 = (struct
usb_endpoint_descriptor
*)desc;
120
ep1 = (struct
usb_endpoint_descriptor
*)desc;
/system/core/include/usbhost/
usbhost.h
34
struct
usb_endpoint_descriptor
;
200
const struct
usb_endpoint_descriptor
*ep_desc);
/system/core/toolbox/
lsusb.c
90
struct
usb_endpoint_descriptor
*desc)
138
lsusb_parse_endpoint_descriptor(dev, (struct
usb_endpoint_descriptor
*) desc);
/external/libusb-compat/libusb/
usb.h
106
struct
usb_endpoint_descriptor
{
struct
142
struct
usb_endpoint_descriptor
*endpoint;
/frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp
89
struct
usb_endpoint_descriptor
*endpoint = (struct
usb_endpoint_descriptor
*)desc;
/external/libusb-compat/examples/
testlibusb.c
13
void print_endpoint(struct
usb_endpoint_descriptor
*endpoint)
/frameworks/base/core/jni/
android_hardware_UsbRequest.cpp
54
struct
usb_endpoint_descriptor
desc;
/system/core/adb/
usb_linux.c
158
struct
usb_endpoint_descriptor
*ep1, *ep2;
232
ep1 = (struct
usb_endpoint_descriptor
*)bufptr;
234
ep2 = (struct
usb_endpoint_descriptor
*)bufptr;
/bionic/libc/kernel/common/linux/
usb_ch9.h
207
struct
usb_endpoint_descriptor
{
struct
/development/ndk/platforms/android-3/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/external/kernel-headers/original/linux/
usb_ch9.h
295
struct
usb_endpoint_descriptor
{
struct
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h
192
struct
usb_endpoint_descriptor
{
struct
Completed in 1593 milliseconds
1
2