wheel             377 drivers/hid/hid-lg4ff.c static void lg4ff_init_wheel_data(struct lg4ff_wheel_data * const wdata, const struct lg4ff_wheel *wheel,
wheel             392 drivers/hid/hid-lg4ff.c 		struct lg4ff_wheel_data t_wdata =  { .product_id = wheel->product_id,
wheel             395 drivers/hid/hid-lg4ff.c 						     .min_range = wheel->min_range,
wheel             396 drivers/hid/hid-lg4ff.c 						     .max_range = wheel->max_range,
wheel             397 drivers/hid/hid-lg4ff.c 						     .set_range = wheel->set_range,
wheel             154 drivers/hid/hid-roccat-kone.h 	uint8_t wheel; /* up = 1, down = -1 */
wheel             116 drivers/input/misc/ad714x.c 	struct ad714x_wheel_drv *wheel;
wheel             409 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             410 drivers/input/misc/ad714x.c 	struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx];
wheel             422 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             451 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             452 drivers/input/misc/ad714x.c 	struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx];
wheel             482 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             483 drivers/input/misc/ad714x.c 	struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx];
wheel             498 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             505 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             512 drivers/input/misc/ad714x.c 	struct ad714x_wheel_plat *hw = &ad714x->hw->wheel[idx];
wheel             513 drivers/input/misc/ad714x.c 	struct ad714x_wheel_drv *sw = &ad714x->sw->wheel[idx];
wheel            1009 drivers/input/misc/ad714x.c 	ad714x->sw->wheel = wl_drv = drv_mem;
wheel            1062 drivers/input/misc/ad714x.c 		struct ad714x_wheel_plat *wl_plat = ad714x->hw->wheel;
wheel             153 drivers/input/mouse/psmouse-base.c 	int wheel;
wheel             179 drivers/input/mouse/psmouse-base.c 			wheel = sign_extend32(packet[3], 3);
wheel             186 drivers/input/mouse/psmouse-base.c 			if (psmouse_a4tech_2wheels && abs(wheel) > 1)
wheel             187 drivers/input/mouse/psmouse-base.c 				input_report_rel(dev, REL_HWHEEL, wheel / 2);
wheel             189 drivers/input/mouse/psmouse-base.c 				input_report_rel(dev, REL_WHEEL, -wheel);
wheel             278 drivers/input/tablet/aiptek.c 	int wheel;		/* synthetic wheel amount        */
wheel             487 drivers/input/tablet/aiptek.c 			if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) {
wheel             489 drivers/input/tablet/aiptek.c 						 aiptek->curSetting.wheel);
wheel             490 drivers/input/tablet/aiptek.c 				aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
wheel             568 drivers/input/tablet/aiptek.c 					if (aiptek->curSetting.wheel !=
wheel             572 drivers/input/tablet/aiptek.c 								 aiptek->curSetting.wheel);
wheel             573 drivers/input/tablet/aiptek.c 						aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
wheel             632 drivers/input/tablet/aiptek.c 					if (aiptek->curSetting.wheel != AIPTEK_WHEEL_DISABLE) {
wheel             635 drivers/input/tablet/aiptek.c 								 aiptek->curSetting.wheel);
wheel             636 drivers/input/tablet/aiptek.c 						aiptek->curSetting.wheel = AIPTEK_WHEEL_DISABLE;
wheel            1537 drivers/input/tablet/aiptek.c 	if (aiptek->curSetting.wheel == AIPTEK_WHEEL_DISABLE) {
wheel            1541 drivers/input/tablet/aiptek.c 				aiptek->curSetting.wheel);
wheel            1555 drivers/input/tablet/aiptek.c 	aiptek->newSetting.wheel = w;
wheel            1559 drivers/input/tablet/aiptek.c static DEVICE_ATTR(wheel,
wheel              55 include/linux/input/ad714x.h 	struct ad714x_wheel_plat *wheel;
wheel             276 samples/uhid/uhid-example.c static signed char wheel;
wheel             296 samples/uhid/uhid-example.c 	ev.u.input.data[4] = wheel;
wheel             364 samples/uhid/uhid-example.c 			wheel = 1;
wheel             366 samples/uhid/uhid-example.c 			wheel = 0;
wheel             371 samples/uhid/uhid-example.c 			wheel = -1;
wheel             373 samples/uhid/uhid-example.c 			wheel = 0;
wheel             149 sound/isa/gus/gus_volume.c 	int wheel, sensitivity;
wheel             157 sound/isa/gus/gus_volume.c 	wheel = (int) pitchbend - 8192;
wheel             158 sound/isa/gus/gus_volume.c 	sensitivity = ((int) sens * wheel) / 128;