Searched refs:bDescriptorSubtype (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/public/zircon/hw/
H A Dusb-audio.h261 uint8_t bDescriptorSubtype; member in struct:__anon723
269 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_HEADER member in struct:__anon724
281 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_.*_(TERMINAL|UNIT) member in struct:__anon725
290 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_(INPUT|OUTPUT)_TERMINAL member in struct:__anon726
299 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_INPUT_TERMINAL member in struct:__anon727
312 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_OUTPUT_TERMINAL member in struct:__anon728
327 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_MIXER_UNIT member in struct:__anon729
351 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_SELECTOR_UNIT member in struct:__anon732
368 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_FEATURE_UNIT member in struct:__anon734
386 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_PROCESSING_UNI member in struct:__anon736
423 uint8_t bDescriptorSubtype; // USB_AUDIO_AC_EXTENSION_UNIT member in struct:__anon739
447 uint8_t bDescriptorSubtype; // USB_AUDIO_AS_GENERAL member in struct:__anon742
461 uint8_t bDescriptorSubtype; // USB_AUDIO_AS_FORMAT_TYPE member in struct:__anon744
468 uint8_t bDescriptorSubtype; // USB_AUDIO_AS_FORMAT_TYPE member in struct:__anon745
480 uint8_t bDescriptorSubtype; // USB_AUDIO_EP_GENERAL member in struct:__anon746
491 uint8_t bDescriptorSubtype; // USB_MIDI_MS_HEADER member in struct:__anon747
499 uint8_t bDescriptorSubtype; // USB_MIDI_IN_JACK member in struct:__anon748
508 uint8_t bDescriptorSubtype; // USB_MIDI_OUT_JACK member in struct:__anon749
519 uint8_t bDescriptorSubtype; // USB_MIDI_MS_GENERAL member in struct:__anon750
[all...]
H A Dusb-video.h91 uint8_t bDescriptorSubtype; member in struct:__anon778
97 uint8_t bDescriptorSubtype; // USB_VIDEO_VC_HEADER member in struct:__anon779
108 uint8_t bDescriptorSubtype; // USB_VIDEO_VC_INPUT_TERMINAL member in struct:__anon780
118 uint8_t bDescriptorSubtype; // USB_VIDEO_VC_OUTPUT_TERMINAL member in struct:__anon781
130 uint8_t bDescriptorSubtype; // USB_ENDPOINT_INTERRUPT member in struct:__anon782
137 uint8_t bDescriptorSubtype; // USB_VIDEO_VS_HEADER member in struct:__anon783
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-device.cpp404 if ((aud_hdr->bDescriptorSubtype == USB_MIDI_MS_HEADER) ||
405 (aud_hdr->bDescriptorSubtype == USB_MIDI_IN_JACK) ||
406 (aud_hdr->bDescriptorSubtype == USB_MIDI_OUT_JACK) ||
407 (aud_hdr->bDescriptorSubtype == USB_MIDI_ELEMENT)) {
409 aud_hdr->bDescriptorSubtype);
471 if (ep_desc->bDescriptorSubtype == USB_MIDI_MS_GENERAL) {
H A Dusb-audio-control-interface.cpp81 if (hdr->bDescriptorSubtype == USB_AUDIO_AC_HEADER) {
99 hdr->bDescriptorSubtype, iter->offset());
H A Dusb-audio-stream-interface.cpp87 (next_hdr->bDescriptorSubtype == USB_AUDIO_AS_GENERAL)) {
465 if ((ihdr == nullptr) || (ihdr->bDescriptorSubtype != USB_AUDIO_AS_FORMAT_TYPE)) {
532 if ((ihdr == nullptr) || (ihdr->bDescriptorSubtype != USB_AUDIO_EP_GENERAL)) {
H A Dusb-audio-units.cpp42 switch (hdr->bDescriptorSubtype) {
52 hdr->bDescriptorSubtype, iter.offset());
H A Dusb-audio-units.h40 Type type() const { return static_cast<Type>(desc_->bDescriptorSubtype); }

Completed in 91 milliseconds