/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | s6sy761.c | 156 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, major); in s6sy761_report_coordinates() 438 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe() 440 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe()
|
H A D | sis_i2c.c | 211 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in sis_ts_report_contact() 346 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, in sis_ts_probe()
|
H A D | st1232.c | 111 input_report_abs(input, ABS_MT_TOUCH_MAJOR, z[i]); in st1232_ts_parse_and_report() 243 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in st1232_ts_probe()
|
H A D | cy8ctma140.c | 88 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, w); in cy8ctma140_report() 224 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cy8ctma140_probe()
|
H A D | zinitix.c | 332 ABS_MT_TOUCH_MAJOR, p->width); in zinitix_report_finger() 465 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in zinitix_init_input_dev()
|
H A D | mms114.c | 186 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width); in mms114_process_mt() 466 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in mms114_probe()
|
H A D | auo-pixcir-ts.c | 210 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in auo_pixcir_interrupt() 580 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in auo_pixcir_probe()
|
H A D | stmfts.c | 187 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, maj); in stmfts_report_contact_event() 669 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in stmfts_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | s6sy761.c | 156 input_report_abs(sdata->input, ABS_MT_TOUCH_MAJOR, major); in s6sy761_report_coordinates() 437 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe() 439 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in s6sy761_probe()
|
H A D | imagis.c | 124 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, in imagis_interrupt() 213 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in imagis_init_input_dev()
|
H A D | cy8ctma140.c | 88 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, w); in cy8ctma140_report() 223 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in cy8ctma140_probe()
|
H A D | himax_hx83112b.c | 149 input_set_abs_params(ts->input_dev, ABS_MT_TOUCH_MAJOR, 0, 200, 0, 0); in himax_input_register() 194 input_report_abs(ts->input_dev, ABS_MT_TOUCH_MAJOR, w); in himax_process_event_point()
|
H A D | st1232.c | 164 input_report_abs(input, ABS_MT_TOUCH_MAJOR, z[i]); in st1232_ts_parse_and_report() 304 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, in st1232_ts_probe()
|
H A D | sis_i2c.c | 211 input_report_abs(input, ABS_MT_TOUCH_MAJOR, in sis_ts_report_contact() 337 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, in sis_ts_probe()
|
H A D | hynitron_cstxxx.c | 255 input_report_abs(ts_data->input_dev, ABS_MT_TOUCH_MAJOR, w); in cst3xx_report_contact() 377 input_set_abs_params(ts_data->input_dev, ABS_MT_TOUCH_MAJOR, in cst3xx_input_dev_int()
|
H A D | zinitix.c | 343 ABS_MT_TOUCH_MAJOR, p->width); in zinitix_report_finger() 476 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, 0, 255, 0, 0); in zinitix_init_input_dev()
|
H A D | auo-pixcir-ts.c | 222 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, in auo_pixcir_interrupt() 540 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in auo_pixcir_probe()
|
H A D | mms114.c | 187 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, touch->width); in mms114_process_mt() 548 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR, in mms114_probe()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_2d_sensor_abs_report() 181 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | xen-kbdfront.c | 137 input_report_abs(info->mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_handle_mt_event() 353 input_set_abs_params(mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_probe()
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | xen-kbdfront.c | 137 input_report_abs(info->mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_handle_mt_event() 353 input_set_abs_params(mtouch, ABS_MT_TOUCH_MAJOR, in xenkbd_probe()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_2d_sensor_abs_report() 181 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 0x0f, 0, 0); in rmi_2d_sensor_set_input_params()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-ntrig.c | 526 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping() 739 ABS_MT_TOUCH_MAJOR, nd->w); in ntrig_event() 746 ABS_MT_TOUCH_MAJOR, nd->h); in ntrig_event()
|
H A D | hid-magicmouse.c | 289 input_report_abs(input, ABS_MT_TOUCH_MAJOR, touch_major << 2); in magicmouse_emit_touch() 472 input_set_abs_params(input, ABS_MT_TOUCH_MAJOR, 0, 255 << 2, in magicmouse_setup_input()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-ntrig.c | 526 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping() 739 ABS_MT_TOUCH_MAJOR, nd->w); in ntrig_event() 746 ABS_MT_TOUCH_MAJOR, nd->h); in ntrig_event()
|