Lines Matching defs:snd_timer
115660 struct snd_timer;
115675 struct snd_timer *timer;
115879 int (*open)(struct snd_timer *);
115880 int (*close)(struct snd_timer *);
115881 long unsigned int (*c_resolution)(struct snd_timer *);
115882 int (*start)(struct snd_timer *);
115883 int (*stop)(struct snd_timer *);
115884 int (*set_period)(struct snd_timer *, long unsigned int, long unsigned int);
115885 int (*precise_resolution)(struct snd_timer *, long unsigned int *, long unsigned int *);
115888 struct snd_timer {
115900 void (*private_free)(struct snd_timer *);
116405 struct snd_timer *timer;
116494 struct snd_timer *snd_timer;