Searched refs:ms_ep (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/usb/
H A Dmidi2.c57 const struct usb_ms20_endpoint_descriptor *ms_ep; /* reference to EP descriptor */ member in struct:snd_usb_midi2_endpoint
434 const struct usb_ms20_endpoint_descriptor *ms_ep)
441 ms_ep->bNumGrpTrmBlock);
455 ep->ms_ep = ms_ep;
505 struct usb_ms_endpoint_descriptor *ms_ep = local
508 if (ms_ep->bLength > 3 &&
509 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT &&
510 ms_ep->bDescriptorSubtype == subtype)
511 return ms_ep;
432 create_midi2_endpoint(struct snd_usb_midi2_interface *umidi, struct usb_host_endpoint *hostep, const struct usb_ms20_endpoint_descriptor *ms_ep) argument
667 struct usb_ms20_endpoint_descriptor *ms_ep; local
[all...]
H A Dmidi.c1884 struct usb_ms_endpoint_descriptor *ms_ep = local
1887 if (ms_ep->bLength > 3 &&
1888 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT &&
1889 ms_ep->bDescriptorSubtype == UAC_MS_GENERAL)
1890 return ms_ep;
1911 struct usb_ms_endpoint_descriptor *ms_ep; local
1936 ms_ep = find_usb_ms_endpoint_descriptor(hostep);
1937 if (!ms_ep)
1939 if (ms_ep->bLength <= sizeof(*ms_ep))
[all...]

Completed in 112 milliseconds