Home
last modified time | relevance | path

Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/input/touchscreen/
H A Ds6sy761.c157 input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, minor); in s6sy761_report_coordinates()
435 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in s6sy761_probe()
437 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in s6sy761_probe()
H A Dsis_i2c.c213 input_report_abs(input, ABS_MT_TOUCH_MINOR, in sis_ts_report_contact()
339 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, in sis_ts_probe()
H A Dapple_z2.c117 input_report_abs(z2->input_dev, ABS_MT_TOUCH_MINOR, in apple_z2_parse_touches()
402 input_set_abs_params(z2->input_dev, ABS_MT_TOUCH_MINOR, 0, 65535, 0, 0); in apple_z2_probe()
H A Dauo-pixcir-ts.c224 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in auo_pixcir_interrupt()
542 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in auo_pixcir_probe()
H A Dzforce_ts.c362 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in zforce_touch_event()
770 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in zforce_probe()
H A Dstmfts.c188 input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, min); in stmfts_report_contact_event()
666 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in stmfts_probe()
H A Dcyttsp5.c337 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in cyttsp5_get_mt_touches()
394 input_set_abs_params(ts->input, ABS_MT_TOUCH_MINOR, 0, MAX_AREA, 0, 0); in cyttsp5_setup_input_device()
H A Dsur40.c451 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); in sur40_report_blob()
635 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in sur40_input_setup_events()
H A Dmelfas_mip4.c536 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor); in mip4_report_touch()
1485 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, in mip4_probe()
H A Draydium_i2c_ts.c893 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
/linux-6.15/drivers/input/rmi4/
H A Drmi_2d_sensor.c103 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in rmi_2d_sensor_abs_report()
182 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 0x0f, 0, 0); in rmi_2d_sensor_set_input_params()
/linux-6.15/drivers/hid/
H A Dhid-ntrig.c530 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping()
741 ABS_MT_TOUCH_MINOR, nd->h); in ntrig_event()
748 ABS_MT_TOUCH_MINOR, nd->w); in ntrig_event()
H A Dhid-magicmouse.c361 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch()
618 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255 << 2, in magicmouse_setup_input()
H A Dwacom_wac.c1439 input_report_abs(touch_input, ABS_MT_TOUCH_MINOR, min(w, h)); in wacom_intuos_pro2_bt_touch()
2672 wacom_map_usage(input, usage, field, EV_ABS, ABS_MT_TOUCH_MINOR, 0); in wacom_wac_finger_usage_mapping()
2748 input_report_abs(input, ABS_MT_TOUCH_MINOR, min(hid_data->width, hid_data->height)); in wacom_wac_finger_slot()
3132 input_report_abs(input, ABS_MT_TOUCH_MINOR, height); in wacom_bpt3_touch_msg()
4017 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0); in wacom_setup_touch_input_capabilities()
4062 ABS_MT_TOUCH_MINOR, in wacom_setup_touch_input_capabilities()
H A Dhid-sony.c891 input_report_abs(sc->touchpad, ABS_MT_TOUCH_MINOR, in nsg_mrxu_parse_report()
1053 input_set_abs_params(sc->touchpad, ABS_MT_TOUCH_MINOR, in sony_register_touchpad()
H A Dhid-multitouch.c842 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_touch_input_mapping()
1161 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_process_slot()
H A Dhid-debug.c3517 [ABS_MT_TOUCH_MINOR] = "MTMinor",
/linux-6.15/drivers/input/mouse/
H A Dbcm5974.c527 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w); in setup_events_to_report()
573 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
H A Delan_i2c_core.c968 input_report_abs(input, ABS_MT_TOUCH_MINOR, in elan_report_contact()
1168 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, in elan_setup_input_device()
H A Dcyapa.c470 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
/linux-6.15/Documentation/input/
H A Dmulti-touch-protocol.rst239 ABS_MT_TOUCH_MINOR
352 ABS_MT_TOUCH_MINOR := min(X, Y)
371 ABS_MT_TOUCH_MINOR := <not used>
/linux-6.15/include/uapi/linux/
H A Dinput-event-codes.h887 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-6.15/include/dt-bindings/input/
H A Dlinux-event-codes.h887 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-6.15/drivers/input/misc/
H A Dxen-kbdfront.c139 input_report_abs(info->mtouch, ABS_MT_TOUCH_MINOR, in xenkbd_handle_mt_event()
/linux-6.15/drivers/input/keyboard/
H A Dapplespi.c1003 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
1278 input_set_abs_params(touchpad_input_dev, ABS_MT_TOUCH_MINOR, in applespi_register_touchpad_device()

12