Searched refs:input_report_abs (Results 1 - 149 of 149) sorted by relevance

/linux-4.1.27/drivers/input/joystick/
H A Dgrip.c206 input_report_abs(dev, ABS_X, ((*data >> 15) & 1) - ((*data >> 16) & 1)); grip_poll()
207 input_report_abs(dev, ABS_Y, ((*data >> 13) & 1) - ((*data >> 12) & 1)); grip_poll()
222 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f); grip_poll()
223 input_report_abs(dev, ABS_Y, 63 - ((data[0] >> 8) & 0x3f)); grip_poll()
224 input_report_abs(dev, ABS_THROTTLE, (data[2] >> 8) & 0x3f); grip_poll()
226 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1)); grip_poll()
227 input_report_abs(dev, ABS_HAT0Y, ((data[2] >> 2) & 1) - ((data[2] >> 3) & 1)); grip_poll()
241 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f); grip_poll()
242 input_report_abs(dev, ABS_Y, 63 - ((data[0] >> 8) & 0x3f)); grip_poll()
243 input_report_abs(dev, ABS_BRAKE, (data[1] >> 2) & 0x3f); grip_poll()
244 input_report_abs(dev, ABS_GAS, (data[1] >> 8) & 0x3f); grip_poll()
245 input_report_abs(dev, ABS_THROTTLE, (data[2] >> 8) & 0x3f); grip_poll()
247 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1)); grip_poll()
248 input_report_abs(dev, ABS_HAT0Y, ((data[2] >> 2) & 1) - ((data[2] >> 3) & 1)); grip_poll()
249 input_report_abs(dev, ABS_HAT1X, ((data[2] >> 5) & 1) - ((data[2] >> 4) & 1)); grip_poll()
250 input_report_abs(dev, ABS_HAT1Y, ((data[2] >> 6) & 1) - ((data[2] >> 7) & 1)); grip_poll()
263 input_report_abs(dev, ABS_X, (data[0] >> 2) & 0x3f); grip_poll()
264 input_report_abs(dev, ABS_Y, (data[0] >> 8) & 0x3f); grip_poll()
265 input_report_abs(dev, ABS_RX, (data[1] >> 2) & 0x3f); grip_poll()
266 input_report_abs(dev, ABS_RY, (data[1] >> 8) & 0x3f); grip_poll()
267 input_report_abs(dev, ABS_THROTTLE, (data[2] >> 8) & 0x3f); grip_poll()
269 input_report_abs(dev, ABS_HAT0X, ((data[2] >> 1) & 1) - ( data[2] & 1)); grip_poll()
270 input_report_abs(dev, ABS_HAT0Y, ((data[2] >> 2) & 1) - ((data[2] >> 3) & 1)); grip_poll()
H A Dmaplecontrol.c36 input_report_abs(dev, ABS_HAT0Y, dc_pad_callback()
38 input_report_abs(dev, ABS_HAT0X, dc_pad_callback()
40 input_report_abs(dev, ABS_HAT1Y, dc_pad_callback()
42 input_report_abs(dev, ABS_HAT1X, dc_pad_callback()
54 input_report_abs(dev, ABS_GAS, res[10]); dc_pad_callback()
55 input_report_abs(dev, ABS_BRAKE, res[11]); dc_pad_callback()
56 input_report_abs(dev, ABS_X, res[12]); dc_pad_callback()
57 input_report_abs(dev, ABS_Y, res[13]); dc_pad_callback()
58 input_report_abs(dev, ABS_RX, res[14]); dc_pad_callback()
59 input_report_abs(dev, ABS_RY, res[15]); dc_pad_callback()
H A Ddb9.c283 input_report_abs(dev, db9_abs[5], data[j + 6]); db9_saturn_report()
285 input_report_abs(dev, db9_abs[3], data[j + 4]); db9_saturn_report()
286 input_report_abs(dev, db9_abs[4], data[j + 5]); db9_saturn_report()
288 input_report_abs(dev, db9_abs[2], data[j + 3]); db9_saturn_report()
291 input_report_abs(dev, db9_abs[0], !(data[j + 1] & 128) - !(data[j + 1] & 64)); db9_saturn_report()
292 input_report_abs(dev, db9_abs[1], !(data[j + 1] & 32) - !(data[j + 1] & 16)); db9_saturn_report()
297 input_report_abs(dev, db9_abs[0], !(data[j + 1] & 128) - !(data[j + 1] & 64)); db9_saturn_report()
298 input_report_abs(dev, db9_abs[1], !(data[j + 1] & 32) - !(data[j + 1] & 16)); db9_saturn_report()
301 input_report_abs(dev, db9_abs[2], data[j + 3]); db9_saturn_report()
302 input_report_abs(dev, db9_abs[3], data[j + 4]); db9_saturn_report()
303 input_report_abs(dev, db9_abs[4], data[j + 5]); db9_saturn_report()
305 input_report_abs(dev, db9_abs[8], (data[j + 6] & 128 ? 0 : 1) - (data[j + 6] & 64 ? 0 : 1)); db9_saturn_report()
306 input_report_abs(dev, db9_abs[9], (data[j + 6] & 32 ? 0 : 1) - (data[j + 6] & 16 ? 0 : 1)); db9_saturn_report()
308 input_report_abs(dev, db9_abs[6], data[j + 7]); db9_saturn_report()
309 input_report_abs(dev, db9_abs[7], data[j + 8]); db9_saturn_report()
310 input_report_abs(dev, db9_abs[5], data[j + 9]); db9_saturn_report()
314 input_report_abs(dev, db9_abs[2], data[j + 3] & 0x7f); db9_saturn_report()
321 input_report_abs(dev, db9_abs[2], data[j + 2] ^ 0x80); db9_saturn_report()
322 input_report_abs(dev, db9_abs[3], (0xff-(data[j + 3] ^ 0x80))+1); /* */ db9_saturn_report()
326 input_report_abs(dev, db9_abs[0], 0); db9_saturn_report()
327 input_report_abs(dev, db9_abs[1], 0); db9_saturn_report()
379 input_report_abs(dev2, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
380 input_report_abs(dev2, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
387 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
388 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
396 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
397 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
405 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
406 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
416 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
417 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
433 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
434 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
453 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
454 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
496 input_report_abs(dev, ABS_X, (data & DB9_RIGHT ? 0 : 1) - (data & DB9_LEFT ? 0 : 1)); db9_timer()
497 input_report_abs(dev, ABS_Y, (data & DB9_DOWN ? 0 : 1) - (data & DB9_UP ? 0 : 1)); db9_timer()
H A Dsidewinder.c315 input_report_abs(dev, ABS_X, (GB( 3,3) << 7) | GB(16,7)); sw_parse()
316 input_report_abs(dev, ABS_Y, (GB( 0,3) << 7) | GB(24,7)); sw_parse()
317 input_report_abs(dev, ABS_RZ, (GB(35,2) << 7) | GB(40,7)); sw_parse()
318 input_report_abs(dev, ABS_THROTTLE, (GB(32,3) << 7) | GB(48,7)); sw_parse()
320 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); sw_parse()
321 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); sw_parse()
340 input_report_abs(sw->dev[i], ABS_X, GB(i*15+3,1) - GB(i*15+2,1)); sw_parse()
341 input_report_abs(sw->dev[i], ABS_Y, GB(i*15+0,1) - GB(i*15+1,1)); sw_parse()
358 input_report_abs(dev, ABS_X, GB( 9,10)); sw_parse()
359 input_report_abs(dev, ABS_Y, GB(19,10)); sw_parse()
360 input_report_abs(dev, ABS_RZ, GB(36, 6)); sw_parse()
361 input_report_abs(dev, ABS_THROTTLE, GB(29, 7)); sw_parse()
363 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); sw_parse()
364 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); sw_parse()
379 input_report_abs(dev, ABS_X, GB( 0,10)); sw_parse()
380 input_report_abs(dev, ABS_Y, GB(16,10)); sw_parse()
381 input_report_abs(dev, ABS_THROTTLE, GB(32, 6)); sw_parse()
383 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); sw_parse()
384 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); sw_parse()
404 input_report_abs(dev, ABS_RX, GB( 0,10)); sw_parse()
405 input_report_abs(dev, ABS_RUDDER, GB(10, 6)); sw_parse()
406 input_report_abs(dev, ABS_THROTTLE, GB(16, 6)); sw_parse()
H A Dwarrior.c79 input_report_abs(dev, ABS_X, ((data[0] & 8) << 5) - (data[2] | ((data[0] & 4) << 5))); warrior_process_packet()
80 input_report_abs(dev, ABS_Y, (data[1] | ((data[0] & 1) << 7)) - ((data[0] & 2) << 7)); warrior_process_packet()
83 input_report_abs(dev, ABS_THROTTLE, (data[1] | ((data[0] & 1) << 7)) - ((data[0] & 2) << 7)); warrior_process_packet()
84 input_report_abs(dev, ABS_HAT0X, (data[3] & 2 ? 1 : 0) - (data[3] & 1 ? 1 : 0)); warrior_process_packet()
85 input_report_abs(dev, ABS_HAT0Y, (data[3] & 8 ? 1 : 0) - (data[3] & 4 ? 1 : 0)); warrior_process_packet()
H A Da3d.c152 input_report_abs(dev, ABS_X, ((signed char)((data[15] << 6) | (data[16] << 3) | (data[17]))) + 128); a3d_read()
153 input_report_abs(dev, ABS_Y, ((signed char)((data[18] << 6) | (data[19] << 3) | (data[20]))) + 128); a3d_read()
154 input_report_abs(dev, ABS_RUDDER, ((signed char)((data[21] << 6) | (data[22] << 3) | (data[23]))) + 128); a3d_read()
155 input_report_abs(dev, ABS_THROTTLE, ((signed char)((data[24] << 6) | (data[25] << 3) | (data[26]))) + 128); a3d_read()
157 input_report_abs(dev, ABS_HAT0X, ( data[5] & 1) - ((data[5] >> 2) & 1)); a3d_read()
158 input_report_abs(dev, ABS_HAT0Y, ((data[5] >> 1) & 1) - ((data[6] >> 2) & 1)); a3d_read()
159 input_report_abs(dev, ABS_HAT1X, ((data[4] >> 1) & 1) - ( data[3] & 1)); a3d_read()
160 input_report_abs(dev, ABS_HAT1Y, ((data[4] >> 2) & 1) - ( data[4] & 1)); a3d_read()
H A Dwalkera0701.c112 input_report_abs(w->input_dev, ABS_X, val2); walkera0701_parse_frame()
113 input_report_abs(w->input_dev, ABS_Y, val1); walkera0701_parse_frame()
114 input_report_abs(w->input_dev, ABS_Z, val6); walkera0701_parse_frame()
115 input_report_abs(w->input_dev, ABS_THROTTLE, val3); walkera0701_parse_frame()
116 input_report_abs(w->input_dev, ABS_RUDDER, val4); walkera0701_parse_frame()
117 input_report_abs(w->input_dev, ABS_MISC, val7); walkera0701_parse_frame()
H A Dxpad.c365 input_report_abs(dev, ABS_X, xpad_process_packet()
367 input_report_abs(dev, ABS_Y, xpad_process_packet()
371 input_report_abs(dev, ABS_RX, xpad_process_packet()
373 input_report_abs(dev, ABS_RY, xpad_process_packet()
382 input_report_abs(dev, ABS_Z, data[10]); xpad_process_packet()
383 input_report_abs(dev, ABS_RZ, data[11]); xpad_process_packet()
394 input_report_abs(dev, ABS_HAT0X, xpad_process_packet()
396 input_report_abs(dev, ABS_HAT0Y, xpad_process_packet()
442 input_report_abs(dev, ABS_HAT0X, xpad360_process_packet()
444 input_report_abs(dev, ABS_HAT0Y, xpad360_process_packet()
467 input_report_abs(dev, ABS_X, xpad360_process_packet()
469 input_report_abs(dev, ABS_Y, xpad360_process_packet()
473 input_report_abs(dev, ABS_RX, xpad360_process_packet()
475 input_report_abs(dev, ABS_RY, xpad360_process_packet()
484 input_report_abs(dev, ABS_Z, data[4]); xpad360_process_packet()
485 input_report_abs(dev, ABS_RZ, data[5]); xpad360_process_packet()
551 input_report_abs(dev, ABS_HAT0X, xpadone_process_buttons()
553 input_report_abs(dev, ABS_HAT0Y, xpadone_process_buttons()
567 input_report_abs(dev, ABS_X, xpadone_process_buttons()
569 input_report_abs(dev, ABS_Y, xpadone_process_buttons()
573 input_report_abs(dev, ABS_RX, xpadone_process_buttons()
575 input_report_abs(dev, ABS_RY, xpadone_process_buttons()
586 input_report_abs(dev, ABS_Z, xpadone_process_buttons()
588 input_report_abs(dev, ABS_RZ, xpadone_process_buttons()
H A Dgamecon.c248 input_report_abs(dev, ABS_X, x); gc_n64_process_packet()
249 input_report_abs(dev, ABS_Y, -y); gc_n64_process_packet()
251 input_report_abs(dev, ABS_HAT0X, gc_n64_process_packet()
253 input_report_abs(dev, ABS_HAT0Y, gc_n64_process_packet()
396 input_report_abs(dev, ABS_X, !(s & data[6]) - !(s & data[7])); gc_nes_process_packet()
397 input_report_abs(dev, ABS_Y, !(s & data[4]) - !(s & data[5])); gc_nes_process_packet()
407 input_report_abs(dev, ABS_X, !(s & data[6]) - !(s & data[7])); gc_nes_process_packet()
408 input_report_abs(dev, ABS_Y, !(s & data[4]) - !(s & data[5])); gc_nes_process_packet()
506 input_report_abs(dev, ABS_X, gc_multi_process_packet()
508 input_report_abs(dev, ABS_Y, gc_multi_process_packet()
666 input_report_abs(dev, gc_psx_abs[i + 2], gc_psx_report_one()
669 input_report_abs(dev, ABS_X, gc_psx_report_one()
671 input_report_abs(dev, ABS_Y, gc_psx_report_one()
692 input_report_abs(dev, ABS_X, gc_psx_report_one()
694 input_report_abs(dev, ABS_Y, gc_psx_report_one()
701 input_report_abs(dev, gc_psx_abs[i + 2], 128); gc_psx_report_one()
H A Dzhenhua.c95 input_report_abs(dev, ABS_Y, data[1]); zhenhua_process_packet()
96 input_report_abs(dev, ABS_X, data[2]); zhenhua_process_packet()
97 input_report_abs(dev, ABS_RZ, data[3]); zhenhua_process_packet()
98 input_report_abs(dev, ABS_Z, data[4]); zhenhua_process_packet()
H A Dtmdc.c202 input_report_abs(port->dev, port->abs[i], data[tmdc_byte_a[i]]); tmdc_parse_packet()
210 input_report_abs(port->dev, ABS_HAT0X, ((data[i] >> 3) & 1) - ((data[i] >> 1) & 1)); tmdc_parse_packet()
211 input_report_abs(port->dev, ABS_HAT0Y, ((data[i] >> 2) & 1) - ( data[i] & 1)); tmdc_parse_packet()
217 input_report_abs(port->dev, ABS_HAT0X, tmdc_hat_to_axis[(data[i] - 141) / 25].x); tmdc_parse_packet()
218 input_report_abs(port->dev, ABS_HAT0Y, tmdc_hat_to_axis[(data[i] - 141) / 25].y); tmdc_parse_packet()
H A Dadi.c227 input_report_abs(dev, *abs++, adi_get_bits(adi, 10)); adi_decode()
230 input_report_abs(dev, *abs++, adi_get_bits(adi, 8)); adi_decode()
235 input_report_abs(dev, *abs++, ((t >> 2) & 1) - ( t & 1)); adi_decode()
236 input_report_abs(dev, *abs++, ((t >> 1) & 1) - ((t >> 3) & 1)); adi_decode()
243 input_report_abs(dev, *abs++, adi_hat_to_axis[t].x); adi_decode()
244 input_report_abs(dev, *abs++, adi_hat_to_axis[t].y); adi_decode()
H A Damijoy.c68 input_report_abs(amijoy_dev[i], ABS_X, ((data >> 1) & 1) - ((data >> 9) & 1)); amijoy_interrupt()
70 input_report_abs(amijoy_dev[i], ABS_Y, ((data >> 1) & 1) - ((data >> 9) & 1)); amijoy_interrupt()
H A Dcobra.c129 input_report_abs(dev, ABS_X, ((data[i] >> 4) & 1) - ((data[i] >> 3) & 1)); cobra_poll()
130 input_report_abs(dev, ABS_Y, ((data[i] >> 2) & 1) - ((data[i] >> 1) & 1)); cobra_poll()
H A Dstinger.c82 input_report_abs(dev, ABS_X, (data[1] & 0x3F) - ((data[0] & 0x01) << 6)); stinger_process_packet()
83 input_report_abs(dev, ABS_Y, ((data[0] & 0x02) << 5) - (data[2] & 0x3F)); stinger_process_packet()
H A Dgf2k.c180 input_report_abs(dev, gf2k_abs[i], GB(i<<3,8,0) | GB(i+46,1,8) | GB(i+50,1,9)); gf2k_read()
183 input_report_abs(dev, gf2k_abs[i], GB(i*9+60,8,0) | GB(i+54,1,9)); gf2k_read()
188 input_report_abs(dev, ABS_HAT0X + i, gf2k_hat_to_axis[t][i]); gf2k_read()
H A Dguillemot.c136 input_report_abs(dev, guillemot->type->abs[i], data[i + 5]); guillemot_poll()
139 input_report_abs(dev, ABS_HAT0X, guillemot_hat_to_axis[data[4] >> 4].x); guillemot_poll()
140 input_report_abs(dev, ABS_HAT0Y, guillemot_hat_to_axis[data[4] >> 4].y); guillemot_poll()
H A Dinteract.c149 input_report_abs(dev, interact_abs_hhfx[i], (data[i & 1] >> ((i >> 1) << 3)) & 0xff); interact_poll()
152 input_report_abs(dev, ABS_HAT0Y - i, interact_poll()
166 input_report_abs(dev, interact_abs_pp8d[i], interact_poll()
H A Das5011.c152 input_report_abs(as5011->input_dev, ABS_X, x); as5011_axis_interrupt()
153 input_report_abs(as5011->input_dev, ABS_Y, y); as5011_axis_interrupt()
H A Dturbografx.c106 input_report_abs(dev, ABS_X, !!(data1 & TGFX_RIGHT) - !!(data1 & TGFX_LEFT)); tgfx_timer()
107 input_report_abs(dev, ABS_Y, !!(data1 & TGFX_DOWN ) - !!(data1 & TGFX_UP )); tgfx_timer()
H A Dtwidjoy.c125 input_report_abs(dev, ABS_X, -abs_x); twidjoy_process_packet()
126 input_report_abs(dev, ABS_Y, +abs_y); twidjoy_process_packet()
H A Dmagellan.c96 input_report_abs(dev, magellan_axes[i], magellan_process_packet()
H A Danalog.c233 input_report_abs(dev, analog_axes[j++], axes[i]); analog_decode()
237 input_report_abs(dev, analog_hats[j++], analog_decode()
239 input_report_abs(dev, analog_hats[j++], analog_decode()
H A Dgrip_mp.c521 input_report_abs(port->dev, ABS_X, port->xaxes); report_slot()
522 input_report_abs(port->dev, ABS_Y, port->yaxes); report_slot()
H A Dspaceball.c95 input_report_abs(dev, spaceball_axes[i], spaceball_process_packet()
H A Dspaceorb.c105 input_report_abs(dev, spaceorb_axes[i], axes[i] - ((axes[i] & 0x200) ? 1024 : 0)); spaceorb_process_packet()
/linux-4.1.27/drivers/input/joystick/iforce/
H A Diforce-packets.c186 input_report_abs(dev, ABS_X, (__s16) (((__s16)data[1] << 8) | data[0])); iforce_process_packet()
187 input_report_abs(dev, ABS_Y, (__s16) (((__s16)data[3] << 8) | data[2])); iforce_process_packet()
188 input_report_abs(dev, ABS_THROTTLE, 255 - data[4]); iforce_process_packet()
190 input_report_abs(dev, ABS_RUDDER, (__s8)data[7]); iforce_process_packet()
192 input_report_abs(dev, ABS_WHEEL, (__s16) (((__s16)data[1] << 8) | data[0])); iforce_process_packet()
193 input_report_abs(dev, ABS_GAS, 255 - data[2]); iforce_process_packet()
194 input_report_abs(dev, ABS_BRAKE, 255 - data[3]); iforce_process_packet()
197 input_report_abs(dev, ABS_HAT0X, iforce_hat_to_axis[data[6] >> 4].x); iforce_process_packet()
198 input_report_abs(dev, ABS_HAT0Y, iforce_hat_to_axis[data[6] >> 4].y); iforce_process_packet()
207 if (btns & 8) input_report_abs(dev, ABS_HAT1X, -1); iforce_process_packet()
208 else if (btns & 2) input_report_abs(dev, ABS_HAT1X, 1); iforce_process_packet()
209 else input_report_abs(dev, ABS_HAT1X, 0); iforce_process_packet()
212 if (btns & 1) input_report_abs(dev, ABS_HAT1Y, -1); iforce_process_packet()
213 else if (btns & 4) input_report_abs(dev, ABS_HAT1Y, 1); iforce_process_packet()
214 else input_report_abs(dev, ABS_HAT1Y, 0); iforce_process_packet()
/linux-4.1.27/sound/usb/caiaq/
H A Dinput.c207 input_report_abs(cdev->input_dev, axis, snd_caiaq_input_report_abs()
254 input_report_abs(input_dev, ABS_X, i); snd_caiaq_input_read_erp()
260 input_report_abs(input_dev, ABS_HAT0X, i); snd_caiaq_input_read_erp()
262 input_report_abs(input_dev, ABS_HAT0Y, i); snd_caiaq_input_read_erp()
264 input_report_abs(input_dev, ABS_HAT1X, i); snd_caiaq_input_read_erp()
266 input_report_abs(input_dev, ABS_HAT1Y, i); snd_caiaq_input_read_erp()
268 input_report_abs(input_dev, ABS_HAT2X, i); snd_caiaq_input_read_erp()
270 input_report_abs(input_dev, ABS_HAT2Y, i); snd_caiaq_input_read_erp()
272 input_report_abs(input_dev, ABS_HAT3X, i); snd_caiaq_input_read_erp()
274 input_report_abs(input_dev, ABS_HAT3Y, i); snd_caiaq_input_read_erp()
280 input_report_abs(input_dev, ABS_HAT0X, decode_erp(buf[21], buf[20])); snd_caiaq_input_read_erp()
281 input_report_abs(input_dev, ABS_HAT0Y, decode_erp(buf[15], buf[14])); snd_caiaq_input_read_erp()
282 input_report_abs(input_dev, ABS_HAT1X, decode_erp(buf[9], buf[8])); snd_caiaq_input_read_erp()
283 input_report_abs(input_dev, ABS_HAT1Y, decode_erp(buf[3], buf[2])); snd_caiaq_input_read_erp()
286 input_report_abs(input_dev, ABS_HAT2X, decode_erp(buf[19], buf[18])); snd_caiaq_input_read_erp()
287 input_report_abs(input_dev, ABS_HAT2Y, decode_erp(buf[13], buf[12])); snd_caiaq_input_read_erp()
288 input_report_abs(input_dev, ABS_HAT3X, decode_erp(buf[7], buf[6])); snd_caiaq_input_read_erp()
289 input_report_abs(input_dev, ABS_HAT3Y, decode_erp(buf[1], buf[0])); snd_caiaq_input_read_erp()
292 input_report_abs(input_dev, ABS_RX, decode_erp(buf[17], buf[16])); snd_caiaq_input_read_erp()
294 input_report_abs(input_dev, ABS_RY, decode_erp(buf[11], buf[10])); snd_caiaq_input_read_erp()
296 input_report_abs(input_dev, ABS_RZ, decode_erp(buf[5], buf[4])); snd_caiaq_input_read_erp()
324 input_report_abs(cdev->input_dev, ABS_MISC, 255 - buf[4]); snd_caiaq_input_read_io()
328 input_report_abs(cdev->input_dev, ABS_X, buf[5] & 0xf); snd_caiaq_input_read_io()
329 input_report_abs(cdev->input_dev, ABS_Y, buf[5] >> 4); snd_caiaq_input_read_io()
330 input_report_abs(cdev->input_dev, ABS_Z, buf[6] & 0xf); snd_caiaq_input_read_io()
331 input_report_abs(cdev->input_dev, ABS_MISC, buf[6] >> 4); snd_caiaq_input_read_io()
359 input_report_abs(cdev->input_dev, KONTROLS4_ABS(36), buf[9] | ((buf[8] & 0x3) << 8)); snd_usb_caiaq_tks4_dispatch()
361 input_report_abs(cdev->input_dev, KONTROLS4_ABS(37), buf[13] | ((buf[12] & 0x3) << 8)); snd_usb_caiaq_tks4_dispatch()
364 input_report_abs(cdev->input_dev, KONTROLS4_ABS(38), buf[3] & 0xf); snd_usb_caiaq_tks4_dispatch()
365 input_report_abs(cdev->input_dev, KONTROLS4_ABS(39), buf[4] >> 4); snd_usb_caiaq_tks4_dispatch()
366 input_report_abs(cdev->input_dev, KONTROLS4_ABS(40), buf[4] & 0xf); snd_usb_caiaq_tks4_dispatch()
367 input_report_abs(cdev->input_dev, KONTROLS4_ABS(41), buf[5] >> 4); snd_usb_caiaq_tks4_dispatch()
368 input_report_abs(cdev->input_dev, KONTROLS4_ABS(42), buf[5] & 0xf); snd_usb_caiaq_tks4_dispatch()
369 input_report_abs(cdev->input_dev, KONTROLS4_ABS(43), buf[6] >> 4); snd_usb_caiaq_tks4_dispatch()
370 input_report_abs(cdev->input_dev, KONTROLS4_ABS(44), buf[6] & 0xf); snd_usb_caiaq_tks4_dispatch()
371 input_report_abs(cdev->input_dev, KONTROLS4_ABS(45), buf[7] >> 4); snd_usb_caiaq_tks4_dispatch()
372 input_report_abs(cdev->input_dev, KONTROLS4_ABS(46), buf[7] & 0xf); snd_usb_caiaq_tks4_dispatch()
495 input_report_abs(cdev->input_dev, MASCHINE_PAD(pad_id), snd_usb_caiaq_maschine_dispatch()
/linux-4.1.27/drivers/hid/
H A Dwacom_wac.c80 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ wacom_penpartner_irq()
81 input_report_abs(input, ABS_X, get_unaligned_le16(&data[1])); wacom_penpartner_irq()
82 input_report_abs(input, ABS_Y, get_unaligned_le16(&data[3])); wacom_penpartner_irq()
83 input_report_abs(input, ABS_PRESSURE, (signed char)data[6] + 127); wacom_penpartner_irq()
88 input_report_abs(input, ABS_MISC, 0); /* report tool id */ wacom_penpartner_irq()
89 input_report_abs(input, ABS_PRESSURE, -1); wacom_penpartner_irq()
96 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */ wacom_penpartner_irq()
97 input_report_abs(input, ABS_X, get_unaligned_le16(&data[1])); wacom_penpartner_irq()
98 input_report_abs(input, ABS_Y, get_unaligned_le16(&data[3])); wacom_penpartner_irq()
99 input_report_abs(input, ABS_PRESSURE, (signed char)data[6] + 127); wacom_penpartner_irq()
164 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ wacom_pl_irq()
165 input_report_abs(input, ABS_X, data[3] | (data[2] << 7) | ((data[1] & 0x03) << 14)); wacom_pl_irq()
166 input_report_abs(input, ABS_Y, data[6] | (data[5] << 7) | ((data[4] & 0x03) << 14)); wacom_pl_irq()
167 input_report_abs(input, ABS_PRESSURE, pressure); wacom_pl_irq()
206 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ wacom_ptu_irq()
207 input_report_abs(input, ABS_X, le16_to_cpup((__le16 *)&data[2])); wacom_ptu_irq()
208 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4])); wacom_ptu_irq()
209 input_report_abs(input, ABS_PRESSURE, le16_to_cpup((__le16 *)&data[6])); wacom_ptu_irq()
234 input_report_abs(input, ABS_X, le16_to_cpup((__le16 *)&data[2])); wacom_dtu_irq()
235 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4])); wacom_dtu_irq()
236 input_report_abs(input, ABS_PRESSURE, ((data[7] & 0x01) << 8) | data[6]); wacom_dtu_irq()
241 input_report_abs(input, ABS_MISC, wacom->id[0]); wacom_dtu_irq()
261 input_report_abs(input, ABS_MISC, wacom_dtus_irq()
282 input_report_abs(input, ABS_X, get_unaligned_be16(&data[3])); wacom_dtus_irq()
283 input_report_abs(input, ABS_Y, get_unaligned_be16(&data[5])); wacom_dtus_irq()
285 input_report_abs(input, ABS_PRESSURE, pressure); wacom_dtus_irq()
291 input_report_abs(input, ABS_MISC, wacom->id[0]); wacom_dtus_irq()
345 input_report_abs(input, ABS_X, le16_to_cpup((__le16 *)&data[2])); wacom_graphire_irq()
346 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4])); wacom_graphire_irq()
349 input_report_abs(input, ABS_PRESSURE, data[6] | wacom_graphire_irq()
352 input_report_abs(input, ABS_PRESSURE, data[6] | wacom_graphire_irq()
362 input_report_abs(input, ABS_DISTANCE, data[6] & 0x3f); wacom_graphire_irq()
368 input_report_abs(input, ABS_DISTANCE, rw); wacom_graphire_irq()
379 input_report_abs(input, ABS_DISTANCE, data[7] & 0x3f); wacom_graphire_irq()
387 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */ wacom_graphire_irq()
404 input_report_abs(pad_input, ABS_MISC, wacom->id[1]); wacom_graphire_irq()
417 input_report_abs(pad_input, ABS_WHEEL, (data[8] & 0x7f)); wacom_graphire_irq()
420 input_report_abs(pad_input, ABS_MISC, wacom->id[1]); wacom_graphire_irq()
432 input_report_abs(pad_input, ABS_MISC, wacom->id[1]); wacom_graphire_irq()
591 input_report_abs(input, ABS_PRESSURE, 0); wacom_intuos_inout()
592 input_report_abs(input, ABS_DISTANCE, wacom->features.distance_max); wacom_intuos_inout()
609 input_report_abs(input, ABS_X, 0); wacom_intuos_inout()
610 input_report_abs(input, ABS_Y, 0); wacom_intuos_inout()
611 input_report_abs(input, ABS_DISTANCE, 0); wacom_intuos_inout()
612 input_report_abs(input, ABS_TILT_X, 0); wacom_intuos_inout()
613 input_report_abs(input, ABS_TILT_Y, 0); wacom_intuos_inout()
620 input_report_abs(input, ABS_THROTTLE, 0); wacom_intuos_inout()
621 input_report_abs(input, ABS_RZ, 0); wacom_intuos_inout()
623 input_report_abs(input, ABS_PRESSURE, 0); wacom_intuos_inout()
627 input_report_abs(input, ABS_WHEEL, 0); wacom_intuos_inout()
629 input_report_abs(input, ABS_Z, 0); wacom_intuos_inout()
632 input_report_abs(input, ABS_MISC, 0); /* reset tool id */ wacom_intuos_inout()
661 input_report_abs(input, ABS_PRESSURE, t); wacom_intuos_general()
662 input_report_abs(input, ABS_TILT_X, wacom_intuos_general()
664 input_report_abs(input, ABS_TILT_Y, (data[8] & 0x7f) - 64); wacom_intuos_general()
672 input_report_abs(input, ABS_WHEEL, wacom_intuos_general()
674 input_report_abs(input, ABS_TILT_X, wacom_intuos_general()
676 input_report_abs(input, ABS_TILT_Y, (data[8] & 0x7f) - 64); wacom_intuos_general()
717 input_report_abs(input, ABS_WHEEL, (data[1] & 0x7f)); wacom_intuos_irq()
720 input_report_abs(input, ABS_WHEEL, 0); wacom_intuos_irq()
727 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
729 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
739 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
741 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
754 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
756 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
788 input_report_abs(input, ABS_WHEEL, (data[1] & 0x7f)); wacom_intuos_irq()
791 input_report_abs(input, ABS_WHEEL, 0); wacom_intuos_irq()
795 input_report_abs(input, ABS_THROTTLE, (data[2] & 0x7f)); wacom_intuos_irq()
798 input_report_abs(input, ABS_THROTTLE, 0); wacom_intuos_irq()
802 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
804 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
811 input_report_abs(input, ABS_X, be16_to_cpup((__be16 *)&data[4])); wacom_intuos_irq()
812 input_report_abs(input, ABS_Y, be16_to_cpup((__be16 *)&data[6])); wacom_intuos_irq()
813 input_report_abs(input, ABS_Z, be16_to_cpup((__be16 *)&data[8])); wacom_intuos_irq()
815 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
817 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
837 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
839 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
856 input_report_abs(input, ABS_WHEEL, (data[2] & 0x7f)); wacom_intuos_irq()
859 input_report_abs(input, ABS_WHEEL, 0); wacom_intuos_irq()
863 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
865 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
905 input_report_abs(input, ABS_RX, ((data[1] & 0x1f) << 8) | data[2]); wacom_intuos_irq()
906 input_report_abs(input, ABS_RY, ((data[3] & 0x1f) << 8) | data[4]); wacom_intuos_irq()
911 input_report_abs(input, ABS_MISC, PAD_DEVICE_ID); wacom_intuos_irq()
913 input_report_abs(input, ABS_MISC, 0); wacom_intuos_irq()
925 input_report_abs(input, ABS_X, (data[2] << 9) | (data[3] << 1) | ((data[9] >> 1) & 1)); wacom_intuos_irq()
926 input_report_abs(input, ABS_Y, (data[4] << 9) | (data[5] << 1) | (data[9] & 1)); wacom_intuos_irq()
927 input_report_abs(input, ABS_DISTANCE, ((data[9] >> 2) & 0x3f)); wacom_intuos_irq()
929 input_report_abs(input, ABS_X, be16_to_cpup((__be16 *)&data[2])); wacom_intuos_irq()
930 input_report_abs(input, ABS_Y, be16_to_cpup((__be16 *)&data[4])); wacom_intuos_irq()
931 input_report_abs(input, ABS_DISTANCE, ((data[9] >> 3) & 0x1f)); wacom_intuos_irq()
947 input_report_abs(input, ABS_Z, t); wacom_intuos_irq()
951 input_report_abs(input, ABS_RZ, (data[7] & 0x20) ? wacom_intuos_irq()
964 input_report_abs(input, ABS_THROTTLE, (data[8] & 0x08) ? -t : t); wacom_intuos_irq()
977 input_report_abs(input, ABS_TILT_X, wacom_intuos_irq()
979 input_report_abs(input, ABS_TILT_Y, (data[8] & 0x7f) - 64); wacom_intuos_irq()
1007 input_report_abs(input, ABS_MISC, wacom->id[idx]); /* report tool id */ wacom_intuos_irq()
1134 input_report_abs(input, ABS_MT_POSITION_X, t_x); wacom_24hdt_irq()
1135 input_report_abs(input, ABS_MT_POSITION_Y, t_y); wacom_24hdt_irq()
1143 input_report_abs(input, ABS_MT_TOUCH_MAJOR, min(w,h)); wacom_24hdt_irq()
1144 input_report_abs(input, ABS_MT_WIDTH_MAJOR, wacom_24hdt_irq()
1146 input_report_abs(input, ABS_MT_WIDTH_MINOR, min(w, h)); wacom_24hdt_irq()
1147 input_report_abs(input, ABS_MT_ORIENTATION, w > h); wacom_24hdt_irq()
1198 input_report_abs(input, ABS_MT_POSITION_X, x); wacom_mt_touch()
1199 input_report_abs(input, ABS_MT_POSITION_Y, y); wacom_mt_touch()
1228 input_report_abs(input, ABS_MT_POSITION_X, x); wacom_tpc_mt_touch()
1229 input_report_abs(input, ABS_MT_POSITION_Y, y); wacom_tpc_mt_touch()
1265 input_report_abs(input, ABS_X, x); wacom_tpc_single_touch()
1266 input_report_abs(input, ABS_Y, y); wacom_tpc_single_touch()
1293 input_report_abs(input, ABS_X, le16_to_cpup((__le16 *)&data[2])); wacom_tpc_pen()
1294 input_report_abs(input, ABS_Y, le16_to_cpup((__le16 *)&data[4])); wacom_tpc_pen()
1295 input_report_abs(input, ABS_PRESSURE, ((data[7] & 0x07) << 8) | data[6]); wacom_tpc_pen()
1526 input_report_abs(input, mt ? ABS_MT_POSITION_X : ABS_X, wacom_wac_finger_slot()
1528 input_report_abs(input, mt ? ABS_MT_POSITION_Y : ABS_Y, wacom_wac_finger_slot()
1662 input_report_abs(input, ABS_MT_POSITION_X, x); wacom_bpt_touch()
1663 input_report_abs(input, ABS_MT_POSITION_Y, y); wacom_bpt_touch()
1714 input_report_abs(input, ABS_MT_POSITION_X, x); wacom_bpt3_touch_msg()
1715 input_report_abs(input, ABS_MT_POSITION_Y, y); wacom_bpt3_touch_msg()
1716 input_report_abs(input, ABS_MT_TOUCH_MAJOR, width); wacom_bpt3_touch_msg()
1717 input_report_abs(input, ABS_MT_TOUCH_MINOR, height); wacom_bpt3_touch_msg()
1824 input_report_abs(input, ABS_X, x); wacom_bpt_pen()
1825 input_report_abs(input, ABS_Y, y); wacom_bpt_pen()
1826 input_report_abs(input, ABS_PRESSURE, p); wacom_bpt_pen()
1827 input_report_abs(input, ABS_DISTANCE, d); wacom_bpt_pen()
1830 input_report_abs(input, ABS_MISC, wacom->id[0]); /* TOOL ID */ wacom_bpt_pen()
1898 input_report_abs(input, ABS_MT_POSITION_X, x); wacom_bamboo_pad_touch_event()
1899 input_report_abs(input, ABS_MT_POSITION_Y, y); wacom_bamboo_pad_touch_event()
H A Dhid-wiimote-modules.c460 input_report_abs(wdata->accel, ABS_RX, x - 0x200); wiimod_accel_in_accel()
461 input_report_abs(wdata->accel, ABS_RY, y - 0x200); wiimod_accel_in_accel()
462 input_report_abs(wdata->accel, ABS_RZ, z - 0x200); wiimod_accel_in_accel()
607 input_report_abs(wdata->ir, xid, x); wiimod_ir_in_ir()
608 input_report_abs(wdata->ir, yid, y); wiimod_ir_in_ir()
885 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); wiimod_nunchuk_in_ext()
886 input_report_abs(wdata->extension.input, ABS_HAT0Y, by); wiimod_nunchuk_in_ext()
888 input_report_abs(wdata->extension.input, ABS_RX, x); wiimod_nunchuk_in_ext()
889 input_report_abs(wdata->extension.input, ABS_RY, y); wiimod_nunchuk_in_ext()
890 input_report_abs(wdata->extension.input, ABS_RZ, z); wiimod_nunchuk_in_ext()
1120 input_report_abs(wdata->extension.input, ABS_HAT1X, lx - 0x20); wiimod_classic_in_ext()
1121 input_report_abs(wdata->extension.input, ABS_HAT1Y, ly - 0x20); wiimod_classic_in_ext()
1122 input_report_abs(wdata->extension.input, ABS_HAT2X, rx - 0x20); wiimod_classic_in_ext()
1123 input_report_abs(wdata->extension.input, ABS_HAT2Y, ry - 0x20); wiimod_classic_in_ext()
1124 input_report_abs(wdata->extension.input, ABS_HAT3X, rt); wiimod_classic_in_ext()
1125 input_report_abs(wdata->extension.input, ABS_HAT3Y, lt); wiimod_classic_in_ext()
1370 input_report_abs(wdata->extension.input, ABS_HAT0X, val[0]); wiimod_bboard_in_ext()
1371 input_report_abs(wdata->extension.input, ABS_HAT0Y, val[1]); wiimod_bboard_in_ext()
1372 input_report_abs(wdata->extension.input, ABS_HAT1X, val[2]); wiimod_bboard_in_ext()
1373 input_report_abs(wdata->extension.input, ABS_HAT1Y, val[3]); wiimod_bboard_in_ext()
1690 input_report_abs(wdata->extension.input, ABS_X, lx); wiimod_pro_in_ext()
1691 input_report_abs(wdata->extension.input, ABS_Y, ly); wiimod_pro_in_ext()
1692 input_report_abs(wdata->extension.input, ABS_RX, rx); wiimod_pro_in_ext()
1693 input_report_abs(wdata->extension.input, ABS_RY, ry); wiimod_pro_in_ext()
2089 input_report_abs(wdata->mp, ABS_RX, x); wiimod_mp_in_mp()
2090 input_report_abs(wdata->mp, ABS_RY, y); wiimod_mp_in_mp()
2091 input_report_abs(wdata->mp, ABS_RZ, z); wiimod_mp_in_mp()
H A Dhid-elo.c54 input_report_abs(input, ABS_X, (data[3] << 8) | data[2]); elo_process_data()
55 input_report_abs(input, ABS_Y, (data[5] << 8) | data[4]); elo_process_data()
60 input_report_abs(input, ABS_PRESSURE, press); elo_process_data()
H A Dhid-magicmouse.c265 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); magicmouse_emit_touch()
266 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); magicmouse_emit_touch()
267 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); magicmouse_emit_touch()
268 input_report_abs(input, ABS_MT_POSITION_X, x); magicmouse_emit_touch()
269 input_report_abs(input, ABS_MT_POSITION_Y, y); magicmouse_emit_touch()
H A Dhid-sony.c1028 input_report_abs(input_dev, ABS_MT_POSITION_X, x); dualshock4_parse_report()
1029 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); dualshock4_parse_report()
/linux-4.1.27/drivers/input/touchscreen/
H A Dipaq-micro-ts.c35 input_report_abs(ts->input, ABS_X, micro_ts_receive()
37 input_report_abs(ts->input, ABS_Y, micro_ts_receive()
42 input_report_abs(ts->input, ABS_X, 0); micro_ts_receive()
43 input_report_abs(ts->input, ABS_Y, 0); micro_ts_receive()
H A Delo.c101 input_report_abs(dev, ABS_X, (elo->data[4] << 8) | elo->data[3]); elo_process_data_10()
102 input_report_abs(dev, ABS_Y, (elo->data[6] << 8) | elo->data[5]); elo_process_data_10()
104 input_report_abs(dev, ABS_PRESSURE, elo_process_data_10()
150 input_report_abs(dev, ABS_X, ((elo->data[0] & 0x3f) << 6) | (elo->data[1] & 0x3f)); elo_process_data_6()
151 input_report_abs(dev, ABS_Y, ((elo->data[2] & 0x3f) << 6) | (elo->data[3] & 0x3f)); elo_process_data_6()
170 input_report_abs(dev, ABS_PRESSURE, elo->data[5]); elo_process_data_6()
193 input_report_abs(dev, ABS_X, elo->data[1]); elo_process_data_3()
194 input_report_abs(dev, ABS_Y, elo->data[2]); elo_process_data_3()
H A Dpcap_ts.c60 input_report_abs(pcap_ts->input, ABS_PRESSURE, 0); pcap_ts_read_xy()
67 input_report_abs(pcap_ts->input, ABS_X, pcap_ts->x); pcap_ts_read_xy()
68 input_report_abs(pcap_ts->input, ABS_Y, pcap_ts->y); pcap_ts_read_xy()
70 input_report_abs(pcap_ts->input, ABS_PRESSURE, pcap_ts_read_xy()
H A Dhp680_ts_input.c58 input_report_abs(hp680_ts_dev, ABS_X, absx); do_softint()
59 input_report_abs(hp680_ts_dev, ABS_Y, absy); do_softint()
H A Dzylonite-wm97xx.c132 input_report_abs(wm->input_dev, ABS_X, x & 0xfff); wm97xx_acc_pen_down()
133 input_report_abs(wm->input_dev, ABS_Y, y & 0xfff); wm97xx_acc_pen_down()
134 input_report_abs(wm->input_dev, ABS_PRESSURE, p & 0xfff); wm97xx_acc_pen_down()
H A Datmel-wm97xx.c176 input_report_abs(wm->input_dev, ABS_X, atmel_wm97xx->x); atmel_wm97xx_channel_b_interrupt()
177 input_report_abs(wm->input_dev, ABS_Y, atmel_wm97xx->y); atmel_wm97xx_channel_b_interrupt()
181 input_report_abs(wm->input_dev, ABS_X, atmel_wm97xx->x); atmel_wm97xx_channel_b_interrupt()
182 input_report_abs(wm->input_dev, ABS_Y, atmel_wm97xx->y); atmel_wm97xx_channel_b_interrupt()
183 input_report_abs(wm->input_dev, ABS_PRESSURE, value); atmel_wm97xx_channel_b_interrupt()
205 input_report_abs(input_dev, ABS_PRESSURE, 0); atmel_wm97xx_acc_pen_up()
H A Dtouchright.c67 input_report_abs(dev, ABS_X, tr_interrupt()
69 input_report_abs(dev, ABS_Y, tr_interrupt()
H A Dtsc40.c34 input_report_abs(dev, ABS_X, x); tsc_process_data()
35 input_report_abs(dev, ABS_Y, y); tsc_process_data()
H A Dwacom_w8001.c163 input_report_abs(dev, ABS_MT_POSITION_X, x); parse_multi_touch()
164 input_report_abs(dev, ABS_MT_POSITION_Y, y); parse_multi_touch()
225 input_report_abs(dev, ABS_PRESSURE, 0); report_pen_events()
250 input_report_abs(dev, ABS_X, coord->x); report_pen_events()
251 input_report_abs(dev, ABS_Y, coord->y); report_pen_events()
252 input_report_abs(dev, ABS_PRESSURE, coord->pen_pressure); report_pen_events()
271 input_report_abs(dev, ABS_X, x); report_single_touch()
272 input_report_abs(dev, ABS_Y, y); report_single_touch()
H A Dar1021_i2c.c48 input_report_abs(input, ABS_X, x); ar1021_i2c_irq()
49 input_report_abs(input, ABS_Y, y); ar1021_i2c_irq()
H A Dfujitsu_ts.c67 input_report_abs(dev, ABS_X, fujitsu_interrupt()
69 input_report_abs(dev, ABS_Y, fujitsu_interrupt()
H A Djornada720_ts.c89 input_report_abs(input, ABS_X, x); jornada720_ts_interrupt()
90 input_report_abs(input, ABS_Y, y); jornada720_ts_interrupt()
H A Dtps6507x-ts.c175 input_report_abs(input_dev, ABS_PRESSURE, 0); tps6507x_ts_poll()
198 input_report_abs(input_dev, ABS_X, tsc->tc.x); tps6507x_ts_poll()
199 input_report_abs(input_dev, ABS_Y, tsc->tc.y); tps6507x_ts_poll()
200 input_report_abs(input_dev, ABS_PRESSURE, tsc->tc.pressure); tps6507x_ts_poll()
H A D88pm860x-ts.c77 input_report_abs(touch->idev, ABS_X, x); pm860x_touch_handler()
78 input_report_abs(touch->idev, ABS_Y, y); pm860x_touch_handler()
79 input_report_abs(touch->idev, ABS_PRESSURE, rt); pm860x_touch_handler()
83 input_report_abs(touch->idev, ABS_PRESSURE, 0); pm860x_touch_handler()
H A Dda9052_tsi.c93 input_report_abs(input, ABS_X, x); da9052_ts_read()
94 input_report_abs(input, ABS_Y, y); da9052_ts_read()
95 input_report_abs(input, ABS_PRESSURE, z); da9052_ts_read()
125 input_report_abs(input, ABS_PRESSURE, 0); da9052_ts_pen_work()
H A Dgoodix.c131 input_report_abs(ts->input_dev, ABS_MT_POSITION_X, input_x); goodix_ts_report_touch()
132 input_report_abs(ts->input_dev, ABS_MT_POSITION_Y, input_y); goodix_ts_report_touch()
133 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w); goodix_ts_report_touch()
134 input_report_abs(ts->input_dev, ABS_MT_WIDTH_MAJOR, input_w); goodix_ts_report_touch()
H A Dpenmount.c108 input_report_abs(dev, ABS_X, pm->data[1] * 128 + pm->data[2]); pm_parse_9000()
109 input_report_abs(dev, ABS_Y, pm->data[3] * 128 + pm->data[4]); pm_parse_9000()
122 input_report_abs(dev, ABS_X, pm_parse_6000()
124 input_report_abs(dev, ABS_Y, pm_parse_6000()
H A Dauo-pixcir-ts.c216 input_report_abs(ts->input, ABS_MT_POSITION_X, auo_pixcir_interrupt()
218 input_report_abs(ts->input, ABS_MT_POSITION_Y, auo_pixcir_interrupt()
220 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, auo_pixcir_interrupt()
222 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, auo_pixcir_interrupt()
224 input_report_abs(ts->input, ABS_MT_ORIENTATION, auo_pixcir_interrupt()
242 input_report_abs(ts->input, ABS_X, point[abs].coord_x); auo_pixcir_interrupt()
243 input_report_abs(ts->input, ABS_Y, point[abs].coord_y); auo_pixcir_interrupt()
H A Dtouchit213.c105 input_report_abs(dev, ABS_X, touchit213_interrupt()
107 input_report_abs(dev, ABS_Y, touchit213_interrupt()
H A Dtouchwin.c72 input_report_abs(dev, ABS_X, tw->data[0]); tw_interrupt()
73 input_report_abs(dev, ABS_Y, tw->data[1]); tw_interrupt()
H A Ddynapro.c68 input_report_abs(dev, ABS_X, DYNAPRO_GET_XC(pdynapro->data)); dynapro_process_data()
69 input_report_abs(dev, ABS_Y, DYNAPRO_GET_YC(pdynapro->data)); dynapro_process_data()
H A Dgunze.c70 input_report_abs(dev, ABS_X, simple_strtoul(gunze->data + 1, NULL, 10)); gunze_process_packet()
71 input_report_abs(dev, ABS_Y, 1024 - simple_strtoul(gunze->data + 6, NULL, 10)); gunze_process_packet()
H A Dhampshire.c67 input_report_abs(dev, ABS_X, HAMPSHIRE_GET_XC(phampshire->data)); hampshire_process_data()
68 input_report_abs(dev, ABS_Y, HAMPSHIRE_GET_YC(phampshire->data)); hampshire_process_data()
H A Dhtcpen.c80 input_report_abs(htcpen_dev, ABS_X, x); htcpen_interrupt()
81 input_report_abs(htcpen_dev, ABS_Y, y); htcpen_interrupt()
H A Dinexio.c70 input_report_abs(dev, ABS_X, INEXIO_GET_XC(pinexio->data)); inexio_process_data()
71 input_report_abs(dev, ABS_Y, INEXIO_GET_YC(pinexio->data)); inexio_process_data()
H A Dmk712.c110 input_report_abs(mk712_dev, ABS_X, last_x); mk712_interrupt()
111 input_report_abs(mk712_dev, ABS_Y, last_y); mk712_interrupt()
H A Dmtouch.c70 input_report_abs(dev, ABS_X, MTOUCH_GET_XC(mtouch->data)); mtouch_process_format_tablet()
71 input_report_abs(dev, ABS_Y, MTOUCH_MAX_YC - MTOUCH_GET_YC(mtouch->data)); mtouch_process_format_tablet()
H A Dtsc2007.c202 input_report_abs(input, ABS_X, tc.x); tsc2007_soft_irq()
203 input_report_abs(input, ABS_Y, tc.y); tsc2007_soft_irq()
204 input_report_abs(input, ABS_PRESSURE, rt); tsc2007_soft_irq()
223 input_report_abs(input, ABS_PRESSURE, 0); tsc2007_soft_irq()
H A Ducb1400_ts.c152 input_report_abs(idev, ABS_X, x); ucb1400_ts_report_event()
153 input_report_abs(idev, ABS_Y, y); ucb1400_ts_report_event()
154 input_report_abs(idev, ABS_PRESSURE, pressure); ucb1400_ts_report_event()
161 input_report_abs(idev, ABS_PRESSURE, 0); ucb1400_ts_event_release()
H A Dstmpe-ts.c121 input_report_abs(ts->idev, ABS_PRESSURE, 0); stmpe_work()
153 input_report_abs(ts->idev, ABS_X, x); stmpe_ts_handler()
154 input_report_abs(ts->idev, ABS_Y, y); stmpe_ts_handler()
155 input_report_abs(ts->idev, ABS_PRESSURE, z); stmpe_ts_handler()
H A Dwacom_i2c.c126 input_report_abs(input, ABS_X, x); wacom_i2c_irq()
127 input_report_abs(input, ABS_Y, y); wacom_i2c_irq()
128 input_report_abs(input, ABS_PRESSURE, pressure); wacom_i2c_irq()
H A Deeti_ts.c106 input_report_abs(priv->input, ABS_PRESSURE, buf[5]); eeti_ts_read()
108 input_report_abs(priv->input, ABS_X, x); eeti_ts_read()
109 input_report_abs(priv->input, ABS_Y, y); eeti_ts_read()
H A Degalax_ts.c111 input_report_abs(input_dev, ABS_MT_POSITION_X, x); egalax_ts_interrupt()
112 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); egalax_ts_interrupt()
113 input_report_abs(input_dev, ABS_MT_PRESSURE, z); egalax_ts_interrupt()
H A Dmainstone-wm97xx.c166 input_report_abs(wm->input_dev, ABS_X, x & 0xfff); wm97xx_acc_pen_down()
167 input_report_abs(wm->input_dev, ABS_Y, y & 0xfff); wm97xx_acc_pen_down()
168 input_report_abs(wm->input_dev, ABS_PRESSURE, p & 0xfff); wm97xx_acc_pen_down()
H A Dmc13783_ts.c104 input_report_abs(idev, ABS_X, x1); mc13783_ts_report_sample()
105 input_report_abs(idev, ABS_Y, y1); mc13783_ts_report_sample()
113 input_report_abs(idev, ABS_PRESSURE, mc13783_ts_report_sample()
H A Dst1232.c120 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, finger[i].t); st1232_ts_irq_handler()
121 input_report_abs(input_dev, ABS_MT_POSITION_X, finger[i].x); st1232_ts_irq_handler()
122 input_report_abs(input_dev, ABS_MT_POSITION_Y, finger[i].y); st1232_ts_irq_handler()
H A Dsur40.c284 input_report_abs(input, ABS_MT_POSITION_X, pos_x); sur40_report_blob()
285 input_report_abs(input, ABS_MT_POSITION_Y, pos_y); sur40_report_blob()
286 input_report_abs(input, ABS_MT_TOOL_X, ctr_x); sur40_report_blob()
287 input_report_abs(input, ABS_MT_TOOL_Y, ctr_y); sur40_report_blob()
290 input_report_abs(input, ABS_MT_ORIENTATION, wide); sur40_report_blob()
291 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); sur40_report_blob()
292 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); sur40_report_blob()
H A Dusbtouchscreen.c1023 input_report_abs(usbtouch->input, nexio_read_data()
1025 input_report_abs(usbtouch->input, nexio_read_data()
1027 input_report_abs(usbtouch->input, nexio_read_data()
1029 input_report_abs(usbtouch->input, nexio_read_data()
1031 input_report_abs(usbtouch->input, nexio_read_data()
1316 input_report_abs(usbtouch->input, ABS_X, usbtouch->y); usbtouch_process_pkt()
1317 input_report_abs(usbtouch->input, ABS_Y, usbtouch->x); usbtouch_process_pkt()
1319 input_report_abs(usbtouch->input, ABS_X, usbtouch->x); usbtouch_process_pkt()
1320 input_report_abs(usbtouch->input, ABS_Y, usbtouch->y); usbtouch_process_pkt()
1323 input_report_abs(usbtouch->input, ABS_PRESSURE, usbtouch->press); usbtouch_process_pkt()
H A Dti_am335x_tsc.c286 input_report_abs(input_dev, ABS_PRESSURE, 0); titsc_irq()
318 input_report_abs(input_dev, ABS_X, x); titsc_irq()
319 input_report_abs(input_dev, ABS_Y, y); titsc_irq()
320 input_report_abs(input_dev, ABS_PRESSURE, z); titsc_irq()
H A Dad7879.c201 input_report_abs(input_dev, ABS_X, ts->x); ad7879_report()
202 input_report_abs(input_dev, ABS_Y, ts->y); ad7879_report()
203 input_report_abs(input_dev, ABS_PRESSURE, ts->Rt); ad7879_report()
221 input_report_abs(input_dev, ABS_PRESSURE, 0); ad7879_ts_event_release()
H A Dmms114.c186 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width); mms114_process_mt()
187 input_report_abs(input_dev, ABS_MT_POSITION_X, x); mms114_process_mt()
188 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); mms114_process_mt()
189 input_report_abs(input_dev, ABS_MT_PRESSURE, touch->strength); mms114_process_mt()
H A Dsx8654.c115 input_report_abs(sx8654->input, ABS_X, x); sx8654_irq()
116 input_report_abs(sx8654->input, ABS_Y, y); sx8654_irq()
H A Dw90p910_ts.c64 input_report_abs(dev, ABS_X, w90p910_report_event()
66 input_report_abs(dev, ABS_Y, w90p910_report_event()
H A Dcy8ctmg110_ts.c143 input_report_abs(input, ABS_X, x); cy8ctmg110_touch_pos()
144 input_report_abs(input, ABS_Y, y); cy8ctmg110_touch_pos()
H A Dda9034-ts.c131 input_report_abs(touch->input_dev, ABS_X, x); report_pen_down()
132 input_report_abs(touch->input_dev, ABS_Y, y); report_pen_down()
H A Dili210x.c97 input_report_abs(input, ABS_MT_POSITION_X, x); ili210x_report_events()
98 input_report_abs(input, ABS_MT_POSITION_Y, y); ili210x_report_events()
H A Dmax11801_ts.c139 input_report_abs(data->input_dev, ABS_X, x); max11801_ts_interrupt()
140 input_report_abs(data->input_dev, ABS_Y, y); max11801_ts_interrupt()
H A Dmcs5000_ts.c137 input_report_abs(data->input_dev, ABS_X, x); mcs5000_ts_interrupt()
138 input_report_abs(data->input_dev, ABS_Y, y); mcs5000_ts_interrupt()
H A Dmigor_ts.c87 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/ migor_ts_isr()
88 input_report_abs(priv->input, ABS_Y, xpos); migor_ts_isr()
H A Dzforce_ts.c390 input_report_abs(ts->input, ABS_MT_POSITION_X, zforce_touch_event()
392 input_report_abs(ts->input, ABS_MT_POSITION_Y, zforce_touch_event()
394 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, zforce_touch_event()
396 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, zforce_touch_event()
398 input_report_abs(ts->input, ABS_MT_ORIENTATION, zforce_touch_event()
H A Dcyttsp_core.c331 input_report_abs(input, ABS_MT_POSITION_X, be16_to_cpu(tch->x)); cyttsp_report_tchdata()
332 input_report_abs(input, ABS_MT_POSITION_Y, be16_to_cpu(tch->y)); cyttsp_report_tchdata()
333 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); cyttsp_report_tchdata()
H A Dintel-mid-touch.c392 input_report_abs(input, ABS_X, x); mrstouch_report_event()
393 input_report_abs(input, ABS_Y, y); mrstouch_report_event()
398 input_report_abs(input, ABS_PRESSURE, z); mrstouch_report_event()
H A Dtsc2005.c245 input_report_abs(ts->idev, ABS_X, x); tsc2005_update_pen_state()
246 input_report_abs(ts->idev, ABS_Y, y); tsc2005_update_pen_state()
247 input_report_abs(ts->idev, ABS_PRESSURE, pressure); tsc2005_update_pen_state()
253 input_report_abs(ts->idev, ABS_PRESSURE, 0); tsc2005_update_pen_state()
H A Dwm97xx-core.c422 input_report_abs(wm->input_dev, ABS_PRESSURE, 0); wm97xx_read_samples()
455 input_report_abs(wm->input_dev, ABS_X, data.x & 0xfff); wm97xx_read_samples()
456 input_report_abs(wm->input_dev, ABS_Y, data.y & 0xfff); wm97xx_read_samples()
457 input_report_abs(wm->input_dev, ABS_PRESSURE, data.p & 0xfff); wm97xx_read_samples()
H A Dad7877.c368 input_report_abs(input_dev, ABS_X, x); ad7877_process_data()
369 input_report_abs(input_dev, ABS_Y, y); ad7877_process_data()
370 input_report_abs(input_dev, ABS_PRESSURE, Rt); ad7877_process_data()
383 input_report_abs(input_dev, ABS_PRESSURE, 0); ad7877_ts_event_release()
H A Dwm831x-ts.c122 input_report_abs(wm831x_ts->input_dev, data_types[i], wm831x_ts_data_irq()
144 input_report_abs(wm831x_ts->input_dev, wm831x_ts_data_irq()
H A Dlpc32xx_ts.c123 input_report_abs(input, ABS_X, (xs[1] + xs[2]) / 2); lpc32xx_ts_interrupt()
124 input_report_abs(input, ABS_Y, (ys[1] + ys[2]) / 2); lpc32xx_ts_interrupt()
H A Ds3c2410_ts.c124 input_report_abs(ts.input, ABS_X, ts.xp); touch_timer_fire()
125 input_report_abs(ts.input, ABS_Y, ts.yp); touch_timer_fire()
H A Dsun4i-ts.c136 input_report_abs(ts->input, ABS_X, x); sun4i_ts_irq_handle_input()
137 input_report_abs(ts->input, ABS_Y, y); sun4i_ts_irq_handle_input()
H A Datmel_mxt_ts.c802 input_report_abs(input_dev, ABS_MT_POSITION_X, x); mxt_proc_t9_message()
803 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); mxt_proc_t9_message()
804 input_report_abs(input_dev, ABS_MT_PRESSURE, amplitude); mxt_proc_t9_message()
805 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area); mxt_proc_t9_message()
906 input_report_abs(input_dev, ABS_MT_POSITION_X, x); mxt_proc_t100_message()
907 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); mxt_proc_t100_message()
908 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, major); mxt_proc_t100_message()
909 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure); mxt_proc_t100_message()
910 input_report_abs(input_dev, ABS_MT_DISTANCE, distance); mxt_proc_t100_message()
911 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation); mxt_proc_t100_message()
H A Dbcm_iproc_tsc.c249 input_report_abs(priv->idev, ABS_X, x); iproc_touchscreen_interrupt()
250 input_report_abs(priv->idev, ABS_Y, y); iproc_touchscreen_interrupt()
H A Dbu21013_ts.c235 input_report_abs(data->in_dev, bu21013_do_touch_report()
237 input_report_abs(data->in_dev, bu21013_do_touch_report()
H A Dads7846.c836 input_report_abs(input, ABS_X, x); ads7846_report_state()
837 input_report_abs(input, ABS_Y, y); ads7846_report_state()
838 input_report_abs(input, ABS_PRESSURE, ts->pressure_max - Rt); ads7846_report_state()
876 input_report_abs(input, ABS_PRESSURE, 0); ads7846_irq()
H A Dedt-ft5x06.c246 input_report_abs(tsdata->input, ABS_MT_POSITION_X, x); edt_ft5x06_ts_isr()
247 input_report_abs(tsdata->input, ABS_MT_POSITION_Y, y); edt_ft5x06_ts_isr()
H A Dcyttsp4_core.c885 input_report_abs(md->input, sig, cyttsp4_get_mt_touches()
904 input_report_abs(md->input, sig, cyttsp4_get_mt_touches()
/linux-4.1.27/drivers/input/tablet/
H A Dhanwang.c198 input_report_abs(input_dev, ABS_X, hanwang_parse_packet()
200 input_report_abs(input_dev, ABS_Y, hanwang_parse_packet()
202 input_report_abs(input_dev, ABS_PRESSURE, p); hanwang_parse_packet()
203 input_report_abs(input_dev, ABS_TILT_X, data[7] & 0x3f); hanwang_parse_packet()
204 input_report_abs(input_dev, ABS_TILT_Y, data[8] & 0x7f); hanwang_parse_packet()
216 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); hanwang_parse_packet()
229 input_report_abs(input_dev, ABS_WHEEL, data[1]); hanwang_parse_packet()
240 input_report_abs(input_dev, ABS_RX, hanwang_parse_packet()
242 input_report_abs(input_dev, ABS_RY, hanwang_parse_packet()
258 input_report_abs(input_dev, ABS_MISC, hanwang->current_id); hanwang_parse_packet()
H A Dkbtab.c70 input_report_abs(dev, ABS_X, get_unaligned_le16(&data[1])); kbtab_irq()
71 input_report_abs(dev, ABS_Y, get_unaligned_le16(&data[3])); kbtab_irq()
78 input_report_abs(dev, ABS_PRESSURE, pressure); kbtab_irq()
H A Dacecad.c97 input_report_abs(dev, ABS_X, x); usb_acecad_irq()
98 input_report_abs(dev, ABS_Y, y); usb_acecad_irq()
99 input_report_abs(dev, ABS_PRESSURE, pressure); usb_acecad_irq()
H A Dgtco.c658 input_report_abs(inputdev, ABS_PRESSURE, gtco_urb_callback()
667 input_report_abs(inputdev, ABS_TILT_X, gtco_urb_callback()
670 input_report_abs(inputdev, ABS_TILT_Y, gtco_urb_callback()
687 input_report_abs(inputdev, ABS_X, val); gtco_urb_callback()
690 input_report_abs(inputdev, ABS_Y, val); gtco_urb_callback()
694 input_report_abs(inputdev, ABS_DISTANCE, val); gtco_urb_callback()
746 input_report_abs(inputdev, ABS_X, val); gtco_urb_callback()
755 input_report_abs(inputdev, ABS_Y, val); gtco_urb_callback()
765 input_report_abs(inputdev, ABS_X, val); gtco_urb_callback()
768 input_report_abs(inputdev, ABS_Y, val); gtco_urb_callback()
775 input_report_abs(inputdev, ABS_DISTANCE, val); gtco_urb_callback()
788 input_report_abs(inputdev, ABS_MISC, device->buffer[6]); gtco_urb_callback()
H A Dwacom_serial4.c347 input_report_abs(wacom->dev, ABS_MISC, wacom_handle_packet()
349 input_report_abs(wacom->dev, ABS_X, x); wacom_handle_packet()
350 input_report_abs(wacom->dev, ABS_Y, y); wacom_handle_packet()
351 input_report_abs(wacom->dev, ABS_PRESSURE, z); wacom_handle_packet()
H A Daiptek.c500 input_report_abs(inputdev, ABS_MISC, aiptek_irq()
566 input_report_abs(inputdev, ABS_X, x); aiptek_irq()
567 input_report_abs(inputdev, ABS_Y, y); aiptek_irq()
568 input_report_abs(inputdev, ABS_PRESSURE, z); aiptek_irq()
576 input_report_abs(inputdev, aiptek_irq()
581 input_report_abs(inputdev, aiptek_irq()
591 input_report_abs(inputdev, aiptek_irq()
597 input_report_abs(inputdev, ABS_MISC, p | AIPTEK_REPORT_TOOL_STYLUS); aiptek_irq()
643 input_report_abs(inputdev, ABS_X, x); aiptek_irq()
644 input_report_abs(inputdev, ABS_Y, y); aiptek_irq()
654 input_report_abs(inputdev, aiptek_irq()
660 input_report_abs(inputdev, ABS_MISC, p | AIPTEK_REPORT_TOOL_MOUSE); aiptek_irq()
709 input_report_abs(inputdev, ABS_MISC, aiptek_irq()
749 input_report_abs(inputdev, ABS_MISC, aiptek_irq()
785 input_report_abs(inputdev, ABS_MISC, aiptek_irq()
/linux-4.1.27/drivers/macintosh/ams/
H A Dams-input.c45 input_report_abs(idev, ABS_X, invert ? -x : x); ams_idev_poll()
46 input_report_abs(idev, ABS_Y, invert ? -y : y); ams_idev_poll()
47 input_report_abs(idev, ABS_Z, z); ams_idev_poll()
/linux-4.1.27/drivers/input/mouse/
H A Dtouchkit_ps2.c61 input_report_abs(dev, ABS_X, TOUCHKIT_GET_X(packet)); touchkit_ps2_process_byte()
62 input_report_abs(dev, ABS_Y, TOUCHKIT_GET_Y(packet)); touchkit_ps2_process_byte()
H A Delantech.c277 input_report_abs(dev, ABS_X, elantech_report_absolute_v1()
279 input_report_abs(dev, ABS_Y, elantech_report_absolute_v1()
306 input_report_abs(dev, ABS_MT_POSITION_X, x); elantech_set_slot()
307 input_report_abs(dev, ABS_MT_POSITION_Y, y); elantech_set_slot()
389 input_report_abs(dev, ABS_X, x1); elantech_report_absolute_v2()
390 input_report_abs(dev, ABS_Y, y1); elantech_report_absolute_v2()
400 input_report_abs(dev, ABS_PRESSURE, pres); elantech_report_absolute_v2()
401 input_report_abs(dev, ABS_TOOL_WIDTH, width); elantech_report_absolute_v2()
524 input_report_abs(dev, ABS_X, x1); elantech_report_absolute_v3()
525 input_report_abs(dev, ABS_Y, y1); elantech_report_absolute_v3()
540 input_report_abs(dev, ABS_PRESSURE, pres); elantech_report_absolute_v3()
541 input_report_abs(dev, ABS_TOOL_WIDTH, width); elantech_report_absolute_v3()
603 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); process_packet_head_v4()
604 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y); process_packet_head_v4()
605 input_report_abs(dev, ABS_MT_PRESSURE, pres); process_packet_head_v4()
606 input_report_abs(dev, ABS_MT_TOUCH_MAJOR, traces * etd->width); process_packet_head_v4()
608 input_report_abs(dev, ABS_TOOL_WIDTH, traces); process_packet_head_v4()
640 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[id].x); process_packet_motion_v4()
641 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[id].y); process_packet_motion_v4()
647 input_report_abs(dev, ABS_MT_POSITION_X, etd->mt[sid].x); process_packet_motion_v4()
648 input_report_abs(dev, ABS_MT_POSITION_Y, etd->mt[sid].y); process_packet_motion_v4()
H A Dlifebook.c176 input_report_abs(dev1, ABS_X, lifebook_process_byte()
178 input_report_abs(dev1, ABS_Y, lifebook_process_byte()
181 input_report_abs(dev1, ABS_X, lifebook_process_byte()
183 input_report_abs(dev1, ABS_Y, lifebook_process_byte()
H A Dpc110pad.c77 input_report_abs(pc110pad_dev, ABS_X, pc110pad_interrupt()
79 input_report_abs(pc110pad_dev, ABS_Y, pc110pad_interrupt()
H A Dnavpoint.c100 input_report_abs(navpoint->input, ABS_X, x); navpoint_packet()
101 input_report_abs(navpoint->input, ABS_Y, y); navpoint_packet()
102 input_report_abs(navpoint->input, ABS_PRESSURE, z); navpoint_packet()
H A Dsynaptics_usb.c118 input_report_abs(input_dev, ABS_PRESSURE, pressure); synusb_report_stick()
169 input_report_abs(input_dev, ABS_X, x); synusb_report_touchpad()
170 input_report_abs(input_dev, ABS_Y, synusb_report_touchpad()
174 input_report_abs(input_dev, ABS_PRESSURE, pressure); synusb_report_touchpad()
175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); synusb_report_touchpad()
H A Dbcm5974.c511 input_report_abs(input, ABS_MT_TOUCH_MAJOR, report_finger_data()
513 input_report_abs(input, ABS_MT_TOUCH_MINOR, report_finger_data()
515 input_report_abs(input, ABS_MT_WIDTH_MAJOR, report_finger_data()
517 input_report_abs(input, ABS_MT_WIDTH_MINOR, report_finger_data()
519 input_report_abs(input, ABS_MT_ORIENTATION, report_finger_data()
521 input_report_abs(input, ABS_MT_POSITION_X, pos->x); report_finger_data()
522 input_report_abs(input, ABS_MT_POSITION_Y, pos->y); report_finger_data()
540 input_report_abs(input, ABS_PRESSURE, abs_p); report_synaptics_data()
541 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); report_synaptics_data()
H A Dappletouch.c630 input_report_abs(dev->input, ABS_X, x); atp_complete_geyser_1_2()
631 input_report_abs(dev->input, ABS_Y, y); atp_complete_geyser_1_2()
632 input_report_abs(dev->input, ABS_PRESSURE, atp_complete_geyser_1_2()
644 input_report_abs(dev->input, ABS_PRESSURE, 0); atp_complete_geyser_1_2()
750 input_report_abs(dev->input, ABS_X, x); atp_complete_geyser_3_4()
751 input_report_abs(dev->input, ABS_Y, y); atp_complete_geyser_3_4()
752 input_report_abs(dev->input, ABS_PRESSURE, atp_complete_geyser_3_4()
764 input_report_abs(dev->input, ABS_PRESSURE, 0); atp_complete_geyser_3_4()
H A Delan_i2c_core.c771 input_report_abs(input, ABS_MT_POSITION_X, pos_x); elan_report_contact()
772 input_report_abs(input, ABS_MT_POSITION_Y, data->max_y - pos_y); elan_report_contact()
773 input_report_abs(input, ABS_MT_DISTANCE, hover_event); elan_report_contact()
774 input_report_abs(input, ABS_MT_PRESSURE, elan_report_contact()
776 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); elan_report_contact()
777 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major); elan_report_contact()
778 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); elan_report_contact()
H A Dsynaptics.c829 input_report_abs(dev, ABS_MT_POSITION_X, x); synaptics_report_semi_mt_slot()
830 input_report_abs(dev, ABS_MT_POSITION_Y, synaptics_invert_y(y)); synaptics_report_semi_mt_slot()
939 input_report_abs(dev, ABS_MT_POSITION_X, pos[i].x); synaptics_report_mt_data()
940 input_report_abs(dev, ABS_MT_POSITION_Y, pos[i].y); synaptics_report_mt_data()
941 input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); synaptics_report_mt_data()
1061 input_report_abs(dev, ABS_X, hw.x); synaptics_process_packet()
1062 input_report_abs(dev, ABS_Y, synaptics_invert_y(hw.y)); synaptics_process_packet()
1064 input_report_abs(dev, ABS_PRESSURE, hw.z); synaptics_process_packet()
1067 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); synaptics_process_packet()
H A Dcypress_ps2.c547 input_report_abs(input, ABS_MT_POSITION_X, contact->x); cypress_process_packet()
548 input_report_abs(input, ABS_MT_POSITION_Y, contact->y); cypress_process_packet()
549 input_report_abs(input, ABS_MT_PRESSURE, contact->z); cypress_process_packet()
H A Dfocaltech.c137 input_report_abs(dev, ABS_MT_POSITION_X, clamped_x); focaltech_report_state()
138 input_report_abs(dev, ABS_MT_POSITION_Y, focaltech_report_state()
H A Dalps.c312 input_report_abs(dev, ABS_X, x); alps_process_packet_v1_v2()
313 input_report_abs(dev, ABS_Y, y); alps_process_packet_v1_v2()
314 input_report_abs(dev, ABS_PRESSURE, 0); alps_process_packet_v1_v2()
326 input_report_abs(dev, ABS_X, x); alps_process_packet_v1_v2()
327 input_report_abs(dev, ABS_Y, y); alps_process_packet_v1_v2()
330 input_report_abs(dev, ABS_PRESSURE, z); alps_process_packet_v1_v2()
497 input_report_abs(dev, ABS_MT_POSITION_X, x); alps_set_slot()
498 input_report_abs(dev, ABS_MT_POSITION_Y, y); alps_set_slot()
536 input_report_abs(dev, ABS_PRESSURE, f->pressure); alps_report_semi_mt_data()
868 input_report_abs(dev, ABS_X, x); alps_process_packet_v6()
869 input_report_abs(dev, ABS_Y, y); alps_process_packet_v6()
872 input_report_abs(dev, ABS_PRESSURE, z); alps_process_packet_v6()
1303 input_report_abs(dev, ABS_PRESSURE, f->pressure); alps_process_packet_ss4_v2()
H A Dcyapa_gen5.c2629 input_report_abs(input, ABS_MT_POSITION_X, x); cyapa_gen5_report_slot_data()
2633 input_report_abs(input, ABS_MT_POSITION_Y, y); cyapa_gen5_report_slot_data()
2634 input_report_abs(input, ABS_MT_PRESSURE, cyapa_gen5_report_slot_data()
2636 input_report_abs(input, ABS_MT_TOUCH_MAJOR, cyapa_gen5_report_slot_data()
2638 input_report_abs(input, ABS_MT_TOUCH_MINOR, cyapa_gen5_report_slot_data()
2641 input_report_abs(input, ABS_MT_WIDTH_MAJOR, cyapa_gen5_report_slot_data()
2643 input_report_abs(input, ABS_MT_WIDTH_MINOR, cyapa_gen5_report_slot_data()
2646 input_report_abs(input, ABS_MT_ORIENTATION, cyapa_gen5_report_slot_data()
H A Dvmmouse.c193 input_report_abs(abs_dev, ABS_X, x); vmmouse_report_events()
194 input_report_abs(abs_dev, ABS_Y, y); vmmouse_report_events()
H A Dvsxxxaa.c311 input_report_abs(dev, ABS_X, x); vsxxxaa_handle_ABS_packet()
312 input_report_abs(dev, ABS_Y, y); vsxxxaa_handle_ABS_packet()
H A Dsentelic.c699 input_report_abs(dev, ABS_MT_POSITION_X, x); fsp_set_slot()
700 input_report_abs(dev, ABS_MT_POSITION_Y, y); fsp_set_slot()
795 input_report_abs(dev, ABS_X, abs_x); fsp_process_byte()
796 input_report_abs(dev, ABS_Y, abs_y); fsp_process_byte()
H A Dcyapa_gen3.c1198 input_report_abs(input, ABS_MT_POSITION_X, cyapa_gen3_irq_handler()
1200 input_report_abs(input, ABS_MT_POSITION_Y, cyapa_gen3_irq_handler()
1202 input_report_abs(input, ABS_MT_PRESSURE, touch->pressure); cyapa_gen3_irq_handler()
H A Dhgpk.c359 input_report_abs(idev, ABS_PRESSURE, z); hgpk_process_advanced_packet()
419 input_report_abs(idev, ABS_X, x); hgpk_process_advanced_packet()
420 input_report_abs(idev, ABS_Y, y); hgpk_process_advanced_packet()
/linux-4.1.27/drivers/input/misc/
H A Dcma3000_d0x.c127 input_report_abs(data->input_dev, ABS_MISC, 1); cma3000_thread_irq()
130 input_report_abs(data->input_dev, ABS_MISC, 0); cma3000_thread_irq()
150 input_report_abs(data->input_dev, ABS_X, datax); cma3000_thread_irq()
151 input_report_abs(data->input_dev, ABS_Y, datay); cma3000_thread_irq()
152 input_report_abs(data->input_dev, ABS_Z, dataz); cma3000_thread_irq()
H A Dmma8450.c130 input_report_abs(dev->input, ABS_X, x); mma8450_poll()
131 input_report_abs(dev->input, ABS_Y, y); mma8450_poll()
132 input_report_abs(dev->input, ABS_Z, z); mma8450_poll()
H A Dmpu3050.c245 input_report_abs(sensor->idev, ABS_X, axis.x); mpu3050_interrupt_thread()
246 input_report_abs(sensor->idev, ABS_Y, axis.y); mpu3050_interrupt_thread()
247 input_report_abs(sensor->idev, ABS_Z, axis.z); mpu3050_interrupt_thread()
H A Dbma150.c341 input_report_abs(bma150->input, ABS_X, x); bma150_report_xyz()
342 input_report_abs(bma150->input, ABS_Y, y); bma150_report_xyz()
343 input_report_abs(bma150->input, ABS_Z, z); bma150_report_xyz()
H A Dkxtj9.c135 input_report_abs(tj9->input_dev, ABS_X, tj9->pdata.negate_x ? -x : x); kxtj9_report_acceleration_data()
136 input_report_abs(tj9->input_dev, ABS_Y, tj9->pdata.negate_y ? -y : y); kxtj9_report_acceleration_data()
137 input_report_abs(tj9->input_dev, ABS_Z, tj9->pdata.negate_z ? -z : z); kxtj9_report_acceleration_data()
H A Dgpio_tilt_polled.c62 input_report_abs(input, gpio_tilt_polled_poll()
H A Dxen-kbdfront.c91 input_report_abs(dev, ABS_X, event->pos.abs_x); input_handler()
92 input_report_abs(dev, ABS_Y, event->pos.abs_y); input_handler()
H A Dad714x.c380 input_report_abs(sw->input, ABS_X, sw->flt_pos); ad714x_slider_state_machine()
552 input_report_abs(sw->input, ABS_WHEEL, ad714x_wheel_state_machine()
845 input_report_abs(sw->input, ABS_X, ad714x_touchpad_state_machine()
847 input_report_abs(sw->input, ABS_Y, ad714x_touchpad_state_machine()
H A Dideapad_slidebar.c168 input_report_abs(slidebar_input_dev, ABS_X, slidebar_pos_get()); slidebar_i8042_filter()
H A Drotary_encoder.c85 input_report_abs(encoder->input, pdata->axis, encoder->pos); rotary_encoder_report_event()
H A Dims-pcu.c276 input_report_abs(input, ABS_X, x); ims_pcu_gamepad_report()
277 input_report_abs(input, ABS_Y, y); ims_pcu_gamepad_report()
/linux-4.1.27/drivers/mfd/
H A Ducb1x00-ts.c61 input_report_abs(idev, ABS_X, x); ucb1x00_ts_evt_add()
62 input_report_abs(idev, ABS_Y, y); ucb1x00_ts_evt_add()
63 input_report_abs(idev, ABS_PRESSURE, pressure); ucb1x00_ts_evt_add()
72 input_report_abs(idev, ABS_PRESSURE, 0); ucb1x00_ts_event_release()
/linux-4.1.27/drivers/platform/x86/
H A Dclassmate-laptop.c206 input_report_abs(inputdev, ABS_X, x); cmpc_accel_handler_v4()
207 input_report_abs(inputdev, ABS_Y, y); cmpc_accel_handler_v4()
208 input_report_abs(inputdev, ABS_Z, z); cmpc_accel_handler_v4()
555 input_report_abs(inputdev, ABS_X, x); cmpc_accel_handler()
556 input_report_abs(inputdev, ABS_Y, y); cmpc_accel_handler()
557 input_report_abs(inputdev, ABS_Z, z); cmpc_accel_handler()
H A Dhdaps.c343 input_report_abs(input_dev, ABS_X, x - rest_x); hdaps_mousedev_poll()
344 input_report_abs(input_dev, ABS_Y, y - rest_y); hdaps_mousedev_poll()
H A Dasus-laptop.c473 input_report_abs(ipd->input, ABS_X, 0); pega_accel_poll()
474 input_report_abs(ipd->input, ABS_Y, 0); pega_accel_poll()
475 input_report_abs(ipd->input, ABS_Z, 0); pega_accel_poll()
487 input_report_abs(ipd->input, ABS_X, -asus->pega_acc_x); pega_accel_poll()
488 input_report_abs(ipd->input, ABS_Y, -asus->pega_acc_y); pega_accel_poll()
489 input_report_abs(ipd->input, ABS_Z, asus->pega_acc_z); pega_accel_poll()
H A Dacer-wmi.c1493 input_report_abs(acer_wmi_accel_dev, ABS_X, acer_gsensor_event()
1495 input_report_abs(acer_wmi_accel_dev, ABS_Y, acer_gsensor_event()
1497 input_report_abs(acer_wmi_accel_dev, ABS_Z, acer_gsensor_event()
/linux-4.1.27/drivers/misc/ibmasm/
H A Dremote.c162 input_report_abs(dev, ABS_X, input->data.mouse.x); send_mouse_event()
163 input_report_abs(dev, ABS_Y, input->data.mouse.y); send_mouse_event()
/linux-4.1.27/drivers/iio/adc/
H A Dat91_adc.c335 input_report_abs(st->ts_input, ABS_X, x); at91_ts_sample()
336 input_report_abs(st->ts_input, ABS_Y, y); at91_ts_sample()
337 input_report_abs(st->ts_input, ABS_PRESSURE, pres); at91_ts_sample()
392 input_report_abs(st->ts_input, ABS_X, st->ts_prev_absx); at91_adc_rl_interrupt()
393 input_report_abs(st->ts_input, ABS_Y, st->ts_prev_absy); at91_adc_rl_interrupt()
/linux-4.1.27/drivers/misc/lis3lv02d/
H A Dlis3lv02d.c456 input_report_abs(pidev->input, ABS_X, x); lis3lv02d_joystick_poll()
457 input_report_abs(pidev->input, ABS_Y, y); lis3lv02d_joystick_poll()
458 input_report_abs(pidev->input, ABS_Z, z); lis3lv02d_joystick_poll()
/linux-4.1.27/drivers/staging/ste_rmi4/
H A Dsynaptics_i2c_rmi4.c388 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, synpatics_rmi4_touchpad_report()
390 input_report_abs(input_dev, ABS_MT_POSITION_X, x); synpatics_rmi4_touchpad_report()
391 input_report_abs(input_dev, ABS_MT_POSITION_Y, y); synpatics_rmi4_touchpad_report()
/linux-4.1.27/drivers/staging/iio/adc/
H A Dmxs-lradc.c710 input_report_abs(lradc->ts_input, ABS_X, lradc->ts_x_pos); mxs_lradc_report_ts_event()
711 input_report_abs(lradc->ts_input, ABS_Y, lradc->ts_y_pos); mxs_lradc_report_ts_event()
712 input_report_abs(lradc->ts_input, ABS_PRESSURE, lradc->ts_pressure); mxs_lradc_report_ts_event()
/linux-4.1.27/drivers/input/keyboard/
H A Dhil_kbd.c241 input_report_abs(dev, ABS_X + i, val); hil_dev_handle_ptr_events()
/linux-4.1.27/drivers/hwmon/
H A Dapplesmc.c705 input_report_abs(idev, ABS_X, x - rest_x); applesmc_idev_poll()
706 input_report_abs(idev, ABS_Y, y - rest_y); applesmc_idev_poll()
/linux-4.1.27/drivers/media/rc/
H A Dimon.c1088 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); imon_touch_display_timeout()
1089 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); imon_touch_display_timeout()
1396 input_report_abs(ictx->touch, ABS_X, ictx->touch_x); imon_touch_event()
1397 input_report_abs(ictx->touch, ABS_Y, ictx->touch_y); imon_touch_event()
/linux-4.1.27/include/linux/
H A Dinput.h397 static inline void input_report_abs(struct input_dev *dev, unsigned int code, int value) input_report_abs() function

Completed in 2518 milliseconds