Home
last modified time | relevance | path

Searched refs:ABS_TOOL_WIDTH (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dfocaltech.c140 input_report_abs(dev, ABS_TOOL_WIDTH, state->width); in focaltech_report_state()
342 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in focaltech_set_input_params()
H A Dsynaptics_usb.c175 input_report_abs(input_dev, ABS_TOOL_WIDTH, tool_width); in synusb_report_touchpad()
405 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in synusb_probe()
H A Delantech.c483 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v2()
632 input_report_abs(dev, ABS_TOOL_WIDTH, width); in elantech_report_absolute_v3()
696 input_report_abs(dev, ABS_TOOL_WIDTH, traces); in process_packet_head_v4()
1212 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
1232 input_set_abs_params(dev, ABS_TOOL_WIDTH, ETP_WMIN_V2, in elantech_set_input_params()
H A Dbcm5974.c523 input_set_abs_params(input_dev, ABS_TOOL_WIDTH, 0, 16, 0, 0); in setup_events_to_report()
601 input_report_abs(input, ABS_TOOL_WIDTH, abs_w); in report_synaptics_data()
H A Delan_i2c_core.c934 input_report_abs(input, ABS_TOOL_WIDTH, mk_x); in elan_report_contact()
1123 input_set_abs_params(input, ABS_TOOL_WIDTH, in elan_setup_input_device()
H A Dsynaptics.c1147 input_report_abs(dev, ABS_TOOL_WIDTH, finger_width); in synaptics_process_packet()
1329 input_set_abs_params(dev, ABS_TOOL_WIDTH, 0, 15, 0, 0); in set_input_params()
H A Dcypress_ps2.c378 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, 255, 0, 0); in cypress_set_input_params()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-asus.c242 input_report_abs(drvdat->input, ABS_TOOL_WIDTH, in asus_report_tool_width()
695 input_set_abs_params(input, ABS_TOOL_WIDTH, 0, in asus_input_configured()
H A Dhid-debug.c967 [ABS_TILT_Y] = "YTilt", [ABS_TOOL_WIDTH] = "ToolWidth",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h749 #define ABS_TOOL_WIDTH 0x1c macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h749 #define ABS_TOOL_WIDTH 0x1c macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h705 #define ABS_TOOL_WIDTH 0x1c macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h672 #define ABS_TOOL_WIDTH 0x1c macro
H A Dlinux-event-codes.h841 #define ABS_TOOL_WIDTH 0x1c macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h841 #define ABS_TOOL_WIDTH 0x1c macro
/OK3568_Linux_fs/kernel/drivers/input/
H A Dmousedev.c1036 BIT_MASK(ABS_TOOL_WIDTH) },
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c1897 …input_set_abs_params(sensor->input_dev, ABS_TOOL_WIDTH, sensor->ops->brightness[0], sensor->ops->… in sensor_probe()