Home
last modified time | relevance | path

Searched refs:sticks (Results 1 – 25 of 27) sorted by relevance

12

/linux/sound/isa/gus/
A Dgus_timer.c26 ticks = timer->sticks; in snd_gf1_timer1_start()
62 ticks = timer->sticks; in snd_gf1_timer2_start()
95 snd_timer_interrupt(timer, timer->sticks); in snd_gf1_interrupt_timer1()
104 snd_timer_interrupt(timer, timer->sticks); in snd_gf1_interrupt_timer2()
/linux/sound/core/
A Dhrtimer.c42 ticks = t->sticks; in snd_hrtimer_callback()
54 hrtimer_add_expires_ns(hrt, t->sticks * resolution); in snd_hrtimer_callback()
101 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), in snd_hrtimer_start()
A Dtimer.c571 timer->sticks = ticks; in snd_timer_start1()
772 timer->sticks = ticks; in snd_timer_reschedule()
902 snd_timer_reschedule(timer, timer->sticks); in snd_timer_interrupt()
963 timer->sticks = 1; in snd_timer_new()
1164 if (priv->correction > timer->sticks - 1) { in snd_timer_s_start()
1165 priv->correction -= timer->sticks - 1; in snd_timer_s_start()
1168 njiff += timer->sticks - priv->correction; in snd_timer_s_start()
1185 timer->sticks = priv->last_expires - jiff; in snd_timer_s_stop()
1187 timer->sticks = 1; in snd_timer_s_stop()
/linux/drivers/input/joystick/
A Dturbografx.c66 int sticks; member
83 if (tgfx->sticks & (1 << i)) { in tgfx_timer()
204 tgfx->sticks |= (1 << i); in tgfx_attach()
233 if (!tgfx->sticks) { in tgfx_attach()
/linux/Documentation/input/
A Dgamepad.rst55 Analog-sticks provide freely moveable sticks to control directions. Not
57 Analog-sticks may also provide a digital button if you press them.
151 reported as ABS_RX, ABS_RY. Zero, one or two sticks may be present.
152 If analog-sticks provide digital buttons, they are mapped accordingly as
/linux/sound/drivers/opl3/
A Dopl3_lib.c152 ticks = timer->sticks; in snd_opl3_timer1_start()
189 ticks = timer->sticks; in snd_opl3_timer2_start()
300 snd_timer_interrupt(timer, timer->sticks); in snd_opl3_interrupt()
304 snd_timer_interrupt(timer, timer->sticks); in snd_opl3_interrupt()
/linux/fs/exfat/
A DKconfig8 exFAT is typically used on SD-Cards or USB sticks.
/linux/sound/pci/emu10k1/
A Dtimer.c25 delay = timer->sticks - 1; in snd_emu10k1_timer_start()
A Dirq.c122 snd_timer_interrupt(emu->timer, emu->timer->sticks); in snd_emu10k1_interrupt()
/linux/Documentation/driver-api/
A Dedac.rst99 All of the memory sticks that are required for a single memory access or
100 all of the memory sticks spanned by a chip-select row. A single socket
101 set has two chip-select rows and if double-sided sticks are used these
/linux/Documentation/ABI/testing/
A Dsysfs-driver-hid-wiimote73 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data
76 the analog sticks of the pro-controller.
A Dsysfs-class-hwmon423 automatically when read, this one sticks until cleared by
921 automatically when read, this one sticks until cleared by
/linux/include/sound/
A Dtimer.h67 unsigned long sticks; /* schedule ticks */ member
/linux/Documentation/input/devices/
A Djoystick-parport.rst20 happen include burning your parallel port, and/or the sticks and joystick
282 However, there is nothing for free. To allow more sticks to be used at
283 once, you need the sticks to be purely switch based (that is non-TTL), and
299 For two button sticks you also connect the other button::
A Dxpad.rst196 the sticks and push the buttons. If you're using a dance pad, it should
A Datarikbd.rst44 0xFD joystick report (both sticks)
/linux/sound/isa/ad1816a/
A Dad1816a_lib.c312 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_ad1816a_interrupt()
391 timer->sticks & 0xffff); in snd_ad1816a_timer_start()
/linux/drivers/usb/storage/
A DKconfig16 USB flash devices, and memory sticks, along with
/linux/sound/pci/ymfpci/
A Dymfpci_main.c1897 if (timer->sticks > 1) { in snd_ymfpci_timer_start()
1898 chip->timer_ticks = timer->sticks; in snd_ymfpci_timer_start()
1899 count = timer->sticks - 1; in snd_ymfpci_timer_start()
/linux/Documentation/scheduler/
A Dsched-design-CFS.rst72 p->se.vruntime key. CFS picks the "leftmost" task from this tree and sticks to it.
/linux/sound/sparc/
A Dcs4231.c673 ticks = timer->sticks; in snd_cs4231_timer_start()
1638 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_cs4231_sbus_interrupt()
/linux/sound/pci/
A Dazt3328.c1924 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_azf3328_interrupt()
2155 delay = ((timer->sticks * seqtimer_scaling) - 1) & TIMER_VALUE_MASK; in snd_azf3328_timer_start()
/linux/Documentation/filesystems/nfs/
A Dexporting.rst210 sticks around while it's still open. When reexporting, that open
/linux/sound/isa/wss/
A Dwss_lib.c758 ticks = timer->sticks; in snd_wss_timer_start()
1085 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_wss_interrupt()
/linux/Documentation/input/joydev/
A Djoystick.rst152 they're basically souped up CHF sticks.

Completed in 44 milliseconds

12