Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/Documentation/ABI/testing/
A 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
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.
A Dsysfs-driver-hid-logitech-hidpp7 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-6.3-rc2/samples/uhid/
A Duhid-example.c276 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-6.3-rc2/Documentation/timers/
A Dhrtimers.rst12 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 …]
A Dhighres.rst37 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-6.3-rc2/drivers/input/joystick/iforce/
A DKconfig9 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-6.3-rc2/sound/isa/gus/
A Dgus_volume.c150 int wheel, sensitivity;
158 wheel = (int) pitchbend - 8192;
159 sensitivity = ((int) sens * wheel) / 128;
/linux-6.3-rc2/drivers/input/misc/
A Dad714x.c116 struct ad714x_wheel_drv *wheel; member
409 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
410 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_highest_stage()
422 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_sensor_val()
451 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
452 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_abs_pos()
482 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_cal_flt_pos()
483 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_cal_flt_pos()
498 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_com_int()
513 struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx]; in ad714x_wheel_state_machine()
[all …]
/linux-6.3-rc2/drivers/input/tablet/
A Daiptek.c278 int wheel; /* synthetic wheel amount */ member
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()
635 aiptek->curSetting.wheel); in aiptek_irq()
636 aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE; in aiptek_irq()
1525 if (aiptek->curSetting.wheel == AIPTEK_WHEEL_DISABLE) { in show_tabletWheel()
1542 aiptek->newSetting.wheel = w; in store_tabletWheel()
[all …]
/linux-6.3-rc2/include/linux/input/
A Dad714x.h55 struct ad714x_wheel_plat *wheel; member
/linux-6.3-rc2/sound/usb/usx2y/
A Dusbus428ctldefs.h50 unsigned char wheel[5]; member
/linux-6.3-rc2/drivers/of/unittest-data/
A Doverlay.dtso38 compatible = "ot,ferris-wheel";
A Doverlay_common.dtsi29 compatible = "ot,ferris-wheel-motor";
/linux-6.3-rc2/Documentation/input/devices/
A Diforce-protocol.rst62 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!)
A Dsentelic.rst12 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-6.3-rc2/drivers/gpu/drm/omapdrm/
A DTODO12 There should be some way to do this with less wheel-reinvention.
/linux-6.3-rc2/drivers/hid/
A Dhid-roccat-kone.h154 uint8_t wheel; /* up = 1, down = -1 */ member
A Dhid-lg4ff.c377 … 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-6.3-rc2/Documentation/x86/
A Dusb-legacy-support.rst20 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
/linux-6.3-rc2/drivers/input/mouse/
A Dpsmouse-base.c151 int wheel; in psmouse_process_byte() local
177 wheel = sign_extend32(packet[3], 3); in psmouse_process_byte()
184 if (psmouse_a4tech_2wheels && abs(wheel) > 1) in psmouse_process_byte()
185 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte()
187 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte()
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dsonypi.rst20 - jogdial events (the small wheel on the side of Vaios)
29 A simple daemon which translates the jogdial movements into mouse wheel events
/linux-6.3-rc2/Documentation/input/
A Devent-codes.rst197 respectively. The value is the number of detents moved on the wheel, the
206 - High-resolution scroll wheel data. The accumulated value 120 represents
211 If a vertical scroll wheel supports high-resolution scrolling, this code
416 scroll wheel events where available.
A Dinput.rst150 these. You'll need ImPS/2 if you want to make use of a wheel on a USB
/linux-6.3-rc2/drivers/input/
A DKconfig13 joystick, steering wheel ...) connected to your system and want
/linux-6.3-rc2/Documentation/sound/designs/
A Dcompress-offload.rst143 OpenMAX AL specification instead of reinventing the wheel.

Completed in 61 milliseconds

12