Searched refs:timer_ops (Results 1 – 2 of 2) sorted by relevance
43 static struct oprofile_operations timer_ops; variable52 return timer_ops.start(); in oprofile_hwsampler_start()68 timer_ops.stop(); in oprofile_hwsampler_stop()159 memcpy(&timer_ops, ops, sizeof(timer_ops)); in oprofile_hwsampler_init()
137 const struct dummy_timer_ops *timer_ops; member499 return dummy->timer_ops->start(substream); in dummy_pcm_trigger()502 return dummy->timer_ops->stop(substream); in dummy_pcm_trigger()511 return dummy->timer_ops->prepare(substream); in dummy_pcm_prepare()518 return dummy->timer_ops->pointer(substream); in dummy_pcm_pointer()566 dummy->timer_ops = &dummy_systimer_ops; in dummy_pcm_open()569 dummy->timer_ops = &dummy_hrtimer_ops; in dummy_pcm_open()572 err = dummy->timer_ops->create(substream); in dummy_pcm_open()596 dummy->timer_ops->free(substream); in dummy_pcm_open()605 dummy->timer_ops->free(substream); in dummy_pcm_close()