Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
A Dwacom_i2c.c129 input_report_key(input, BTN_STYLUS2, f2); in wacom_i2c_irq()
199 __set_bit(BTN_STYLUS2, input->keybit); in wacom_i2c_probe()
A Dwacom_w8001.c234 input_report_key(dev, BTN_STYLUS2, 0); in report_pen_events()
247 input_report_key(dev, BTN_STYLUS2, coord->f2); in report_pen_events()
440 __set_bit(BTN_STYLUS2, dev->keybit); in w8001_setup_pen()
/linux/drivers/input/tablet/
A Dacecad.c81 input_report_key(dev, BTN_STYLUS2, stylus2); in usb_acecad_irq()
182 BIT_MASK(BTN_STYLUS2); in usb_acecad_probe()
A Dhanwang.c98 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
190 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
A Dwacom_serial4.c352 input_report_key(wacom->dev, BTN_STYLUS2, button & 4); in wacom_handle_packet()
567 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_connect()
A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
551 input_report_key(inputdev, BTN_STYLUS2, pck); in aiptek_irq()
/linux/drivers/hid/
A Dwacom_wac.c218 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_ptu_irq()
240 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_dtu_irq()
288 input_report_key(input, BTN_STYLUS2, data[1] & 0x40); in wacom_dtus_irq()
756 input_report_key(input, BTN_STYLUS2, 0); in wacom_exit_report()
917 input_report_key(input, BTN_STYLUS2, data[1] & 4); in wacom_intuos_general()
3067 input_report_key(input, BTN_STYLUS2, btn2); in wacom_bpt_pen()
3411 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_setup_basic_pro_pen()
3667 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3736 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_setup_pen_input_capabilities()
3740 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_setup_pen_input_capabilities()
[all …]
A Dhid-debug.c870 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
A Dhid-input.c874 map_key_clear(BTN_STYLUS2); in hidinput_configure_usage()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h413 #define BTN_STYLUS2 0x14c macro
/linux/include/uapi/linux/
A Dinput-event-codes.h413 #define BTN_STYLUS2 0x14c macro
/linux/drivers/input/
A Dmousedev.c239 case BTN_STYLUS2: in mousedev_key_event()

Completed in 46 milliseconds