Lines Matching refs:timer

98 	struct snd_timer	*timer;  member
663 static unsigned long snd_cs4231_timer_resolution(struct snd_timer *timer) in snd_cs4231_timer_resolution() argument
665 struct snd_cs4231 *chip = snd_timer_chip(timer); in snd_cs4231_timer_resolution()
670 static int snd_cs4231_timer_start(struct snd_timer *timer) in snd_cs4231_timer_start() argument
674 struct snd_cs4231 *chip = snd_timer_chip(timer); in snd_cs4231_timer_start()
677 ticks = timer->sticks; in snd_cs4231_timer_start()
696 static int snd_cs4231_timer_stop(struct snd_timer *timer) in snd_cs4231_timer_stop() argument
699 struct snd_cs4231 *chip = snd_timer_chip(timer); in snd_cs4231_timer_stop()
861 static int snd_cs4231_timer_open(struct snd_timer *timer) in snd_cs4231_timer_open() argument
863 struct snd_cs4231 *chip = snd_timer_chip(timer); in snd_cs4231_timer_open()
868 static int snd_cs4231_timer_close(struct snd_timer *timer) in snd_cs4231_timer_close() argument
870 struct snd_cs4231 *chip = snd_timer_chip(timer); in snd_cs4231_timer_close()
1246 struct snd_timer *timer; in snd_cs4231_timer() local
1256 err = snd_timer_new(card, "CS4231", &tid, &timer); in snd_cs4231_timer()
1259 strscpy(timer->name, "CS4231"); in snd_cs4231_timer()
1260 timer->private_data = chip; in snd_cs4231_timer()
1261 timer->hw = snd_cs4231_timer_table; in snd_cs4231_timer()
1262 chip->timer = timer; in snd_cs4231_timer()
1642 if (chip->timer) in snd_cs4231_sbus_interrupt()
1643 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_cs4231_sbus_interrupt()