Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 26 of 26) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-logitech-lg4ff6 wheel. Writing a value within min and max boundaries sets the
7 range of the wheel.
13 Description: Displays a set of alternate modes supported by a wheel. Each
18 native mode of the wheel. Echoing the mode tag switches the
19 wheel into the corresponding mode. Depending on the exact model
20 of the wheel not all listed modes might always be selectable.
21 If a wheel cannot be switched into the desired mode, -EINVAL
49 Description: Displays the real model of the wheel regardless of any
50 alternate mode the wheel might be switched to.
/linux-4.4.14/samples/uhid/
Duhid-example.c275 static signed char wheel; variable
295 ev.u.input.data[4] = wheel; in send_event()
363 wheel = 1; in keyboard()
365 wheel = 0; in keyboard()
370 wheel = -1; in keyboard()
372 wheel = 0; in keyboard()
/linux-4.4.14/drivers/input/joystick/iforce/
DKconfig8 Say Y here if you have an I-Force joystick or steering wheel
19 Say Y here if you have an I-Force joystick or steering wheel
26 Say Y here if you have an I-Force joystick or steering wheel
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt12 conclusion that the timer wheel code is fundamentally not suitable for
15 things into the timer wheel, but we failed. In hindsight, there are
24 the wheel concept, leading to even worse compromises. The timer wheel
33 wheel concept, it cannot be 'designed out' without unevitably
37 the timer wheel has already introduced a quite complex handling of
40 example: that the timer wheel data structure is too rigid for high-res
43 - the timer wheel code is most optimal for use cases which can be
48 can be removed from the timer wheel before any further processing of
50 the granularity and precision tradeoffs of the timer wheel, and
72 special-purpose optimization of the existing timer wheel for the low
[all …]
Dhighres.txt36 The main differences to the timer wheel, which holds the armed timer_list type
217 wheel) and in case that the next event is further away than the next tick it
/linux-4.4.14/sound/isa/gus/
Dgus_volume.c164 int wheel, sensitivity;
172 wheel = (int) pitchbend - 8192;
173 sensitivity = ((int) sens * wheel) / 128;
/linux-4.4.14/drivers/input/misc/
Dad714x.c117 struct ad714x_wheel_drv *wheel; member
410 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
411 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
423 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_sensor_val()
452 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
453 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
483 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_flt_pos()
484 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_flt_pos()
499 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_com_int()
506 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_thr_int()
[all …]
/linux-4.4.14/drivers/input/tablet/
Daiptek.c298 int wheel; /* synthetic wheel amount */ member
508 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq()
510 aiptek->curSetting.wheel); in aiptek_irq()
511 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
589 if (aiptek->curSetting.wheel != in aiptek_irq()
593 aiptek->curSetting.wheel); in aiptek_irq()
594 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
653 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq()
656 aiptek->curSetting.wheel); in aiptek_irq()
657 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
[all …]
/linux-4.4.14/include/linux/input/
Dad714x.h56 struct ad714x_wheel_plat *wheel; member
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt33 OP= 01 for a joystick, 03 for a wheel
37 02 Y-Axis lsb, or gas pedal for a wheel
38 03 Y-Axis msb, or brake pedal for a wheel
241 joystick/wheel). I used ComPortSpy from fCoder (alpha version!)
Dsentelic.txt5 * Finger Sensing Pad Intellimouse Mode(scrolling wheel, 4th and 5th buttons)
7 A) MSID 4: Scrolling wheel mode plus Forward page(4th button) and Backward
31 Byte 4: Bit3~Bit0 => the scrolling wheel's movement since the last data report.
41 # FSP replaces scrolling wheel's movement as 4 bits to show horizontal and
Dinput.txt206 these. You'll need ImPS/2 if you want to make use of a wheel on a USB
Dalps.txt85 ?'s can have different meanings on different models, such as wheel rotation,
Devent-codes.txt314 scroll wheel events where available.
Delantech.txt274 ds3..ds0 = scroll wheel amount and direction
/linux-4.4.14/drivers/gpu/drm/omapdrm/
DTODO12 There should be some way to do this with less wheel-reinvention.
/linux-4.4.14/drivers/hid/
Dhid-roccat-kone.h157 uint8_t wheel; /* up = 1, down = -1 */ member
Dhid-lg4ff.c333 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument
348 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
350 .min_range = wheel->min_range, in lg4ff_init_wheel_data()
351 .max_range = wheel->max_range, in lg4ff_init_wheel_data()
352 .set_range = wheel->set_range, in lg4ff_init_wheel_data()
DKconfig730 tristate "Steelseries SRW-S1 steering wheel support"
733 Support for Steelseries SRW-S1 steering wheel
/linux-4.4.14/Documentation/x86/
Dusb-legacy-support.txt16 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
/linux-4.4.14/Documentation/laptops/
Dsonypi.txt17 - jogdial events (the small wheel on the side of Vaios)
26 A simple daemon which translates the jogdial movements into mouse wheel events
/linux-4.4.14/drivers/input/
DKconfig13 joystick, steering wheel ...) connected to your system and want
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt137 OpenMAX AL specification instead of reinventing the wheel.
/linux-4.4.14/drivers/input/joystick/
DKconfig7 If you have a joystick, 6dof controller, gamepad, steering wheel,
/linux-4.4.14/Documentation/
Dxillybus.txt50 focus on their specific project, and not reinvent the wheel over and over
Dkernel-parameters.txt505 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar