Home
last modified time | relevance | path

Searched refs:switch_fetching_mode (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/sound/firewire/fireface/
Dff-stream.c36 ff->spec->protocol->switch_fetching_mode(ff, false); in finish_session()
204 err = ff->spec->protocol->switch_fetching_mode(ff, true); in snd_ff_stream_start_duplex()
Dff.h116 int (*switch_fetching_mode)(struct snd_ff *ff, bool enable); member
Dff-protocol-former.c426 .switch_fetching_mode = former_switch_fetching_mode,
600 .switch_fetching_mode = former_switch_fetching_mode,
Dff-protocol-latter.c435 .switch_fetching_mode = latter_switch_fetching_mode,
/Linux-v5.4/sound/firewire/motu/
Dmotu-stream.c91 err = motu->spec->protocol->switch_fetching_mode(motu, false); in finish_session()
265 err = motu->spec->protocol->switch_fetching_mode(motu, true); in snd_motu_stream_start_duplex()
Dmotu.h115 int (*switch_fetching_mode)(struct snd_motu *motu, bool enable); member
Dmotu-protocol-v2.c284 .switch_fetching_mode = v2_switch_fetching_mode,
Dmotu-protocol-v3.c312 .switch_fetching_mode = v3_switch_fetching_mode,