Searched refs:input_report_abs (Results 26 - 50 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-wacom.c232 input_report_abs(input, ABS_DISTANCE,
238 input_report_abs(input, ABS_PRESSURE, 0);
249 input_report_abs(input, ABS_X, x);
250 input_report_abs(input, ABS_Y, y);
269 input_report_abs(input, ABS_DISTANCE, rw);
273 input_report_abs(input, ABS_PRESSURE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Damijoy.c69 input_report_abs(amijoy_dev[i], ABS_X, ((data >> 1) & 1) - ((data >> 9) & 1));
71 input_report_abs(amijoy_dev[i], ABS_Y, ((data >> 1) & 1) - ((data >> 9) & 1));
H A Dstinger.c83 input_report_abs(dev, ABS_X, (data[1] & 0x3F) - ((data[0] & 0x01) << 6));
84 input_report_abs(dev, ABS_Y, ((data[0] & 0x02) << 5) - (data[2] & 0x3F));
H A Dguillemot.c137 input_report_abs(dev, guillemot->type->abs[i], data[i + 5]);
140 input_report_abs(dev, ABS_HAT0X, guillemot_hat_to_axis[data[4] >> 4].x);
141 input_report_abs(dev, ABS_HAT0Y, guillemot_hat_to_axis[data[4] >> 4].y);
H A Dinteract.c150 input_report_abs(dev, interact_abs_hhfx[i], (data[i & 1] >> ((i >> 1) << 3)) & 0xff);
153 input_report_abs(dev, ABS_HAT0Y - i,
167 input_report_abs(dev, interact_abs_pp8d[i],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dpc110pad.c77 input_report_abs(pc110pad_dev, ABS_X,
79 input_report_abs(pc110pad_dev, ABS_Y,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Ddynapro.c69 input_report_abs(dev, ABS_X, DYNAPRO_GET_XC(pdynapro->data));
70 input_report_abs(dev, ABS_Y, DYNAPRO_GET_YC(pdynapro->data));
H A Dfujitsu_ts.c68 input_report_abs(dev, ABS_X,
70 input_report_abs(dev, ABS_Y,
H A Dgunze.c71 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10));
72 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10));
H A Dhampshire.c68 input_report_abs(dev, ABS_X, HAMPSHIRE_GET_XC(phampshire->data));
69 input_report_abs(dev, ABS_Y, HAMPSHIRE_GET_YC(phampshire->data));
H A Dinexio.c71 input_report_abs(dev, ABS_X, INEXIO_GET_XC(pinexio->data));
72 input_report_abs(dev, ABS_Y, INEXIO_GET_YC(pinexio->data));
H A Djornada720_ts.c89 input_report_abs(input, ABS_X, x);
90 input_report_abs(input, ABS_Y, y);
H A Dmk712.c110 input_report_abs(mk712_dev, ABS_X, last_x);
111 input_report_abs(mk712_dev, ABS_Y, last_y);
H A Dmtouch.c71 input_report_abs(dev, ABS_X, MTOUCH_GET_XC(mtouch->data));
72 input_report_abs(dev, ABS_Y, MTOUCH_MAX_YC - MTOUCH_GET_YC(mtouch->data));
H A Dpenmount.c58 input_report_abs(dev, ABS_X, pm->data[2] * 128 + pm->data[1]);
59 input_report_abs(dev, ABS_Y, pm->data[4] * 128 + pm->data[3]);
H A Dtouchit213.c106 input_report_abs(dev, ABS_X,
108 input_report_abs(dev, ABS_Y,
H A Dtouchright.c68 input_report_abs(dev, ABS_X,
70 input_report_abs(dev, ABS_Y,
H A Dtouchwin.c73 input_report_abs(dev, ABS_X, tw->data[0]);
74 input_report_abs(dev, ABS_Y, tw->data[1]);
H A Dtps6507x-ts.c187 input_report_abs(input_dev, ABS_PRESSURE, 0);
210 input_report_abs(input_dev, ABS_X, tsc->tc.x);
211 input_report_abs(input_dev, ABS_Y, tsc->tc.y);
212 input_report_abs(input_dev, ABS_PRESSURE, tsc->tc.pressure);
H A Dtsc2007.c151 input_report_abs(input, ABS_PRESSURE, 0);
208 input_report_abs(input, ABS_X, tc.x);
209 input_report_abs(input, ABS_Y, tc.y);
210 input_report_abs(input, ABS_PRESSURE, rt);
H A Deeti_ts.c106 input_report_abs(priv->input, ABS_PRESSURE, buf[5]);
108 input_report_abs(priv->input, ABS_X, x);
109 input_report_abs(priv->input, ABS_Y, y);
H A Dmainstone-wm97xx.c167 input_report_abs(wm->input_dev, ABS_X, x & 0xfff);
168 input_report_abs(wm->input_dev, ABS_Y, y & 0xfff);
169 input_report_abs(wm->input_dev, ABS_PRESSURE, p & 0xfff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ducb1x00-ts.c60 input_report_abs(idev, ABS_X, x);
61 input_report_abs(idev, ABS_Y, y);
62 input_report_abs(idev, ABS_PRESSURE, pressure);
70 input_report_abs(idev, ABS_PRESSURE, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Dacecad.c94 input_report_abs(dev, ABS_X, x);
95 input_report_abs(dev, ABS_Y, y);
96 input_report_abs(dev, ABS_PRESSURE, pressure);
H A Dkbtab.c66 input_report_abs(dev, ABS_X, get_unaligned_le16(&data[1]));
67 input_report_abs(dev, ABS_Y, get_unaligned_le16(&data[3]));
74 input_report_abs(dev, ABS_PRESSURE, pressure);

Completed in 87 milliseconds

1234