Searched refs:msepd (Results 1 – 1 of 1) sorted by relevance
323 struct usb_ms_endpoint_descriptor *msepd; in create_std_midi_quirk() local333 msepd = (struct usb_ms_endpoint_descriptor *)alts->endpoint[0].extra; in create_std_midi_quirk()335 msepd->bLength < 4 || in create_std_midi_quirk()336 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()337 msepd->bDescriptorSubtype != UAC_MS_GENERAL || in create_std_midi_quirk()338 msepd->bNumEmbMIDIJack < 1 || in create_std_midi_quirk()339 msepd->bNumEmbMIDIJack > 16) in create_std_midi_quirk()