Home
last modified time | relevance | path

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

12

/linux/drivers/hid/bpf/progs/
H A DHuion__Inspiroy-2-M.bpf.c452 __u8 wheel = 0; in SEC() local
482 wheel = -1; in SEC()
485 wheel = 1; in SEC()
489 __u8 report[6] = {PAD_REPORT_ID, 0x0, 0x0, 0x0, wheel, button}; in SEC()
508 __u8 wheel; in SEC() member
510 __u8 wheel = 0; in SEC() local
515 wheel = 0xff; in SEC()
517 wheel = data[5]; in SEC()
521 wheel = 0; // wheel in SEC()
531 pad_report->wheel = wheel; in SEC()
H A DHuion__Inspiroy-2-S.bpf.c451 __u8 wheel = 0; in SEC() local
475 wheel = -1; in SEC()
478 wheel = 1; in SEC()
483 __u8 report[6] = {PAD_REPORT_ID, 0x0, 0x0, 0x0, wheel, button}; in SEC()
502 __u8 wheel; in SEC() member
504 __u8 wheel = 0; in SEC() local
509 wheel = 0xff; in SEC()
511 wheel = data[5]; in SEC()
515 wheel = 0; // wheel in SEC()
525 pad_report->wheel = wheel; in SEC()
H A DHuion__KeydialK20.bpf.c406 __u8 wheel; in SEC() member
409 __u8 wheel = 0; in SEC() local
414 wheel = 0xff; in SEC()
416 wheel = data[5]; in SEC()
420 wheel = 0; // wheel in SEC()
429 pad_report->wheel = wheel; in SEC()
463 __u8 wheel; in SEC() member
502 pad_report->wheel = 0; in SEC()
/linux/Documentation/ABI/testing/
H 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.
H 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/samples/uhid/
H 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/Documentation/timers/
H 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 …]
/linux/drivers/input/joystick/iforce/
H 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/drivers/input/misc/
H A 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/sound/isa/gus/
H A Dgus_volume.c151 int wheel, sensitivity;
159 wheel = (int) pitchbend - 8192;
160 sensitivity = ((int) sens * wheel) / 128;
/linux/drivers/input/tablet/
H A Daiptek.c278 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 Dad714x.h55 struct ad714x_wheel_plat *wheel; member
/linux/Documentation/input/devices/
H 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!)
/linux/sound/usb/usx2y/
H A Dusbus428ctldefs.h50 unsigned char wheel[5]; member
/linux/drivers/of/unittest-data/
H A Doverlay.dtso37 compatible = "ot,ferris-wheel";
H A Doverlay_common.dtsi29 compatible = "ot,ferris-wheel-motor";
/linux/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py68 wheel, acpan = 0, 0
71 wheel = wheels[0]
74 wheel = wheels
84 mouse.wheel = wheel
/linux/drivers/gpu/drm/omapdrm/
H A DTODO12 There should be some way to do this with less wheel-reinvention.
/linux/drivers/hid/
H 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()
H A Dhid-roccat-kone.h154 uint8_t wheel; /* up = 1, down = -1 */ member
/linux/Documentation/arch/x86/
H A Dusb-legacy-support.rst20 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
/linux/drivers/input/mouse/
H A Dpsmouse-base.c158 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/admin-guide/laptops/
H 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/Documentation/input/
H 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
447 scroll wheel events where available.
/linux/Documentation/hid/
H A Dhidintro.rst30 wheel; movement sensitivity differs between different models, and so
171 and a wheel (Usage (Wheel)) ::
202 wheel changes, respectively.

12