Searched defs:out_ext (Results 1 - 1 of 1) sorted by path

/drivers/usb/gadget/function/
H A Df_midi.c825 struct usb_midi_out_jack_descriptor_1 *out_ext = &jack_out_ext_desc[n]; local
835 out_ext->bLength = USB_DT_MIDI_OUT_SIZE(1);
836 out_ext->bDescriptorType = USB_DT_CS_INTERFACE;
837 out_ext->bDescriptorSubtype = USB_MS_MIDI_OUT_JACK;
838 out_ext->bJackType = USB_MS_EXTERNAL;
839 out_ext->bJackID = jack++;
840 out_ext->bNrInputPins = 1;
841 out_ext->iJack = 0;
842 out_ext->pins[0].baSourceID = in_emb->bJackID;
843 out_ext
[all...]

Completed in 32 milliseconds