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