Home
last modified time | relevance | path

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

12

/external/kernel-headers/original/uapi/linux/usb/
Dch9.h282 __u8 bDescriptorType; member
291 __u8 bDescriptorType; member
351 __u8 bDescriptorType; member
377 __u8 bDescriptorType; member
391 __u8 bDescriptorType; member
409 __u8 bDescriptorType; member
679 __u8 bDescriptorType; member
691 __u8 bDescriptorType; member
729 __u8 bDescriptorType; member
746 __u8 bDescriptorType; member
[all …]
Dvideo.h189 __u8 bDescriptorType; member
196 __u8 bDescriptorType; member
213 __u8 bDescriptorType; \
225 __u8 bDescriptorType; member
238 __u8 bDescriptorType; member
252 __u8 bDescriptorType; member
270 __u8 bDescriptorType; member
286 __u8 bDescriptorType; \
297 __u8 bDescriptorType; member
313 __u8 bDescriptorType; member
[all …]
Dcdc.h65 __u8 bDescriptorType; member
74 __u8 bDescriptorType; member
87 __u8 bDescriptorType; member
103 __u8 bDescriptorType; member
114 __u8 bDescriptorType; member
125 __u8 bDescriptorType; member
137 __u8 bDescriptorType; member
150 __u8 bDescriptorType; member
159 __u8 bDescriptorType; member
169 __u8 bDescriptorType; member
[all …]
Daudio.h158 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ member
172 __u8 bDescriptorType; \
183 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */ member
212 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */ member
248 __u8 bDescriptorType; \
260 __u8 bDescriptorType; member
323 __u8 bDescriptorType; member
339 __u8 bDescriptorType; member
356 __u8 bDescriptorType; member
493 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ member
[all …]
Dmidi.h40 __u8 bDescriptorType; member
51 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ member
68 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */ member
83 __u8 bDescriptorType; \
95 __u8 bDescriptorType; /* USB_DT_CS_ENDPOINT */ member
107 __u8 bDescriptorType; \
Dfunctionfs.h32 __u8 bDescriptorType; member
Dch11.h264 __u8 bDescriptorType; member
/external/libusb/libusb/
Ddescriptor.c99 if (header->bDescriptorType != LIBUSB_DT_ENDPOINT) { in parse_endpoint()
101 header->bDescriptorType, LIBUSB_DT_ENDPOINT); in parse_endpoint()
137 if (header->bDescriptorType == LIBUSB_DT_ENDPOINT || in parse_endpoint()
138 header->bDescriptorType == LIBUSB_DT_INTERFACE || in parse_endpoint()
139 header->bDescriptorType == LIBUSB_DT_CONFIG || in parse_endpoint()
140 header->bDescriptorType == LIBUSB_DT_DEVICE) in parse_endpoint()
143 usbi_dbg(ctx, "skipping descriptor 0x%x", header->bDescriptorType); in parse_endpoint()
216 if (ifp->bDescriptorType != LIBUSB_DT_INTERFACE) { in parse_interface()
218 ifp->bDescriptorType, LIBUSB_DT_INTERFACE); in parse_interface()
267 if (header->bDescriptorType == LIBUSB_DT_INTERFACE || in parse_interface()
[all …]
Dlibusb.h541 uint8_t bDescriptorType; member
595 uint8_t bDescriptorType; member
643 uint8_t bDescriptorType; member
706 uint8_t bDescriptorType; member
754 uint8_t bDescriptorType; member
783 uint8_t bDescriptorType; member
804 uint8_t bDescriptorType; member
829 uint8_t bDescriptorType; member
855 uint8_t bDescriptorType; member
897 uint8_t bDescriptorType; member
Dlibusbi.h635 uint8_t bDescriptorType; member
640 uint8_t bDescriptorType; member
657 uint8_t bDescriptorType; member
668 uint8_t bDescriptorType; member
680 uint8_t bDescriptorType; member
686 uint8_t bDescriptorType; member
/external/autotest/client/cros/cellular/mbim_compliance/
Dusb_descriptors_unittest.py53 self.assertEqual(0xAA, descriptor.bDescriptorType)
121 self.assertEqual(0xAA, descriptor.bDescriptorType)
136 self.assertEqual(0xFF, descriptor.bDescriptorType)
152 self.assertEqual(0x24, descriptor.bDescriptorType)
183 self.assertEquals(0x02, descriptor.bDescriptorType)
198 self.assertEquals(0x0B, descriptor.bDescriptorType)
213 self.assertEquals(0x04, descriptor.bDescriptorType)
230 self.assertEquals(0x24, descriptor.bDescriptorType)
241 self.assertEquals(0x24, descriptor.bDescriptorType)
258 self.assertEquals(0x24, descriptor.bDescriptorType)
[all …]
Dusb_descriptors.py142 descriptor_type != obj.bDescriptorType):
145 (descriptor_type, obj.bDescriptorType))
/external/clang/test/CodeGen/
D2009-07-22-StructLayout.c12 __u8 bDescriptorType; member
25 .bDescriptorType = ((0x01 << 5) | 0x04),
/external/libusb/include/libusb/
Dlibusb.h541 uint8_t bDescriptorType; member
595 uint8_t bDescriptorType; member
643 uint8_t bDescriptorType; member
706 uint8_t bDescriptorType; member
754 uint8_t bDescriptorType; member
783 uint8_t bDescriptorType; member
804 uint8_t bDescriptorType; member
829 uint8_t bDescriptorType; member
855 uint8_t bDescriptorType; member
897 uint8_t bDescriptorType; member
Dlibusbi.h635 uint8_t bDescriptorType; member
640 uint8_t bDescriptorType; member
657 uint8_t bDescriptorType; member
668 uint8_t bDescriptorType; member
680 uint8_t bDescriptorType; member
686 uint8_t bDescriptorType; member
/external/libiio/src/iiod/
Dusbd.c266 desc->bDescriptorType = USB_DT_INTERFACE; in create_header()
276 ep->bDescriptorType = USB_DT_ENDPOINT; in create_header()
285 comp->bDescriptorType = USB_DT_SS_ENDPOINT_COMP; in create_header()
291 ep->bDescriptorType = USB_DT_ENDPOINT; in create_header()
300 comp->bDescriptorType = USB_DT_SS_ENDPOINT_COMP; in create_header()
/external/autotest/client/cros/cellular/mbim_compliance/tests/
Ddes_02.py85 if not(header_descriptor.bDescriptorType == 0x24 and
261 if not (interrupt_endpoint_descriptor.bDescriptorType == 0x05 and
Ddes_01.py102 if not(header_descriptor.bDescriptorType == 0x24 and
/external/libusb/libusb/os/
Dwindows_common.h166 UCHAR bDescriptorType; member
183 UCHAR bDescriptorType; member
Dwindows_winusb.h118 uint8_t bDescriptorType; member
318 UCHAR bDescriptorType; member
358 UCHAR bDescriptorType; member
Dwindows_winusb.c790 if (cd_data->bDescriptorType != LIBUSB_DT_CONFIG) { in cache_config_descriptors()
983 dev->device_descriptor.bDescriptorType = LIBUSB_DT_DEVICE; in init_root_hub()
1134 || (conn_info.DeviceDescriptor.bDescriptorType != LIBUSB_DT_DEVICE)) { in init_device()
1155 || (conn_info.DeviceDescriptor.bDescriptorType != LIBUSB_DT_DEVICE)) { in init_device()
3314 d.bDescriptorType = LIBUSB_DT_DEVICE; in _hid_get_device_descriptor()
3363 cd->bDescriptorType = LIBUSB_DT_CONFIG; in _hid_get_config_descriptor()
3372 id->bDescriptorType = LIBUSB_DT_INTERFACE; in _hid_get_config_descriptor()
3386 ed->bDescriptorType = LIBUSB_DT_ENDPOINT; in _hid_get_config_descriptor()
3396 ed->bDescriptorType = LIBUSB_DT_ENDPOINT; in _hid_get_config_descriptor()
3464 d.bDescriptorType = LIBUSB_DT_HID; in _hid_get_hid_descriptor()
Dlinux_usbfs.c656 if (header->bDescriptorType == LIBUSB_DT_CONFIG) in seek_to_next_config()
707 if (config_desc->bDescriptorType != LIBUSB_DT_CONFIG) { in parse_config_descriptors()
709 config_desc->bDescriptorType); in parse_config_descriptors()
Ddarwin_usb.c853 if (kIOReturnOverrun == ret && kUSBDeviceDesc == dev->dev_descriptor.bDescriptorType) in darwin_cache_device_descriptor()
939 usbi_dbg (ctx, " bDescriptorType: 0x%02x", dev->dev_descriptor.bDescriptorType); in darwin_cache_device_descriptor()
/external/crosvm/usb_util/src/
Ddescriptor.rs139 if hdr.bDescriptorType == desc_type { in parse_usbfs_descriptors()
158 && hdr.bDescriptorType == types::ConfigDescriptor::descriptor_type() as u8 in parse_usbfs_descriptors()
Dtypes.rs31 pub bDescriptorType: u8, field

12