Home
last modified time | relevance | path

Searched refs:BTN_STYLUS2 (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
Dwacom_i2c.c125 input_report_key(input, BTN_STYLUS2, f2); in wacom_i2c_irq()
193 __set_bit(BTN_STYLUS2, input->keybit); in wacom_i2c_probe()
Dwacom_w8001.c228 input_report_key(dev, BTN_STYLUS2, 0); in report_pen_events()
246 input_report_key(dev, BTN_STYLUS2, coord->f2); in report_pen_events()
408 __set_bit(BTN_STYLUS2, dev->keybit); in w8001_setup()
/linux-4.4.14/drivers/input/tablet/
Dacecad.c102 input_report_key(dev, BTN_STYLUS2, stylus2); in usb_acecad_irq()
204 BIT_MASK(BTN_STYLUS2); in usb_acecad_probe()
Dhanwang.c116 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
208 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
Dwacom_serial4.c355 input_report_key(wacom->dev, BTN_STYLUS2, button & 4); in wacom_handle_packet()
570 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_connect()
Daiptek.c346 BTN_STYLUS, BTN_STYLUS2,
572 input_report_key(inputdev, BTN_STYLUS2, pck); in aiptek_irq()
/linux-4.4.14/drivers/hid/
Dwacom_wac.c163 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq()
197 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_ptu_irq()
219 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_dtu_irq()
267 input_report_key(input, BTN_STYLUS2, data[1] & 0x40); in wacom_dtus_irq()
342 input_report_key(input, BTN_STYLUS2, data[1] & 0x04); in wacom_graphire_irq()
611 input_report_key(input, BTN_STYLUS2, 0); in wacom_intuos_inout()
778 input_report_key(input, BTN_STYLUS2, data[1] & 4); in wacom_intuos_general()
1425 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_tpc_pen()
1536 wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS2, 0); in wacom_wac_pen_usage_mapping()
2077 input_report_key(input, BTN_STYLUS2, btn2); in wacom_bpt_pen()
[all …]
Dhid-debug.c883 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
Dhid-input.c712 map_key_clear(BTN_STYLUS2); in hidinput_configure_usage()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/linux-4.4.14/drivers/input/
Dmousedev.c241 case BTN_STYLUS2: in mousedev_key_event()