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

/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-hid.h20 uint8_t bDescriptorType; member in struct:__anon759
26 uint8_t bDescriptorType; member in struct:__anon760
H A Dusb-cdc.h74 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon751
81 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon752
89 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon753
96 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon754
105 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon755
113 uint8_t bDescriptorType; // USB_DT_CS_INTERFACE member in struct:__anon756
H A Dusb-audio.h260 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon723
268 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon724
280 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon725
289 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon726
298 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon727
311 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon728
326 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon729
350 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon732
367 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon734
385 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFAC member in struct:__anon736
422 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon739
446 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon742
460 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon744
467 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon745
479 uint8_t bDescriptorType; // USB_AUDIO_CS_ENDPOINT member in struct:__anon746
490 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon747
498 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon748
507 uint8_t bDescriptorType; // USB_AUDIO_CS_INTERFACE member in struct:__anon749
518 uint8_t bDescriptorType; // USB_AUDIO_CS_ENDPOINT member in struct:__anon750
[all...]
H A Dusb.h142 uint8_t bDescriptorType; member in struct:__anon792
147 uint8_t bDescriptorType; // USB_DT_DEVICE member in struct:__anon793
164 uint8_t bDescriptorType; // USB_DT_CONFIG member in struct:__anon794
175 uint8_t bDescriptorType; // USB_DT_STRING member in struct:__anon795
181 uint8_t bDescriptorType; // USB_DT_INTERFACE member in struct:__anon796
193 uint8_t bDescriptorType; // USB_DT_ENDPOINT member in struct:__anon797
210 uint8_t bDescriptorType; // USB_DT_SS_EP_COMPANION member in struct:__anon798
220 uint8_t bDescriptorType; // USB_DT_SS_ISOCH_EP_COMPANION member in struct:__anon799
227 uint8_t bDescriptorType; // USB_DT_INTERFACE_ASSOCIATION member in struct:__anon800
238 uint8_t bDescriptorType; // USB_DT_CS_INTERFAC member in struct:__anon801
[all...]
H A Dusb-video.h90 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon778
96 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon779
107 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon780
117 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon781
129 uint8_t bDescriptorType; // USB_VIDEO_CS_ENDPOINT member in struct:__anon782
136 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon783
199 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon784
215 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon785
230 uint8_t bDescriptorType; // USB_VIDEO_CS_INTERFACE member in struct:__anon786
H A Dusb-hub.h52 uint8_t bDescriptorType; member in struct:__anon761
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c98 printf(" bDescriptorType %d\n", device_desc.bDescriptorType);
145 printf(" bDescriptorType %d\n", config_desc->bDescriptorType);
161 if (header->bDescriptorType == USB_DT_INTERFACE) {
165 printf(" bDescriptorType %d\n", desc->bDescriptorType);
174 } else if (header->bDescriptorType == USB_DT_ENDPOINT) {
178 printf(" bDescriptorType %d\n", desc->bDescriptorType);
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-descriptors.cpp97 h->bDescriptorType,
105 h->bDescriptorType, h->bLength, offset_, mem_->size());
H A Dusb-audio-device.cpp144 if (hdr->bDescriptorType != USB_DT_INTERFACE) {
146 hdr->bLength, hdr->bDescriptorType);
359 switch (hdr->bDescriptorType) {
H A Dusb-audio-stream-interface.cpp86 (next_hdr->bDescriptorType == USB_AUDIO_CS_INTERFACE) &&
462 if (hdr->bDescriptorType == USB_AUDIO_CS_INTERFACE) {
495 if (hdr->bDescriptorType == USB_DT_ENDPOINT) {
529 if (hdr->bDescriptorType == USB_AUDIO_CS_ENDPOINT) {
H A Dusb-audio-control-interface.cpp69 if (!hdr || (hdr->bDescriptorType != USB_AUDIO_CS_INTERFACE)) {
/fuchsia/zircon/system/dev/lib/usb/
H A Dusb.c114 if (header->bDescriptorType == USB_DT_INTERFACE) {
130 if (header->bDescriptorType == USB_DT_INTERFACE) {
135 if (header->bDescriptorType == USB_DT_ENDPOINT) {
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-composite.c138 if (header->bDescriptorType == USB_DT_INTERFACE) {
205 if (header->bDescriptorType == USB_DT_INTERFACE_ASSOCIATION) {
213 if (next->bDescriptorType == USB_DT_INTERFACE_ASSOCIATION) {
215 } else if (next->bDescriptorType == USB_DT_INTERFACE) {
239 } else if (header->bDescriptorType == USB_DT_INTERFACE) {
244 if (next->bDescriptorType == USB_DT_INTERFACE) {
H A Dusb-interface.c76 if (header->bDescriptorType == USB_DT_INTERFACE) {
80 } else if (header->bDescriptorType == USB_DT_ENDPOINT && cur_interface == interface_id) {
107 && next->bDescriptorType == USB_DT_SS_EP_COMPANION) {
294 if (header->bDescriptorType == USB_DT_INTERFACE) {
408 if (header->bDescriptorType == USB_DT_INTERFACE) {
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-root-hub.c41 .bDescriptorType = USB_DT_DEVICE,
59 .bDescriptorType = USB_DT_DEVICE,
89 .bDescriptorType = USB_DT_CONFIG,
99 .bDescriptorType = USB_DT_INTERFACE,
110 .bDescriptorType = USB_DT_ENDPOINT,
359 desc.bDescriptorType = value >> 8;
H A Dxhci-device-manager.c203 if (device_desc.bDescriptorType != USB_DT_DEVICE) {
/fuchsia/zircon/system/dev/ethernet/usb-cdc-function/
H A Dcdc-eth-function.c74 .bDescriptorType = USB_DT_INTERFACE,
85 .bDescriptorType = USB_DT_CS_INTERFACE,
91 .bDescriptorType = USB_DT_CS_INTERFACE,
98 .bDescriptorType = USB_DT_CS_INTERFACE,
108 .bDescriptorType = USB_DT_ENDPOINT,
116 .bDescriptorType = USB_DT_INTERFACE,
127 .bDescriptorType = USB_DT_INTERFACE,
138 .bDescriptorType = USB_DT_ENDPOINT,
146 .bDescriptorType = USB_DT_ENDPOINT,
/fuchsia/zircon/system/dev/usb/usb-bus/
H A Dutil.c21 uint8_t bDescriptorType; member in struct:usb_langid_desc
195 uint8_t bDescriptorType; member in struct:__anon509
/fuchsia/zircon/system/dev/usb/usb-peripheral/
H A Dusb-peripheral.c211 config_desc->bDescriptorType = USB_DT_CONFIG;
317 if (intf_desc->bDescriptorType != USB_DT_INTERFACE ||
327 if (header->bDescriptorType == USB_DT_INTERFACE) {
338 } else if (header->bDescriptorType == USB_DT_ENDPOINT) {
506 header->bDescriptorType = USB_DT_STRING;
676 desc->bDescriptorType != USB_DT_DEVICE) {
975 .bDescriptorType = USB_DT_DEVICE,
/fuchsia/zircon/system/dev/input/usb-hid/
H A Dusb-hid.c140 if (hid->hid_desc->descriptors[i].bDescriptorType == desc_type) {
270 if (header->bDescriptorType == USB_DT_HID) {
272 } else if (header->bDescriptorType == USB_DT_ENDPOINT) {
/fuchsia/zircon/system/dev/block/ums-function/
H A Dums-function.c40 .bDescriptorType = USB_DT_INTERFACE,
51 .bDescriptorType = USB_DT_ENDPOINT,
59 .bDescriptorType = USB_DT_ENDPOINT,
/fuchsia/zircon/system/uapp/usbctl/
H A Dusbctl.c62 .bDescriptorType = USB_DT_DEVICE,
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c217 .bDescriptorType = USB_DT_DEVICE,
241 .bDescriptorType = USB_DT_CONFIG,
251 .bDescriptorType = USB_DT_INTERFACE,
262 .bDescriptorType = USB_DT_ENDPOINT,
743 ctrl_endpoint->desc.bDescriptorType = USB_DT_ENDPOINT;
971 desc.bDescriptorType = value >> 8;
1710 ep0->desc.bDescriptorType = USB_DT_ENDPOINT;
/fuchsia/zircon/system/dev/ethernet/usb-cdc-ecm/
H A Dusb-cdc-ecm.c562 if (desc->bDescriptorType == USB_DT_INTERFACE) {
579 } else if (desc->bDescriptorType == USB_DT_CS_INTERFACE) {
594 } else if (desc->bDescriptorType == USB_DT_ENDPOINT) {
/fuchsia/zircon/system/dev/usb/usb-hub/
H A Dusb-hub.c444 if (desc && desc->bDescriptorType == USB_DT_SS_EP_COMPANION) {

Completed in 288 milliseconds