Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.c633 struct snd_usb_endpoint *sync_ep) in check_ep_params() argument
715 if (sync_ep && !snd_usb_endpoint_implicit_feedback_sink(ep)) in check_ep_params()
717 1U << sync_ep->syncinterval); in check_ep_params()
763 if (sync_ep) in check_ep_params()
805 struct snd_usb_endpoint *sync_ep) in data_ep_set_params() argument
886 if (sync_ep && !snd_usb_endpoint_implicit_feedback_sink(ep)) in data_ep_set_params()
888 1U << sync_ep->syncinterval); in data_ep_set_params()
933 if (sync_ep) in data_ep_set_params()
1054 struct snd_usb_endpoint *sync_ep) in snd_usb_endpoint_set_params() argument
1063 fmt, sync_ep); in snd_usb_endpoint_set_params()
[all …]
H A 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()
H A Dendpoint.h20 struct snd_usb_endpoint *sync_ep);
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-most143 What: /sys/bus/most/devices/<dev>/dci/sync_ep
/OK3568_Linux_fs/kernel/drivers/staging/most/Documentation/ABI/
H A Dsysfs-class-most.txt179 What: /sys/class/most/mostcore/devices/<mdev>/dci/sync_ep
/OK3568_Linux_fs/kernel/drivers/most/
H A Dmost_usb.c887 static DEVICE_ATTR(sync_ep, 0200, NULL, value_store);