Searched refs:ABS_X (Results 1 - 25 of 177) sorted by relevance

12345678

/linux-master/drivers/hid/
H A Dhid-xinmo.c29 case ABS_X:
H A Dhid-udraw-ps3.c164 input_report_abs(udraw->joy_input_dev, ABS_X, x);
220 input_report_abs(udraw->touch_input_dev, ABS_X, x);
239 input_report_abs(udraw->pen_input_dev, ABS_X, x);
255 input_report_abs(udraw->accel_input_dev, ABS_X, x);
313 input_set_abs_params(input_dev, ABS_X, 0, RES_X, 1, 0);
314 input_abs_set_res(input_dev, ABS_X, RES_X / WIDTH);
340 input_set_abs_params(input_dev, ABS_X, 0, RES_X, 1, 0);
341 input_abs_set_res(input_dev, ABS_X, RES_X / WIDTH);
369 input_set_abs_params(input_dev, ABS_X, -512, 512, 0, 0);
399 input_set_abs_params(input_dev, ABS_X,
[all...]
H A Dhid-letsketch.c111 input_set_abs_params(input, ABS_X, 0, 50800, 0, 0);
114 input_abs_set_res(input, ABS_X, 240);
145 input_set_abs_params(input, ABS_X, 0, 1, 0, 0);
183 input_report_abs(input, ABS_X,
/linux-master/drivers/input/touchscreen/
H A Dipaq-micro-ts.c32 input_report_abs(ts->input, ABS_X,
39 input_report_abs(ts->input, ABS_X, 0);
104 input_set_capability(ts->input, EV_ABS, ABS_X);
106 input_set_abs_params(ts->input, ABS_X, 0, 1023, 0, 0);
H A Delo.c97 input_report_abs(dev, ABS_X, (elo->data[4] << 8) | elo->data[3]);
146 input_report_abs(dev, ABS_X, ((elo->data[0] & 0x3f) << 6) | (elo->data[1] & 0x3f));
189 input_report_abs(dev, ABS_X, elo->data[1]);
269 input_set_abs_params(dev, ABS_X, 96, 4000, 0, 0);
356 input_set_abs_params(input_dev, ABS_X, 96, 4000, 0, 0);
361 input_set_abs_params(input_dev, ABS_X, 0, 255, 0, 0);
H A Dhp680_ts_input.c59 input_report_abs(hp680_ts_dev, ABS_X, absx);
88 input_set_abs_params(hp680_ts_dev, ABS_X,
H A Dtsc40.c34 input_report_abs(dev, ABS_X, x);
107 input_set_abs_params(ptsc->dev, ABS_X, 0, 0x3ff, 0, 0);
H A Dmk712.c106 input_report_abs(mk712_dev, ABS_X, last_x);
186 input_set_abs_params(mk712_dev, ABS_X, 0, 0xfff, 88, 0);
H A Dmtouch.c66 input_report_abs(dev, ABS_X, MTOUCH_GET_XC(mtouch->data));
151 input_set_abs_params(mtouch->dev, ABS_X, MTOUCH_MIN_XC, MTOUCH_MAX_XC, 0, 0);
H A Dtouchright.c63 input_report_abs(dev, ABS_X,
125 input_set_abs_params(tr->dev, ABS_X, TR_MIN_XC, TR_MAX_XC, 0, 0);
H A Dtouchwin.c68 input_report_abs(dev, ABS_X, tw->data[0]);
132 input_set_abs_params(tw->dev, ABS_X, TW_MIN_XC, TW_MAX_XC, 0, 0);
H A Dtouchit213.c101 input_report_abs(dev, ABS_X,
163 input_set_abs_params(touchit213->dev, ABS_X,
H A Djornada720_ts.c86 input_report_abs(input, ABS_X, x);
130 input_set_abs_params(input_dev, ABS_X, 270, 3900, 0, 0);
H A Dinexio.c65 input_report_abs(dev, ABS_X, INEXIO_GET_XC(pinexio->data));
137 input_set_abs_params(pinexio->dev, ABS_X, INEXIO_MIN_XC, INEXIO_MAX_XC, 0, 0);
H A Dhampshire.c62 input_report_abs(dev, ABS_X, HAMPSHIRE_GET_XC(phampshire->data));
133 input_set_abs_params(phampshire->dev, ABS_X,
H A Dfujitsu_ts.c63 input_report_abs(dev, ABS_X,
123 input_set_abs_params(input_dev, ABS_X, 0, 4096, 0, 0);
H A Ddynapro.c63 input_report_abs(dev, ABS_X, DYNAPRO_GET_XC(pdynapro->data));
134 input_set_abs_params(pdynapro->dev, ABS_X,
/linux-master/drivers/input/mouse/
H A Dtouchkit_ps2.c48 input_report_abs(dev, ABS_X, TOUCHKIT_GET_X(packet));
77 input_set_abs_params(dev, ABS_X, 0, TOUCHKIT_MAX_XC, 0, 0);
H A Dpc110pad.c58 input_report_abs(pc110pad_dev, ABS_X,
126 pc110pad_dev->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y);
129 input_abs_set_max(pc110pad_dev, ABS_X, 0x1ff);
/linux-master/drivers/input/keyboard/
H A Dhil_kbd.c234 if (val < input_abs_get_min(dev, ABS_X + i))
235 input_abs_set_min(dev, ABS_X + i, val);
236 if (val > input_abs_get_max(dev, ABS_X + i))
237 input_abs_set_max(dev, ABS_X + i, val);
240 val = input_abs_get_max(dev, ABS_X + i) - val;
241 input_report_abs(dev, ABS_X + i, val);
381 input_set_abs_params(input_dev, ABS_X + i,
385 input_set_abs_params(input_dev, ABS_X + i,
390 int diff = input_abs_get_max(input_dev, ABS_X + i) / 10;
391 input_abs_set_min(input_dev, ABS_X
[all...]
/linux-master/drivers/input/joystick/
H A Damijoy.c49 input_report_abs(amijoy_dev[i], ABS_X, ((data >> 1) & 1) - ((data >> 9) & 1));
121 amijoy_dev[i]->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y);
125 input_set_abs_params(amijoy_dev[i], ABS_X + j,
H A Dgrip.c49 static int grip_abs_gpp[] = { ABS_X, ABS_Y, -1 };
50 static int grip_abs_bd[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
51 static int grip_abs_xt[] = { ABS_X, ABS_Y, ABS_BRAKE, ABS_GAS, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, ABS_HAT1X, ABS_HAT1Y, -1 };
52 static int grip_abs_dc[] = { ABS_X, ABS_Y, ABS_RX, ABS_RY, ABS_THROTTLE, ABS_HAT0X, ABS_HAT0Y, -1 };
187 input_report_abs(dev, ABS_X, ((*data >> 15) & 1) - ((*data >> 16) & 1));
203 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f);
222 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f);
244 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f);
/linux-master/drivers/macintosh/ams/
H A Dams-input.c40 input_report_abs(idev, ABS_X, invert ? -x : x);
70 input_set_abs_params(input, ABS_X, -50, 50, 3, 0);
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py31 libevdev.EV_ABS.ABS_X,
87 libevdev.EV_ABS.ABS_X,
97 libevdev.EV_ABS.ABS_X,
107 libevdev.EV_ABS.ABS_X,
121 libevdev.EV_ABS.ABS_X,
/linux-master/sound/usb/caiaq/
H A Dinput.c206 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 2);
213 snd_caiaq_input_report_abs(cdev, ABS_X, buf, 0);
241 input_report_abs(input_dev, ABS_X, i);
315 input_report_abs(cdev->input_dev, ABS_X, buf[5] & 0xf);
610 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
615 input_set_abs_params(input, ABS_X, 0, 4096, 0, 10);
622 input->absbit[0] = BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) |
627 input_set_abs_params(input, ABS_X, 0, 1024, 0, 10);
634 input->absbit[0] = BIT_MASK(ABS_X);
638 input_set_abs_params(input, ABS_X,
[all...]

Completed in 174 milliseconds

12345678