Searched refs:ABS_MT_TOUCH_MINOR (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/hid/ |
D | hid-ntrig.c | 534 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping() 745 ABS_MT_TOUCH_MINOR, nd->h); in ntrig_event() 752 ABS_MT_TOUCH_MINOR, nd->w); in ntrig_event()
|
D | hid-magicmouse.c | 266 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2); in magicmouse_emit_touch() 409 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255 << 2, in magicmouse_setup_input()
|
D | hid-multitouch.c | 484 EV_ABS, ABS_MT_TOUCH_MINOR); in mt_touch_input_mapping() 486 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field, in mt_touch_input_mapping() 607 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_complete_slot()
|
D | hid-rmi.c | 345 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in rmi_f11_process_touch() 1096 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 0x0f, 0, 0); in rmi_input_configured()
|
D | hid-debug.c | 981 [ABS_MT_TOUCH_MINOR] = "MTMinor",
|
D | wacom_wac.c | 1717 input_report_abs(input, ABS_MT_TOUCH_MINOR, height); in wacom_bpt3_touch_msg() 2340 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in wacom_setup_pentouch_input_capabilities() 2418 ABS_MT_TOUCH_MINOR, in wacom_setup_pentouch_input_capabilities()
|
D | hid-input.c | 237 case ABS_MT_TOUCH_MINOR: in hidinput_calc_abs_res()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | auo-pixcir-ts.c | 222 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in auo_pixcir_interrupt() 601 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in auo_pixcir_probe()
|
D | sur40.c | 292 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); in sur40_report_blob() 466 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, in sur40_input_setup()
|
D | zforce_ts.c | 396 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, in zforce_touch_event() 839 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, in zforce_probe()
|
D | usbtouchscreen.c | 1026 ABS_MT_TOUCH_MINOR, min(x,h)); in nexio_read_data()
|
/linux-4.1.27/drivers/input/mouse/ |
D | bcm5974.c | 467 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w); in setup_events_to_report() 513 input_report_abs(input, ABS_MT_TOUCH_MINOR, in report_finger_data()
|
D | elan_i2c_core.c | 778 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor); in elan_report_contact() 890 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, in elan_setup_input_device()
|
D | cyapa.c | 428 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0); in cyapa_create_input_dev()
|
D | cyapa_gen5.c | 2638 input_report_abs(input, ABS_MT_TOUCH_MINOR, in cyapa_gen5_report_slot_data()
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 231 ABS_MT_TOUCH_MINOR 352 ABS_MT_TOUCH_MINOR := min(X, Y) 371 ABS_MT_TOUCH_MINOR := <not used>
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 854 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
|