Searched refs:msepd (Results 1 – 1 of 1) sorted by relevance
303 struct usb_ms_endpoint_descriptor *msepd; in create_std_midi_quirk() local313 msepd = (struct usb_ms_endpoint_descriptor *)alts->endpoint[0].extra; in create_std_midi_quirk()315 msepd->bLength < 4 || in create_std_midi_quirk()316 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()317 msepd->bDescriptorSubtype != UAC_MS_GENERAL || in create_std_midi_quirk()318 msepd->bNumEmbMIDIJack < 1 || in create_std_midi_quirk()319 msepd->bNumEmbMIDIJack > 16) in create_std_midi_quirk()