Searched refs:wheel (Results 1 – 12 of 12) sorted by relevance
/drivers/input/joystick/iforce/ |
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
|
/drivers/input/misc/ |
D | ad714x.c | 116 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() 505 struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx]; in ad714x_wheel_use_thr_int() [all …]
|
/drivers/input/tablet/ |
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 …]
|
/drivers/of/unittest-data/ |
D | overlay.dts | 38 compatible = "ot,ferris-wheel";
|
D | overlay_base.dts | 31 compatible = "ot,ferris-wheel-motor";
|
/drivers/gpu/drm/omapdrm/ |
D | TODO | 12 There should be some way to do this with less wheel-reinvention.
|
/drivers/hid/ |
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()
|
D | hid-roccat-kone.h | 154 uint8_t wheel; /* up = 1, down = -1 */ member
|
D | Kconfig | 965 tristate "Steelseries SRW-S1 steering wheel support" 968 Support for Steelseries SRW-S1 steering wheel
|
/drivers/input/mouse/ |
D | psmouse-base.c | 153 int wheel; in psmouse_process_byte() local 179 wheel = sign_extend32(packet[3], 3); in psmouse_process_byte() 186 if (psmouse_a4tech_2wheels && abs(wheel) > 1) in psmouse_process_byte() 187 input_report_rel(dev, REL_HWHEEL, wheel / 2); in psmouse_process_byte() 189 input_report_rel(dev, REL_WHEEL, -wheel); in psmouse_process_byte()
|
/drivers/input/ |
D | Kconfig | 14 joystick, steering wheel ...) connected to your system and want
|
/drivers/input/joystick/ |
D | Kconfig | 8 If you have a joystick, 6dof controller, gamepad, steering wheel,
|