Home
last modified time | relevance | path

Searched refs:sync_ep (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/sound/usb/
Dproc.c154 if (fp->sync_ep) { in proc_dump_substream_formats()
156 fp->sync_ep, in proc_dump_substream_formats()
157 fp->sync_ep & USB_ENDPOINT_NUMBER_MASK, in proc_dump_substream_formats()
158 fp->sync_ep & USB_DIR_IN ? "IN" : "OUT"); in proc_dump_substream_formats()
174 struct snd_usb_endpoint *sync_ep, in proc_dump_ep_status() argument
185 if (sync_ep && data_ep->freqshift != INT_MIN) { in proc_dump_ep_status()
188 (sync_ep->syncmaxsize > 3 ? 32 : 24) - res, res); in proc_dump_ep_status()
Dendpoint.h30 struct snd_usb_endpoint *sync_ep);
Dimplicit.c100 fmt->sync_ep = ep; in add_implicit_fb_sync_ep()
109 fmt->sync_ep, fmt->sync_iface, fmt->sync_altsetting); in add_implicit_fb_sync_ep()
471 subs = find_matching_substream(chip, stream, target->sync_ep, in snd_usb_find_implicit_fb_sync_format()
Dcard.h27 unsigned char sync_ep; /* sync endpoint number */ member
Dpcm.c356 fmt->sync_ep = ep; in snd_usb_audioformat_set_sync_ep()
364 fmt->iface, fmt->altsetting, fmt->sync_ep, fmt->sync_iface, in snd_usb_audioformat_set_sync_ep()
497 fmt->sync_ep, fmt->sync_iface, in snd_usb_hw_params()
529 if (fmt->sync_ep) { in snd_usb_hw_params()
871 ep = snd_usb_get_endpoint(chip, fp->sync_ep); in get_sync_ep_from_substream()
Dendpoint.c688 int ep_num = is_sync_ep ? fp->sync_ep : fp->endpoint; in snd_usb_endpoint_open()
772 struct snd_usb_endpoint *sync_ep) in snd_usb_endpoint_set_sync() argument
774 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()
Dstream.c1216 if (fp->sync_ep) { in __snd_usb_parse_audio_interface()
1217 err = snd_usb_add_endpoint(chip, fp->sync_ep, in __snd_usb_parse_audio_interface()
Dquirks.c133 if (fp->sync_ep) { in add_audio_stream_from_fixed_fmt()
134 err = snd_usb_add_endpoint(chip, fp->sync_ep, in add_audio_stream_from_fixed_fmt()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-most143 What: /sys/bus/most/devices/<dev>/dci/sync_ep
/Linux-v5.15/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt179 What: /sys/class/most/mostcore/devices/<mdev>/dci/sync_ep
/Linux-v5.15/drivers/most/
Dmost_usb.c886 static DEVICE_ATTR(sync_ep, 0200, NULL, value_store);