Searched refs:switch_fetching_mode (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/sound/firewire/fireface/ |
| D | ff-stream.c | 36 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()
|
| D | ff.h | 116 int (*switch_fetching_mode)(struct snd_ff *ff, bool enable); member
|
| D | ff-protocol-former.c | 426 .switch_fetching_mode = former_switch_fetching_mode, 600 .switch_fetching_mode = former_switch_fetching_mode,
|
| D | ff-protocol-latter.c | 435 .switch_fetching_mode = latter_switch_fetching_mode,
|
| /Linux-v5.4/sound/firewire/motu/ |
| D | motu-stream.c | 91 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()
|
| D | motu.h | 115 int (*switch_fetching_mode)(struct snd_motu *motu, bool enable); member
|
| D | motu-protocol-v2.c | 284 .switch_fetching_mode = v2_switch_fetching_mode,
|
| D | motu-protocol-v3.c | 312 .switch_fetching_mode = v3_switch_fetching_mode,
|