Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/fireface/
Dff-stream.c79 ff->spec->protocol->switch_fetching_mode(ff, false); in finish_session()
191 err = ff->spec->protocol->switch_fetching_mode(ff, true); in snd_ff_stream_start_duplex()
Dff.h103 int (*switch_fetching_mode)(struct snd_ff *ff, bool enable); member
Dff-protocol-ff400.c366 .switch_fetching_mode = ff400_switch_fetching_mode,
/Linux-v4.19/sound/firewire/motu/
Dmotu.h115 int (*switch_fetching_mode)(struct snd_motu *motu, bool enable); member
Dmotu-stream.c93 err = motu->spec->protocol->switch_fetching_mode(motu, false); in stop_both_streams()
266 err = protocol->switch_fetching_mode(motu, true); in snd_motu_stream_start_duplex()
Dmotu-protocol-v2.c266 .switch_fetching_mode = v2_switch_fetching_mode,
Dmotu-protocol-v3.c313 .switch_fetching_mode = v3_switch_fetching_mode,