Searched refs:ms_ep (Results 1 – 1 of 1) sorted by relevance
1839 struct usb_ms_endpoint_descriptor *ms_ep = in find_usb_ms_endpoint_descriptor() local1842 if (ms_ep->bLength > 3 && in find_usb_ms_endpoint_descriptor()1843 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()1844 ms_ep->bDescriptorSubtype == UAC_MS_GENERAL) in find_usb_ms_endpoint_descriptor()1845 return ms_ep; in find_usb_ms_endpoint_descriptor()1866 struct usb_ms_endpoint_descriptor *ms_ep; in snd_usbmidi_get_ms_info() local1891 ms_ep = find_usb_ms_endpoint_descriptor(hostep); in snd_usbmidi_get_ms_info()1892 if (!ms_ep) in snd_usbmidi_get_ms_info()1894 if (ms_ep->bLength <= sizeof(*ms_ep)) in snd_usbmidi_get_ms_info()1896 if (ms_ep->bNumEmbMIDIJack > 0x10) in snd_usbmidi_get_ms_info()[all …]