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