Searched refs:sticks (Results 1 - 13 of 13) sorted by relevance

/linux-master/sound/isa/gus/
H A Dgus_timer.c26 ticks = timer->sticks;
62 ticks = timer->sticks;
95 snd_timer_interrupt(timer, timer->sticks);
104 snd_timer_interrupt(timer, timer->sticks);
/linux-master/sound/core/
H A Dhrtimer.c42 ticks = t->sticks;
54 hrtimer_add_expires_ns(hrt, t->sticks * resolution);
99 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution),
H A Dtimer.c562 timer->sticks = ticks;
741 timer->sticks = ticks;
801 * ticks_left is usually equal to timer->sticks.
864 snd_timer_reschedule(timer, timer->sticks);
922 timer->sticks = 1;
1117 if (priv->correction > timer->sticks - 1) {
1118 priv->correction -= timer->sticks - 1;
1121 njiff += timer->sticks - priv->correction;
1138 timer->sticks = priv->last_expires - jiff;
1140 timer->sticks
[all...]
/linux-master/drivers/input/joystick/
H A Dturbografx.c63 int sticks; member in struct:tgfx
80 if (tgfx->sticks & (1 << i)) {
201 tgfx->sticks |= (1 << i);
230 if (!tgfx->sticks) {
/linux-master/sound/pci/emu10k1/
H A Dtimer.c20 delay = timer->sticks - 1;
H A Dirq.c120 snd_timer_interrupt(emu->timer, emu->timer->sticks);
/linux-master/include/sound/
H A Dtimer.h67 unsigned long sticks; /* schedule ticks */ member in struct:snd_timer
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c152 ticks = timer->sticks;
189 ticks = timer->sticks;
300 snd_timer_interrupt(timer, timer->sticks);
304 snd_timer_interrupt(timer, timer->sticks);
/linux-master/sound/isa/ad1816a/
H A Dad1816a_lib.c312 snd_timer_interrupt(chip->timer, chip->timer->sticks);
391 timer->sticks & 0xffff);
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c1892 if (timer->sticks > 1) {
1893 chip->timer_ticks = timer->sticks;
1894 count = timer->sticks - 1;
/linux-master/sound/pci/
H A Dazt3328.c1913 snd_timer_interrupt(chip->timer, chip->timer->sticks);
2144 delay = ((timer->sticks * seqtimer_scaling) - 1) & TIMER_VALUE_MASK;
/linux-master/sound/isa/wss/
H A Dwss_lib.c758 ticks = timer->sticks;
1085 snd_timer_interrupt(chip->timer, chip->timer->sticks);
/linux-master/sound/sparc/
H A Dcs4231.c673 ticks = timer->sticks;
1638 snd_timer_interrupt(chip->timer, chip->timer->sticks);

Completed in 285 milliseconds