Home
last modified time | relevance | path

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

/drivers/hid/bpf/progs/
A DHuion__Inspiroy-2-S.bpf.c448 __u8 wheel = 0; in SEC() local
472 wheel = -1; in SEC()
475 wheel = 1; in SEC()
480 __u8 report[6] = {PAD_REPORT_ID, 0x0, 0x0, 0x0, wheel, button}; in SEC()
499 __u8 wheel; in SEC() member
501 __u8 wheel = 0; in SEC() local
506 wheel = 0xff; in SEC()
508 wheel = data[5]; in SEC()
512 wheel = 0; // wheel in SEC()
522 pad_report->wheel = wheel; in SEC()
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()
/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
/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 …]
/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 …]
/drivers/of/unittest-data/
A Doverlay.dtso37 compatible = "ot,ferris-wheel";
A Doverlay_common.dtsi29 compatible = "ot,ferris-wheel-motor";
/drivers/gpu/drm/omapdrm/
A DTODO12 There should be some way to do this with less wheel-reinvention.
/drivers/hid/
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()
A Dhid-roccat-kone.h154 uint8_t wheel; /* up = 1, down = -1 */ member
A DKconfig1127 Support for Steelseries SRW-S1 steering wheel, and the Steelseries
/drivers/input/mouse/
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()
/drivers/input/
A DKconfig13 joystick, steering wheel ...) connected to your system and want
/drivers/input/joystick/
A DKconfig9 If you have a joystick, 6dof controller, gamepad, steering wheel,

Completed in 56 milliseconds