Home
last modified time | relevance | path

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

/linux-4.1.27/sound/drivers/
Ddummy.c103 struct dummy_timer_ops { struct
113 (*(const struct dummy_timer_ops **)(substream)->runtime->private_data) argument
237 const struct dummy_timer_ops *timer_ops;
358 static struct dummy_timer_ops dummy_systimer_ops = {
374 const struct dummy_timer_ops *timer_ops;
484 static struct dummy_timer_ops dummy_hrtimer_ops = {
565 const struct dummy_timer_ops *ops; in dummy_pcm_open()