Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcttimer.c137 static void ct_xfitimer_irq_rearm(struct ct_timer *atimer, int ticks) in ct_xfitimer_irq_rearm() argument
139 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_rearm()
143 if (!atimer->running) in ct_xfitimer_irq_rearm()
145 atimer->running = 1; in ct_xfitimer_irq_rearm()
148 static void ct_xfitimer_irq_stop(struct ct_timer *atimer) in ct_xfitimer_irq_stop() argument
150 if (atimer->running) { in ct_xfitimer_irq_stop()
151 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_stop()
154 atimer->running = 0; in ct_xfitimer_irq_stop()
158 static inline unsigned int ct_xfitimer_get_wc(struct ct_timer *atimer) in ct_xfitimer_get_wc() argument
160 struct hw *hw = atimer->atc->hw; in ct_xfitimer_get_wc()
[all …]
H A Dcttimer.h21 void ct_timer_free(struct ct_timer *atimer);
24 ct_timer_instance_new(struct ct_timer *atimer, struct ct_atc_pcm *apcm);