Searched refs:BTN_TOOL_FINGER (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-udraw-ps3.c215 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER,
224 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, 0);
319 set_bit(BTN_TOOL_FINGER, input_dev->keybit);
H A Dhid-magicmouse.c572 __set_bit(BTN_TOOL_FINGER, input->keybit);
585 __set_bit(BTN_TOOL_FINGER, input->keybit);
H A Dhid-ntrig.c875 __clear_bit(BTN_TOOL_FINGER, input->keybit);
H A Dhid-input.c969 map_key(BTN_TOOL_FINGER);
980 map_key_clear(BTN_TOOL_FINGER);
H A Dhid-debug.c904 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
/linux-master/drivers/input/tablet/
H A Dhanwang.c96 BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
206 input_report_key(input_dev, BTN_TOOL_FINGER,
216 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] ||
/linux-master/drivers/input/mouse/
H A Dbyd.c242 input_report_key(dev, BTN_TOOL_FINGER, priv->touch);
492 __set_bit(BTN_TOOL_FINGER, dev->keybit);
H A Dsynaptics_usb.c177 input_report_key(input_dev, BTN_TOOL_FINGER, num_fingers == 1);
407 __set_bit(BTN_TOOL_FINGER, input_dev->keybit);
H A Delantech.c366 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
476 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
621 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
1185 __set_bit(BTN_TOOL_FINGER, dev->keybit);
H A Dsentelic.c789 input_report_key(dev, BTN_TOOL_FINGER, fgrs == 1);
948 __set_bit(BTN_TOOL_FINGER, dev->keybit);
H A Dappletouch.c434 input_report_key(input, BTN_TOOL_FINGER, fingers == 1);
914 set_bit(BTN_TOOL_FINGER, input_dev->keybit);
H A Dhgpk.c567 __set_bit(BTN_TOOL_FINGER, input->keybit);
585 __set_bit(BTN_TOOL_FINGER, input->keybit);
H A Dalps.c320 input_report_key(dev, BTN_TOOL_FINGER, 0);
336 input_report_key(dev, BTN_TOOL_FINGER, z > 0);
880 input_report_key(dev, BTN_TOOL_FINGER, z > 0);
3061 dev1->keybit[BIT_WORD(BTN_TOOL_FINGER)] |= BIT_MASK(BTN_TOOL_FINGER);
H A Dcypress_ps2.c399 __set_bit(BTN_TOOL_FINGER, input->keybit);
H A Dsynaptics.c1153 input_report_key(dev, BTN_TOOL_FINGER, num_fingers == 1);
1336 input_set_capability(dev, EV_KEY, BTN_TOOL_FINGER);
/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c181 w8001->type = count == 1 ? BTN_TOOL_FINGER : KEY_RESERVED;
241 case BTN_TOOL_FINGER:
278 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED;
/linux-master/drivers/input/
H A Dinput-mt.c68 __set_bit(BTN_TOOL_FINGER, dev->keybit);
169 * Reports the contact count via BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP,
177 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1);
230 * Force reporting BTN_TOOL_FINGER for devices that
H A Dmousedev.c358 if (test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
373 test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
1032 .keybit = { [BIT_WORD(BTN_TOOL_FINGER)] =
1033 BIT_MASK(BTN_TOOL_FINGER) },
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h407 #define BTN_TOOL_FINGER 0x145 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h407 #define BTN_TOOL_FINGER 0x145 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h407 #define BTN_TOOL_FINGER 0x145 macro

Completed in 184 milliseconds