Home
last modified time | relevance | path

Searched refs:bDescriptorType (Results 1 – 17 of 17) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Dch9.h146 __u8 bDescriptorType; member
150 __u8 bDescriptorType; member
189 __u8 bDescriptorType; member
205 __u8 bDescriptorType; member
210 __u8 bDescriptorType; member
222 __u8 bDescriptorType; member
258 __u8 bDescriptorType; member
265 __u8 bDescriptorType; member
275 __u8 bDescriptorType; member
286 __u8 bDescriptorType; member
[all …]
H A Dvideo.h144 __u8 bDescriptorType; member
149 __u8 bDescriptorType; member
163 __u8 bDescriptorType; member
173 __u8 bDescriptorType; member
184 __u8 bDescriptorType; member
199 __u8 bDescriptorType; member
212 __u8 bDescriptorType; member
224 __u8 bDescriptorType; member
241 __u8 bDescriptorType; member
248 __u8 bDescriptorType; member
[all …]
H A Daudio.h107 __u8 bDescriptorType; member
119 __u8 bDescriptorType; member
140 __u8 bDescriptorType; member
168 __u8 bDescriptorType; member
176 __u8 bDescriptorType; member
184 __u8 bDescriptorType; member
193 __u8 bDescriptorType; member
202 __u8 bDescriptorType; member
217 __u8 bDescriptorType; member
230 __u8 bDescriptorType; member
[all …]
H A Dcdc.h59 __u8 bDescriptorType; member
65 __u8 bDescriptorType; member
74 __u8 bDescriptorType; member
84 __u8 bDescriptorType; member
91 __u8 bDescriptorType; member
98 __u8 bDescriptorType; member
107 __u8 bDescriptorType; member
117 __u8 bDescriptorType; member
124 __u8 bDescriptorType; member
131 __u8 bDescriptorType; member
[all …]
H A Dmidi.h31 __u8 bDescriptorType; member
39 __u8 bDescriptorType; member
52 __u8 bDescriptorType; member
60 …TOR(p) struct usb_midi_out_jack_descriptor_ ##p { __u8 bLength; __u8 bDescriptorType; __u8 bDescri…
64 __u8 bDescriptorType; member
70 …IPTOR(n) struct usb_ms_endpoint_descriptor_ ##n { __u8 bLength; __u8 bDescriptorType; __u8 bDescri…
H A Dfunctionfs.h41 __u8 bDescriptorType; member
H A Dch11.h144 __u8 bDescriptorType; member
/aosp12/frameworks/av/media/mtp/
H A DMtpDescriptors.cpp26 .bDescriptorType = USB_DT_INTERFACE,
37 .bDescriptorType = USB_DT_INTERFACE,
47 .bDescriptorType = USB_DT_ENDPOINT,
55 .bDescriptorType = USB_DT_ENDPOINT,
63 .bDescriptorType = USB_DT_ENDPOINT,
72 .bDescriptorType = USB_DT_ENDPOINT,
80 .bDescriptorType = USB_DT_ENDPOINT,
88 .bDescriptorType = USB_DT_ENDPOINT,
96 .bDescriptorType = USB_DT_ENDPOINT,
104 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
[all …]
H A DMtpDevice.cpp86 if (desc->bDescriptorType == USB_DT_INTERFACE) { in open()
167 if (ep && ep->bDescriptorType == USB_DT_SS_ENDPOINT_COMP) { in open()
173 if (!ep || ep->bDescriptorType != USB_DT_ENDPOINT) { in open()
/aosp12/packages/modules/adb/daemon/
H A Dusb_ffs.cpp117 .bDescriptorType = USB_DT_INTERFACE,
127 .bDescriptorType = USB_DT_ENDPOINT,
134 .bDescriptorType = USB_DT_ENDPOINT,
144 .bDescriptorType = USB_DT_INTERFACE,
154 .bDescriptorType = USB_DT_ENDPOINT,
161 .bDescriptorType = USB_DT_ENDPOINT,
171 .bDescriptorType = USB_DT_INTERFACE,
181 .bDescriptorType = USB_DT_ENDPOINT,
188 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
193 .bDescriptorType = USB_DT_ENDPOINT,
[all …]
/aosp12/system/core/fastboot/device/
H A Dusb_client.cpp68 .bDescriptorType = USB_DT_INTERFACE,
82 .bDescriptorType = USB_DT_ENDPOINT,
90 .bDescriptorType = USB_DT_ENDPOINT,
102 .bDescriptorType = USB_DT_ENDPOINT,
110 .bDescriptorType = USB_DT_ENDPOINT,
122 .bDescriptorType = USB_DT_ENDPOINT,
130 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
136 .bDescriptorType = USB_DT_ENDPOINT,
144 .bDescriptorType = USB_DT_SS_ENDPOINT_COMP,
/aosp12/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
H A Daccessorychat.c114 if (desc->bDescriptorType == USB_DT_INTERFACE) { in usb_device_added()
116 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Dusb.c118 if (desc->bDescriptorType == USB_DT_INTERFACE) { in usb_device_added()
120 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) { in usb_device_added()
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp178 … if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) { in find_usb_device()
190 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) { in find_usb_device()
244 ep1->bDescriptorType != USB_DT_ENDPOINT || in find_usb_device()
246 ep2->bDescriptorType != USB_DT_ENDPOINT) { in find_usb_device()
/aosp12/packages/modules/adb/tools/
H A Dcheck_ms_os_desc.cpp170 if (desc->bDescriptorType != LIBUSB_DT_DEVICE_CAPABILITY) { in check_ms_os_desc_v2()
171 errx(1, "invalid BOS descriptor type: %d", desc->bDescriptorType); in check_ms_os_desc_v2()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_UsbRequest.cpp56 desc.bDescriptorType = USB_DT_ENDPOINT; in android_hardware_UsbRequest_init()
/aosp12/system/core/fastboot/
H A Dusb_linux.cpp138 if(hdr->bDescriptorType != type) return -1; in check()