| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-logitech-lg4ff | 6 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 20 native mode of the wheel. Echoing the mode tag switches the 21 wheel into the corresponding mode. Depending on the exact model 22 of the wheel not all listed modes might always be selectable. 23 If a wheel cannot be switched into the desired mode, -EINVAL 63 Description: Displays the real model of the wheel regardless of any 64 alternate mode the wheel might be switched to.
|
| H A D | sysfs-driver-hid-logitech-hidpp | 7 Logitech G920 wheel. Reading from the file shows the current 8 range of the steering wheel. Writing a value within the min and 9 max boundary sets the range of the wheel.
|
| /linux/samples/uhid/ |
| H A D | uhid-example.c | 276 static signed char wheel; variable 296 ev.u.input.data[4] = wheel; in send_event() 364 wheel = 1; in keyboard() 366 wheel = 0; in keyboard() 371 wheel = -1; in keyboard() 373 wheel = 0; in keyboard()
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 12 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 inevitably 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 …]
|
| H A D | highres.rst | 37 The main differences to the timer wheel, which holds the armed timer_list type 221 wheel) and in case that the next event is further away than the next tick it
|
| /linux/drivers/input/joystick/iforce/ |
| H A D | Kconfig | 9 Say Y here if you have an I-Force joystick or steering wheel 20 Say Y here if you have an I-Force joystick or steering wheel 27 Say Y here if you have an I-Force joystick or steering wheel
|
| /linux/sound/isa/gus/ |
| H A D | gus_volume.c | 151 int wheel, sensitivity; 159 wheel = (int) pitchbend - 8192; 160 sensitivity = ((int) sens * wheel) / 128;
|
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 278 int wheel; /* synthetic wheel amount */ member 487 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 489 aiptek->curSetting.wheel); in aiptek_irq() 490 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 568 if (aiptek->curSetting.wheel != in aiptek_irq() 572 aiptek->curSetting.wheel); in aiptek_irq() 573 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 632 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 635 aiptek->curSetting.wheel); in aiptek_irq() 636 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() [all …]
|
| /linux/include/linux/input/ |
| H A D | ad714x.h | 55 struct ad714x_wheel_plat *wheel; member
|
| /linux/Documentation/input/devices/ |
| H A D | iforce-protocol.rst | 62 OP= 01 for a joystick, 03 for a wheel 66 02 Y-Axis lsb, or gas pedal for a wheel 67 03 Y-Axis msb, or brake pedal for a wheel 366 joystick/wheel). I used ComPortSpy from fCoder (alpha version!)
|
| H A D | sentelic.rst | 12 Finger Sensing Pad Intellimouse Mode (scrolling wheel, 4th and 5th buttons) 15 A) MSID 4: Scrolling wheel mode plus Forward page(4th button) and Backward 42 Byte 4: Bit3~Bit0 => the scrolling wheel's movement since the last data report. 53 FSP replaces scrolling wheel's movement as 4 bits to show horizontal and
|
| H A D | alps.rst | 86 ?'s can have different meanings on different models, such as wheel rotation,
|
| /linux/sound/usb/usx2y/ |
| H A D | usbus428ctldefs.h | 50 unsigned char wheel[5]; member
|
| /linux/drivers/of/unittest-data/ |
| H A D | overlay.dtso | 37 compatible = "ot,ferris-wheel";
|
| H A D | overlay_common.dtsi | 29 compatible = "ot,ferris-wheel-motor";
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_mouse.py | 68 wheel, acpan = 0, 0 71 wheel = wheels[0] 74 wheel = wheels 84 mouse.wheel = wheel
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | TODO | 12 There should be some way to do this with less wheel-reinvention.
|
| /linux/drivers/hid/ |
| H A D | hid-roccat-kone.h | 154 uint8_t wheel; /* up = 1, down = -1 */ member
|
| H A D | hid-lg4ff.c | 377 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument 392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data() 395 .min_range = wheel->min_range, in lg4ff_init_wheel_data() 396 .max_range = wheel->max_range, in lg4ff_init_wheel_data() 397 .set_range = wheel->set_range, in lg4ff_init_wheel_data()
|
| /linux/drivers/input/mouse/ |
| H A D | psmouse-base.c | 158 int wheel; in psmouse_process_byte() local 184 wheel = sign_extend32(packet[3], 3); in psmouse_process_byte() 191 if (psmouse_a4tech_2wheels && abs(wheel) > 1) in psmouse_process_byte() 192 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte() 194 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte()
|
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 30 wheel; movement sensitivity differs between different models, and so 171 and a wheel (Usage (Wheel)) :: 202 wheel changes, respectively.
|
| /linux/Documentation/input/ |
| H A D | input.rst | 150 these. You'll need ImPS/2 if you want to make use of a wheel on a USB
|
| /linux/Documentation/sound/designs/ |
| H A D | compress-offload.rst | 143 OpenMAX AL specification instead of reinventing the wheel.
|
| /linux/drivers/input/joystick/ |
| H A D | Kconfig | 9 If you have a joystick, 6dof controller, gamepad, steering wheel,
|
| /linux/Documentation/driver-api/ |
| H A D | xillybus.rst | 49 focus on their specific project, and not reinvent the wheel over and over
|