Searched refs:sync_ep (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/usb/ |
| H A D | pcm.c | 340 if (fmt->sync_ep) in snd_usb_audioformat_set_sync_ep() 405 fmt->sync_ep = ep; in snd_usb_audioformat_set_sync_ep() 413 fmt->iface, fmt->altsetting, fmt->sync_ep, fmt->sync_iface, 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() 873 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_rate() 877 ep->cur_rate, fp->sync_ep); in hw_rule_rate() 975 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_format() 979 ep->cur_format, fp->sync_ep); in hw_rule_format() 1046 ep = get_endpoint_in_use(chip, fp->sync_ep, in hw_rule_period_size_implicit_fb() [all …]
|
| H A D | implicit.c | 97 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()
|
| H A D | endpoint.h | 34 struct snd_usb_endpoint *sync_ep);
|
| H A D | card.h | 28 unsigned char sync_ep; /* sync endpoint number */ member
|
| H A D | quirks-table.h | 2068 .sync_ep = 0x82, 2365 .sync_ep = USB_RECIP_INTERFACE | USB_DIR_IN, 3766 .sync_ep = 0x81, \ 3794 .sync_ep = 0x81, \ 3822 .sync_ep = 0x81, \
|
| H A D | endpoint.c | 799 int ep_num = is_sync_ep ? fp->sync_ep : fp->endpoint; in snd_usb_endpoint_open() 880 * Pass NULL to sync_ep to unlink again 884 struct snd_usb_endpoint *sync_ep) in snd_usb_endpoint_set_sync() 886 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync() 883 snd_usb_endpoint_set_sync(struct snd_usb_audio * chip,struct snd_usb_endpoint * data_ep,struct snd_usb_endpoint * sync_ep) snd_usb_endpoint_set_sync() argument
|
| H A D | stream.c | 1247 if (fp->sync_ep) { in __snd_usb_parse_audio_interface() 1248 err = snd_usb_add_endpoint(chip, fp->sync_ep, in __snd_usb_parse_audio_interface()
|
| H A D | quirks.c | 134 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() 1776 // we should derive windex from fmt-sync_ep but it's not set in pioneer_djm_set_format_quirk()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-most | 143 What: /sys/bus/most/devices/<dev>/dci/sync_ep
|
| /linux/drivers/staging/most/Documentation/ABI/ |
| H A D | sysfs-class-most.txt | 179 What: /sys/class/most/mostcore/devices/<mdev>/dci/sync_ep
|
| /linux/drivers/most/ |
| H A D | most_usb.c | 887 static DEVICE_ATTR(sync_ep, 0200, NULL, value_store);
|