/Linux-v4.19/Documentation/ABI/testing/ |
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 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 55 Description: Displays the real model of the wheel regardless of any 56 alternate mode the wheel might be switched to.
|
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-v4.19/samples/uhid/ |
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-v4.19/Documentation/timers/ |
D | hrtimers.txt | 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 …]
|
D | highres.txt | 36 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-v4.19/drivers/input/joystick/iforce/ |
D | Kconfig | 8 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-v4.19/sound/isa/gus/ |
D | gus_volume.c | 164 int wheel, sensitivity; 172 wheel = (int) pitchbend - 8192; 173 sensitivity = ((int) sens * wheel) / 128;
|
/Linux-v4.19/drivers/input/misc/ |
D | ad714x.c | 117 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-v4.19/drivers/input/tablet/ |
D | aiptek.c | 291 int wheel; /* synthetic wheel amount */ member 500 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 502 aiptek->curSetting.wheel); in aiptek_irq() 503 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 581 if (aiptek->curSetting.wheel != in aiptek_irq() 585 aiptek->curSetting.wheel); in aiptek_irq() 586 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() 645 if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) { in aiptek_irq() 648 aiptek->curSetting.wheel); in aiptek_irq() 649 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq() [all …]
|
/Linux-v4.19/include/linux/input/ |
D | ad714x.h | 56 struct ad714x_wheel_plat *wheel; member
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | overlay.dts | 38 compatible = "ot,ferris-wheel";
|
D | overlay_base.dts | 31 compatible = "ot,ferris-wheel-motor";
|
/Linux-v4.19/Documentation/input/devices/ |
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!)
|
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
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | TODO | 12 There should be some way to do this with less wheel-reinvention.
|
/Linux-v4.19/drivers/hid/ |
D | hid-roccat-kone.h | 157 uint8_t wheel; /* up = 1, down = -1 */ member
|
D | hid-lg4ff.c | 383 … void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel, in lg4ff_init_wheel_data() argument 398 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data() 401 .min_range = wheel->min_range, in lg4ff_init_wheel_data() 402 .max_range = wheel->max_range, in lg4ff_init_wheel_data() 403 .set_range = wheel->set_range, in lg4ff_init_wheel_data()
|
D | Kconfig | 868 tristate "Steelseries SRW-S1 steering wheel support" 871 Support for Steelseries SRW-S1 steering wheel
|
/Linux-v4.19/Documentation/x86/ |
D | usb-legacy-support.txt | 16 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
|
/Linux-v4.19/drivers/input/mouse/ |
D | psmouse-base.c | 157 int wheel; in psmouse_process_byte() local 183 wheel = sign_extend32(packet[3], 3); in psmouse_process_byte() 190 if (psmouse_a4tech_2wheels && abs(wheel) > 1) in psmouse_process_byte() 191 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte() 193 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte()
|
/Linux-v4.19/Documentation/laptops/ |
D | sonypi.txt | 17 - jogdial events (the small wheel on the side of Vaios) 26 A simple daemon which translates the jogdial movements into mouse wheel events
|
/Linux-v4.19/drivers/input/ |
D | Kconfig | 13 joystick, steering wheel ...) connected to your system and want
|
/Linux-v4.19/Documentation/input/ |
D | input.rst | 150 these. You'll need ImPS/2 if you want to make use of a wheel on a USB
|
/Linux-v4.19/drivers/input/joystick/ |
D | Kconfig | 7 If you have a joystick, 6dof controller, gamepad, steering wheel,
|
/Linux-v4.19/Documentation/sound/designs/ |
D | compress-offload.rst | 143 OpenMAX AL specification instead of reinventing the wheel.
|