Home
last modified time | relevance | path

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

/sound/usb/
A 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()
A Dpcm.c340 if (fmt->sync_ep) in snd_usb_audioformat_set_sync_ep()
405 fmt->sync_ep = ep; in snd_usb_audioformat_set_sync_ep()
514 fmt->sync_ep, fmt->sync_iface, in snd_usb_hw_params()
549 if (fmt->sync_ep) { in snd_usb_hw_params()
876 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_rate()
880 ep->cur_rate, fp->sync_ep); in hw_rule_rate()
978 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_format()
982 ep->cur_format, fp->sync_ep); in hw_rule_format()
1049 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_period_size_implicit_fb()
1053 ep->cur_period_frames, fp->sync_ep); in hw_rule_period_size_implicit_fb()
[all …]
A Dimplicit.c97 fmt->sync_ep = ep; in add_implicit_fb_sync_ep()
106 fmt->sync_ep, fmt->sync_iface, fmt->sync_altsetting); in add_implicit_fb_sync_ep()
472 subs = find_matching_substream(chip, stream, target->sync_ep, in snd_usb_find_implicit_fb_sync_format()
A Dendpoint.h34 struct snd_usb_endpoint *sync_ep);
A Dcard.h28 unsigned char sync_ep; /* sync endpoint number */ member
A Dquirks-table.h2068 .sync_ep = 0x82,
2365 .sync_ep = USB_RECIP_INTERFACE | USB_DIR_IN,
3766 .sync_ep = 0x81, \
3794 .sync_ep = 0x81, \
3822 .sync_ep = 0x81, \
A Dendpoint.c800 int ep_num = is_sync_ep ? fp->sync_ep : fp->endpoint; in snd_usb_endpoint_open()
895 struct snd_usb_endpoint *sync_ep) in snd_usb_endpoint_set_sync() argument
897 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()
A Dstream.c1249 if (fp->sync_ep) { in __snd_usb_parse_audio_interface()
1250 err = snd_usb_add_endpoint(chip, fp->sync_ep, in __snd_usb_parse_audio_interface()
A Dquirks.c134 if (fp->sync_ep) { in add_audio_stream_from_fixed_fmt()
135 err = snd_usb_add_endpoint(chip, fp->sync_ep, in add_audio_stream_from_fixed_fmt()

Completed in 36 milliseconds