Searched refs:ms_ep (Results 1 – 1 of 1) sorted by relevance
1907 struct usb_ms_endpoint_descriptor *ms_ep = in find_usb_ms_endpoint_descriptor() local1910 if (ms_ep->bLength > 3 && in find_usb_ms_endpoint_descriptor()1911 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()1912 ms_ep->bDescriptorSubtype == UAC_MS_GENERAL) in find_usb_ms_endpoint_descriptor()1913 return ms_ep; in find_usb_ms_endpoint_descriptor()1934 struct usb_ms_endpoint_descriptor *ms_ep; in snd_usbmidi_get_ms_info() local1959 ms_ep = find_usb_ms_endpoint_descriptor(hostep); in snd_usbmidi_get_ms_info()1960 if (!ms_ep) in snd_usbmidi_get_ms_info()1962 if (ms_ep->bLength <= sizeof(*ms_ep)) in snd_usbmidi_get_ms_info()1964 if (ms_ep->bNumEmbMIDIJack > 0x10) in snd_usbmidi_get_ms_info()[all …]