Searched refs:input_report_abs (Results 51 - 75 of 99) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dmc13783_ts.c103 input_report_abs(idev, ABS_X, x1);
104 input_report_abs(idev, ABS_Y, y1);
112 input_report_abs(idev, ABS_PRESSURE,
H A Dwacom_w8001.c115 input_report_abs(dev, ABS_X, coord.x);
116 input_report_abs(dev, ABS_Y, coord.y);
117 input_report_abs(dev, ABS_PRESSURE, coord.pen_pressure);
H A Dstmpe-ts.c113 input_report_abs(ts->idev, ABS_PRESSURE, 0);
138 input_report_abs(ts->idev, ABS_X, x);
139 input_report_abs(ts->idev, ABS_Y, y);
140 input_report_abs(ts->idev, ABS_PRESSURE, z);
H A Ducb1400_ts.c151 input_report_abs(idev, ABS_X, x);
152 input_report_abs(idev, ABS_Y, y);
153 input_report_abs(idev, ABS_PRESSURE, pressure);
160 input_report_abs(idev, ABS_PRESSURE, 0);
H A Dcy8ctmg110_ts.c134 input_report_abs(input, ABS_X, x);
135 input_report_abs(input, ABS_Y, y);
H A Dhtcpen.c86 input_report_abs(htcpen_dev, ABS_X, x);
87 input_report_abs(htcpen_dev, ABS_Y, y);
H A Dmcs5000_ts.c138 input_report_abs(data->input_dev, ABS_X, x);
139 input_report_abs(data->input_dev, ABS_Y, y);
H A Dmigor_ts.c76 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/
77 input_report_abs(priv->input, ABS_Y, xpos);
H A Dad7879.c181 input_report_abs(input_dev, ABS_X, x);
182 input_report_abs(input_dev, ABS_Y, y);
183 input_report_abs(input_dev, ABS_PRESSURE, Rt);
195 input_report_abs(input_dev, ABS_PRESSURE, 0);
H A Datmel_tsadcc.c158 input_report_abs(input_dev, ABS_X, ts_dev->prev_absx);
159 input_report_abs(input_dev, ABS_Y, ts_dev->prev_absy);
H A Dda9034-ts.c132 input_report_abs(touch->input_dev, ABS_X, x);
133 input_report_abs(touch->input_dev, ABS_Y, y);
H A Dh3600_ts_input.c240 input_report_abs(dev, ABS_X, x);
241 input_report_abs(dev, ABS_Y, y);
H A Ds3c2410_ts.c125 input_report_abs(ts.input, ABS_X, ts.xp);
126 input_report_abs(ts.input, ABS_Y, ts.yp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/tablet/
H A Daiptek.c500 input_report_abs(inputdev, ABS_MISC,
566 input_report_abs(inputdev, ABS_X, x);
567 input_report_abs(inputdev, ABS_Y, y);
568 input_report_abs(inputdev, ABS_PRESSURE, z);
576 input_report_abs(inputdev,
581 input_report_abs(inputdev,
591 input_report_abs(inputdev,
597 input_report_abs(inputdev, ABS_MISC, p | AIPTEK_REPORT_TOOL_STYLUS);
643 input_report_abs(inputdev, ABS_X, x);
644 input_report_abs(inputde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dtmdc.c192 input_report_abs(port->dev, port->abs[i], data[tmdc_byte_a[i]]);
200 input_report_abs(port->dev, ABS_HAT0X, ((data[i] >> 3) & 1) - ((data[i] >> 1) & 1));
201 input_report_abs(port->dev, ABS_HAT0Y, ((data[i] >> 2) & 1) - ( data[i] & 1));
207 input_report_abs(port->dev, ABS_HAT0X, tmdc_hat_to_axis[(data[i] - 141) / 25].x);
208 input_report_abs(port->dev, ABS_HAT0Y, tmdc_hat_to_axis[(data[i] - 141) / 25].y);
H A Dadi.c228 input_report_abs(dev, *abs++, adi_get_bits(adi, 10));
231 input_report_abs(dev, *abs++, adi_get_bits(adi, 8));
236 input_report_abs(dev, *abs++, ((t >> 2) & 1) - ( t & 1));
237 input_report_abs(dev, *abs++, ((t >> 1) & 1) - ((t >> 3) & 1));
244 input_report_abs(dev, *abs++, adi_hat_to_axis[t].x);
245 input_report_abs(dev, *abs++, adi_hat_to_axis[t].y);
H A Dgf2k.c181 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9));
184 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9));
189 input_report_abs(dev, ABS_HAT0X + i, gf2k_hat_to_axis[t][i]);
H A Dcobra.c130 input_report_abs(dev, ABS_X, ((data[i] >> 4) & 1) - ((data[i] >> 3) & 1));
131 input_report_abs(dev, ABS_Y, ((data[i] >> 2) & 1) - ((data[i] >> 1) & 1));
H A Dtwidjoy.c126 input_report_abs(dev, ABS_X, -abs_x);
127 input_report_abs(dev, ABS_Y, +abs_y);
H A Dmagellan.c97 input_report_abs(dev, magellan_axes[i],
H A Dturbografx.c106 input_report_abs(dev, ABS_X, !!(data1 & TGFX_RIGHT) - !!(data1 & TGFX_LEFT));
107 input_report_abs(dev, ABS_Y, !!(data1 & TGFX_DOWN ) - !!(data1 & TGFX_UP ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dbcm5974.c380 input_report_abs(input, ABS_MT_TOUCH_MAJOR,
382 input_report_abs(input, ABS_MT_TOUCH_MINOR,
384 input_report_abs(input, ABS_MT_WIDTH_MAJOR,
386 input_report_abs(input, ABS_MT_WIDTH_MINOR,
388 input_report_abs(input, ABS_MT_ORIENTATION,
390 input_report_abs(input, ABS_MT_POSITION_X, raw2int(f->abs_x));
391 input_report_abs(input, ABS_MT_POSITION_Y,
466 input_report_abs(input, ABS_PRESSURE, abs_p);
467 input_report_abs(input, ABS_TOOL_WIDTH, abs_w);
470 input_report_abs(inpu
[all...]
H A Dalps.c205 input_report_abs(dev, ABS_X, x);
206 input_report_abs(dev, ABS_Y, y);
207 input_report_abs(dev, ABS_PRESSURE, 0);
219 input_report_abs(dev, ABS_X, x);
220 input_report_abs(dev, ABS_Y, y);
223 input_report_abs(dev, ABS_PRESSURE, z);
H A Dappletouch.c565 input_report_abs(dev->input, ABS_X, x);
566 input_report_abs(dev->input, ABS_Y, y);
567 input_report_abs(dev->input, ABS_PRESSURE,
578 input_report_abs(dev->input, ABS_PRESSURE, 0);
676 input_report_abs(dev->input, ABS_X, x);
677 input_report_abs(dev->input, ABS_Y, y);
678 input_report_abs(dev->input, ABS_PRESSURE,
689 input_report_abs(dev->input, ABS_PRESSURE, 0);
H A Dsynaptics.c500 input_report_abs(dev, ABS_X, hw.x);
501 input_report_abs(dev, ABS_Y, YMAX_NOMINAL + YMIN_NOMINAL - hw.y);
503 input_report_abs(dev, ABS_PRESSURE, hw.z);
506 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width);

Completed in 101 milliseconds

1234