/Linux-v5.4/sound/isa/gus/ |
D | gus_timer.c | 26 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-v5.4/sound/core/ |
D | hrtimer.c | 42 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()
|
D | timer.c | 531 timer->sticks = ticks; in snd_timer_start1() 733 timer->sticks = ticks; in snd_timer_reschedule() 863 snd_timer_reschedule(timer, timer->sticks); in snd_timer_interrupt() 924 timer->sticks = 1; in snd_timer_new() 1126 if (priv->correction > timer->sticks - 1) { in snd_timer_s_start() 1127 priv->correction -= timer->sticks - 1; in snd_timer_s_start() 1130 njiff += timer->sticks - priv->correction; in snd_timer_s_start() 1147 timer->sticks = priv->last_expires - jiff; in snd_timer_s_stop() 1149 timer->sticks = 1; in snd_timer_s_stop()
|
/Linux-v5.4/drivers/input/joystick/ |
D | turbografx.c | 66 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-v5.4/sound/drivers/opl3/ |
D | opl3_lib.c | 152 ticks = timer->sticks; in snd_opl3_timer1_start() 189 ticks = timer->sticks; in snd_opl3_timer2_start() 298 snd_timer_interrupt(timer, timer->sticks); in snd_opl3_interrupt() 302 snd_timer_interrupt(timer, timer->sticks); in snd_opl3_interrupt()
|
/Linux-v5.4/Documentation/input/ |
D | gamepad.rst | 55 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-v5.4/sound/pci/emu10k1/ |
D | timer.c | 25 delay = timer->sticks - 1; in snd_emu10k1_timer_start()
|
D | irq.c | 122 snd_timer_interrupt(emu->timer, emu->timer->sticks); in snd_emu10k1_interrupt()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-driver-hid-wiimote | 67 values for all 4 analog sticks. Format is: "x1:y1 x2:y2". Data 70 the analog sticks of the pro-controller.
|
/Linux-v5.4/Documentation/driver-api/ |
D | edac.rst | 99 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-v5.4/include/sound/ |
D | timer.h | 67 unsigned long sticks; /* schedule ticks */ member
|
/Linux-v5.4/Documentation/input/devices/ |
D | joystick-parport.rst | 20 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::
|
D | xpad.rst | 196 the sticks and push the buttons. If you're using a dance pad, it should
|
D | atarikbd.rst | 44 0xFD joystick report (both sticks)
|
/Linux-v5.4/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 322 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_ad1816a_interrupt() 401 timer->sticks & 0xffff); in snd_ad1816a_timer_start()
|
/Linux-v5.4/drivers/usb/storage/ |
D | Kconfig | 16 USB flash devices, and memory sticks, along with
|
/Linux-v5.4/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1890 if (timer->sticks > 1) { in snd_ymfpci_timer_start() 1891 chip->timer_ticks = timer->sticks; in snd_ymfpci_timer_start() 1892 count = timer->sticks - 1; in snd_ymfpci_timer_start()
|
/Linux-v5.4/Documentation/scheduler/ |
D | sched-design-CFS.rst | 72 p->se.vruntime key. CFS picks the "leftmost" task from this tree and sticks to it.
|
/Linux-v5.4/sound/pci/ |
D | azt3328.c | 1938 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_azf3328_interrupt() 2180 delay = ((timer->sticks * seqtimer_scaling) - 1) & TIMER_VALUE_MASK; in snd_azf3328_timer_start()
|
/Linux-v5.4/sound/sparc/ |
D | cs4231.c | 674 ticks = timer->sticks; in snd_cs4231_timer_start() 1654 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_cs4231_sbus_interrupt()
|
/Linux-v5.4/sound/isa/wss/ |
D | wss_lib.c | 758 ticks = timer->sticks; in snd_wss_timer_start() 1101 snd_timer_interrupt(chip->timer, chip->timer->sticks); in snd_wss_interrupt()
|
/Linux-v5.4/Documentation/input/joydev/ |
D | joystick.rst | 152 they're basically souped up CHF sticks.
|
/Linux-v5.4/Documentation/hwmon/ |
D | sysfs-interface.rst | 1002 automatically when read, this one sticks until cleared by
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 226 filesystems on flash memory sticks.)
|
/Linux-v5.4/Documentation/kernel-hacking/ |
D | hacking.rst | 97 computers made of match-sticks and snot, we abandoned this limitation
|