Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/drivers/
H A Ddummy.c89 struct dummy_timer_ops { struct
99 (*(const struct dummy_timer_ops **)(substream)->runtime->private_data) argument
223 const struct dummy_timer_ops *timer_ops;
343 static const struct dummy_timer_ops dummy_systimer_ops = {
359 const struct dummy_timer_ops *timer_ops;
467 static const struct dummy_timer_ops dummy_hrtimer_ops = {
540 const struct dummy_timer_ops *ops; in dummy_pcm_open()