• Home
  • Raw
  • Download

Lines Matching refs:epd

2030 	struct usb_endpoint_descriptor *epd;  in snd_usbmidi_detect_endpoints()  local
2046 epd = get_endpoint(hostif, i); in snd_usbmidi_detect_endpoints()
2047 if (!usb_endpoint_xfer_bulk(epd) && in snd_usbmidi_detect_endpoints()
2048 !usb_endpoint_xfer_int(epd)) in snd_usbmidi_detect_endpoints()
2051 usb_endpoint_dir_out(epd)) { in snd_usbmidi_detect_endpoints()
2052 endpoint[out_eps].out_ep = usb_endpoint_num(epd); in snd_usbmidi_detect_endpoints()
2053 if (usb_endpoint_xfer_int(epd)) in snd_usbmidi_detect_endpoints()
2054 endpoint[out_eps].out_interval = epd->bInterval; in snd_usbmidi_detect_endpoints()
2058 usb_endpoint_dir_in(epd)) { in snd_usbmidi_detect_endpoints()
2059 endpoint[in_eps].in_ep = usb_endpoint_num(epd); in snd_usbmidi_detect_endpoints()
2060 if (usb_endpoint_xfer_int(epd)) in snd_usbmidi_detect_endpoints()
2061 endpoint[in_eps].in_interval = epd->bInterval; in snd_usbmidi_detect_endpoints()
2177 struct usb_endpoint_descriptor *epd; in snd_usbmidi_create_endpoints_midiman() local
2200 epd = get_endpoint(hostif, 0); in snd_usbmidi_create_endpoints_midiman()
2201 if (!usb_endpoint_dir_in(epd) || !usb_endpoint_xfer_int(epd)) { in snd_usbmidi_create_endpoints_midiman()
2205 epd = get_endpoint(hostif, 2); in snd_usbmidi_create_endpoints_midiman()
2206 if (!usb_endpoint_dir_out(epd) || !usb_endpoint_xfer_bulk(epd)) { in snd_usbmidi_create_endpoints_midiman()
2211 epd = get_endpoint(hostif, 4); in snd_usbmidi_create_endpoints_midiman()
2212 if (!usb_endpoint_dir_out(epd) || in snd_usbmidi_create_endpoints_midiman()
2213 !usb_endpoint_xfer_bulk(epd)) { in snd_usbmidi_create_endpoints_midiman()