Searched refs:ABS_MT_TOUCH_MINOR (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/input/touchscreen/
H A Ds6sy761.c157 input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, minor);
435 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
437 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
H A Dsis_i2c.c213 input_report_abs(input, ABS_MT_TOUCH_MINOR,
339 input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
H A Dauo-pixcir-ts.c224 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
542 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR,
H A Dstmfts.c188 input_report_abs(sdata->input, ABS_MT_TOUCH_MINOR, min);
666 input_set_abs_params(sdata->input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
H A Dcyttsp5.c337 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
394 input_set_abs_params(ts->input, ABS_MT_TOUCH_MINOR, 0, MAX_AREA, 0, 0);
H A Dsur40.c451 input_report_abs(input, ABS_MT_TOUCH_MINOR, minor);
635 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR,
H A Dzforce_ts.c398 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR,
859 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0,
H A Dmelfas_mip4.c536 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, touch_minor);
1485 input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
H A Draydium_i2c_ts.c893 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy));
H A Dusbtouchscreen.c1107 ABS_MT_TOUCH_MINOR, min(x,h));
/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.c103 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
182 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 0x0f, 0, 0);
/linux-master/drivers/hid/
H A Dhid-ntrig.c530 EV_ABS, ABS_MT_TOUCH_MINOR);
741 ABS_MT_TOUCH_MINOR, nd->h);
748 ABS_MT_TOUCH_MINOR, nd->w);
H A Dhid-magicmouse.c357 input_report_abs(input, ABS_MT_TOUCH_MINOR, touch_minor << 2);
603 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255 << 2,
H A Dwacom_wac.c1486 input_report_abs(touch_input, ABS_MT_TOUCH_MINOR, min(w, h));
2637 wacom_map_usage(input, usage, field, EV_ABS, ABS_MT_TOUCH_MINOR, 0);
2713 input_report_abs(input, ABS_MT_TOUCH_MINOR, min(hid_data->width, hid_data->height));
3097 input_report_abs(input, ABS_MT_TOUCH_MINOR, height);
3982 input_set_abs_params(input_dev, ABS_MT_TOUCH_MINOR, 0, features->y_max, 0, 0);
4027 ABS_MT_TOUCH_MINOR,
H A Dhid-sony.c891 input_report_abs(sc->touchpad, ABS_MT_TOUCH_MINOR,
1053 input_set_abs_params(sc->touchpad, ABS_MT_TOUCH_MINOR,
H A Dhid-multitouch.c828 set_abs(hi->input, ABS_MT_TOUCH_MINOR, field,
1147 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor);
H A Dhid-debug.c1024 [ABS_MT_TOUCH_MINOR] = "MTMinor",
/linux-master/drivers/input/mouse/
H A Dbcm5974.c527 set_abs(input_dev, ABS_MT_TOUCH_MINOR, &cfg->w);
573 input_report_abs(input, ABS_MT_TOUCH_MINOR,
H A Delan_i2c_core.c974 input_report_abs(input, ABS_MT_TOUCH_MINOR,
1174 input_set_abs_params(input, ABS_MT_TOUCH_MINOR,
H A Dcyapa.c470 input_set_abs_params(input, ABS_MT_TOUCH_MINOR, 0, 255, 0, 0);
/linux-master/drivers/input/misc/
H A Dxen-kbdfront.c139 input_report_abs(info->mtouch, ABS_MT_TOUCH_MINOR,
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h884 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h884 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h884 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */ macro
/linux-master/drivers/input/keyboard/
H A Dapplespi.c1022 input_report_abs(input, ABS_MT_TOUCH_MINOR,
1297 input_set_abs_params(touchpad_input_dev, ABS_MT_TOUCH_MINOR,

Completed in 291 milliseconds

12