snd_timer         149 include/sound/ad1816a.h 	struct snd_timer *timer;
snd_timer         176 include/sound/ad1816a.h 			     struct snd_timer **rtimer);
snd_timer        1779 include/sound/emu10k1.h 	struct snd_timer *timer;
snd_timer         370 include/sound/gus.h 	struct snd_timer *timer1;
snd_timer         371 include/sound/gus.h 	struct snd_timer *timer2;
snd_timer         311 include/sound/opl3.h 	struct snd_timer *timer1;
snd_timer         312 include/sound/opl3.h 	struct snd_timer *timer2;
snd_timer         394 include/sound/pcm.h 	struct snd_timer *timer;		/* timer */
snd_timer          53 include/sound/timer.h struct snd_timer;
snd_timer          63 include/sound/timer.h 	int (*open) (struct snd_timer * timer);
snd_timer          64 include/sound/timer.h 	int (*close) (struct snd_timer * timer);
snd_timer          65 include/sound/timer.h 	unsigned long (*c_resolution) (struct snd_timer * timer);
snd_timer          66 include/sound/timer.h 	int (*start) (struct snd_timer * timer);
snd_timer          67 include/sound/timer.h 	int (*stop) (struct snd_timer * timer);
snd_timer          68 include/sound/timer.h 	int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den);
snd_timer          69 include/sound/timer.h 	int (*precise_resolution) (struct snd_timer * timer, unsigned long *num, unsigned long *den);
snd_timer          84 include/sound/timer.h 	void (*private_free) (struct snd_timer *timer);
snd_timer          96 include/sound/timer.h 	struct snd_timer *timer;
snd_timer         127 include/sound/timer.h int snd_timer_new(struct snd_card *card, char *id, struct snd_timer_id *tid, struct snd_timer **rtimer);
snd_timer         128 include/sound/timer.h void snd_timer_notify(struct snd_timer *timer, int event, struct timespec *tstamp);
snd_timer         129 include/sound/timer.h int snd_timer_global_new(char *id, int device, struct snd_timer **rtimer);
snd_timer         130 include/sound/timer.h int snd_timer_global_free(struct snd_timer *timer);
snd_timer         131 include/sound/timer.h int snd_timer_global_register(struct snd_timer *timer);
snd_timer         141 include/sound/timer.h void snd_timer_interrupt(struct snd_timer *timer, unsigned long ticks_left);
snd_timer         100 include/sound/wss.h 	struct snd_timer *timer;
snd_timer         158 include/sound/wss.h int snd_wss_timer(struct snd_wss *chip, int device, struct snd_timer **rtimer);