Searched refs:switch_fetching_mode (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/fireface/ |
H A D | ff-stream.c | 36 ff->spec->protocol->switch_fetching_mode(ff, false); in finish_session() 214 err = ff->spec->protocol->switch_fetching_mode(ff, true); in snd_ff_stream_start_duplex()
|
H A D | ff.h | 123 int (*switch_fetching_mode)(struct snd_ff *ff, bool enable); member
|
H A D | ff-protocol-former.c | 426 .switch_fetching_mode = former_switch_fetching_mode, 600 .switch_fetching_mode = former_switch_fetching_mode,
|
H A D | ff-protocol-latter.c | 537 .switch_fetching_mode = latter_switch_fetching_mode,
|
/kernel/linux/linux-6.6/sound/firewire/fireface/ |
H A D | ff-stream.c | 36 ff->spec->protocol->switch_fetching_mode(ff, false); in finish_session() 215 err = ff->spec->protocol->switch_fetching_mode(ff, true); in snd_ff_stream_start_duplex()
|
H A D | ff.h | 125 int (*switch_fetching_mode)(struct snd_ff *ff, bool enable); member
|
H A D | ff-protocol-former.c | 424 .switch_fetching_mode = former_switch_fetching_mode, 728 .switch_fetching_mode = former_switch_fetching_mode,
|
H A D | ff-protocol-latter.c | 535 .switch_fetching_mode = latter_switch_fetching_mode,
|
Completed in 9 milliseconds