Searched refs:do_action (Results 1 – 1 of 1) sorted by relevance
/sound/core/ |
D | pcm_native.c | 815 int (*do_action)(struct snd_pcm_substream *substream, int state); member 846 res = ops->do_action(s, state); in snd_pcm_action_group() 891 res = ops->do_action(substream, state); in snd_pcm_action_single() 1059 .do_action = snd_pcm_do_start, 1112 .do_action = snd_pcm_do_stop, 1213 .do_action = snd_pcm_do_pause, 1264 .do_action = snd_pcm_do_suspend, 1368 .do_action = snd_pcm_do_resume, 1471 .do_action = snd_pcm_do_reset, 1515 .do_action = snd_pcm_do_prepare, [all …]
|