Searched refs:ABS_MT_TOUCH_MAJOR (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/drivers/input/touchscreen/
H A Dcy8ctma140.c88 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, w);
223 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Ds6sy761.c156 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, major);
434 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
436 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Dst1232.c164 input_report_abs(input, ABS_MT_TOUCH_MAJOR, z[i]);
304 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0,
H A Dhimax_hx83112b.c149 input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 200, 0, 0);
194 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, w);
H A Dsis_i2c.c211 input_report_abs(input, ABS_MT_TOUCH_MAJOR,
337 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR,
H A Dhynitron_cstxxx.c255 input_report_abs(ts_data->input_dev, ABS_MT_TOUCH_MAJOR, w);
377 input_set_abs_params(ts_data->input_dev, ABS_MT_TOUCH_MAJOR,
H A Dimagis.c143 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR,
237 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 16, 0, 0);
H A Dcyttsp_core.c350 input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z);
697 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Dzinitix.c343 ABS_MT_TOUCH_MAJOR, p->width);
476 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Dauo-pixcir-ts.c222 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR,
540 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
H A Dmms114.c187 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width);
548 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
H A Dstmfts.c187 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, maj);
665 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Dgoodix_berlin_core.c464 input_report_abs(cd->input_dev, ABS_MT_TOUCH_MAJOR,
625 input_set_abs_params(cd->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Delants_i2c.c537 /* Get report resolution value of ABS_MT_TOUCH_MAJOR */
1024 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w);
1502 input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
1517 input_abs_set_res(ts->input, ABS_MT_TOUCH_MAJOR, ts->major_res);
H A Dgoodix.c413 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
428 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, input_w);
1169 input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Draydium_i2c_ts.c892 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy));
1148 input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
H A Dcyttsp5.c335 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR,
393 input_set_abs_params(ts->input, ABS_MT_TOUCH_MAJOR, 0, MAX_AREA, 0, 0);
H A Dsur40.c450 input_report_abs(input, ABS_MT_TOUCH_MAJOR, major);
633 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
H A Dhideep.c719 input_report_abs(input, ABS_MT_TOUCH_MAJOR, event->w);
811 input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0);
/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.c102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major);
181 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0);
/linux-master/drivers/input/misc/
H A Dxen-kbdfront.c137 input_report_abs(info->mtouch, ABS_MT_TOUCH_MAJOR,
353 input_set_abs_params(mtouch, ABS_MT_TOUCH_MAJOR,
/linux-master/include/linux/
H A Dinput.h12 #define ABS_MT_FIRST ABS_MT_TOUCH_MAJOR
/linux-master/drivers/hid/
H A Dhid-ntrig.c526 EV_ABS, ABS_MT_TOUCH_MAJOR);
739 ABS_MT_TOUCH_MAJOR, nd->w);
746 ABS_MT_TOUCH_MAJOR, nd->h);
H A Dhid-asus.c215 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major);
246 input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR));
817 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0,
H A Dhid-magicmouse.c356 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2);
601 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255 << 2,

Completed in 391 milliseconds

12