Searched refs:msepd (Results 1 – 1 of 1) sorted by relevance
295 struct usb_ms_endpoint_descriptor *msepd; in create_std_midi_quirk() local305 msepd = (struct usb_ms_endpoint_descriptor *)alts->endpoint[0].extra; in create_std_midi_quirk()307 msepd->bLength < 4 || in create_std_midi_quirk()308 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()309 msepd->bDescriptorSubtype != UAC_MS_GENERAL || in create_std_midi_quirk()310 msepd->bNumEmbMIDIJack < 1 || in create_std_midi_quirk()311 msepd->bNumEmbMIDIJack > 16) in create_std_midi_quirk()