Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dcttimer.c148 static void ct_xfitimer_irq_rearm(struct ct_timer *atimer, int ticks) in ct_xfitimer_irq_rearm() argument
150 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_rearm()
154 if (!atimer->running) in ct_xfitimer_irq_rearm()
156 atimer->running = 1; in ct_xfitimer_irq_rearm()
159 static void ct_xfitimer_irq_stop(struct ct_timer *atimer) in ct_xfitimer_irq_stop() argument
161 if (atimer->running) { in ct_xfitimer_irq_stop()
162 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_stop()
165 atimer->running = 0; in ct_xfitimer_irq_stop()
169 static inline unsigned int ct_xfitimer_get_wc(struct ct_timer *atimer) in ct_xfitimer_get_wc() argument
171 struct hw *hw = atimer->atc->hw; in ct_xfitimer_get_wc()
[all …]
Dcttimer.h20 void ct_timer_free(struct ct_timer *atimer);
23 ct_timer_instance_new(struct ct_timer *atimer, struct ct_atc_pcm *apcm);