Home
last modified time | relevance | path

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

/Linux-v5.10/sound/usb/
Dendpoint.c635 struct snd_usb_endpoint *sync_ep) in check_ep_params() argument
717 if (sync_ep && !snd_usb_endpoint_implicit_feedback_sink(ep)) in check_ep_params()
719 1U << sync_ep->syncinterval); in check_ep_params()
765 if (sync_ep) in check_ep_params()
807 struct snd_usb_endpoint *sync_ep) in data_ep_set_params() argument
888 if (sync_ep && !snd_usb_endpoint_implicit_feedback_sink(ep)) in data_ep_set_params()
890 1U << sync_ep->syncinterval); in data_ep_set_params()
935 if (sync_ep) in data_ep_set_params()
1057 struct snd_usb_endpoint *sync_ep) in snd_usb_endpoint_set_params() argument
1066 fmt, sync_ep); in snd_usb_endpoint_set_params()
[all …]
Dproc.c160 struct snd_usb_endpoint *sync_ep, in proc_dump_ep_status() argument
171 if (sync_ep && data_ep->freqshift != INT_MIN) { in proc_dump_ep_status()
174 (sync_ep->syncmaxsize > 3 ? 32 : 24) - res, res); in proc_dump_ep_status()
Dendpoint.h20 struct snd_usb_endpoint *sync_ep);
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-most143 What: /sys/bus/most/devices/<dev>/dci/sync_ep
/Linux-v5.10/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt179 What: /sys/class/most/mostcore/devices/<mdev>/dci/sync_ep
/Linux-v5.10/drivers/most/
Dmost_usb.c886 static DEVICE_ATTR(sync_ep, 0200, NULL, value_store);