Searched refs:BTN_STYLUS2 (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/input/tablet/ |
D | acecad.c | 94 input_report_key(dev, BTN_STYLUS2, stylus2); in usb_acecad_irq() 195 BIT_MASK(BTN_STYLUS2); in usb_acecad_probe()
|
D | hanwang.c | 112 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER, 204 input_report_key(input_dev, BTN_STYLUS2, in hanwang_parse_packet()
|
D | wacom_serial4.c | 355 input_report_key(wacom->dev, BTN_STYLUS2, button & 4); in wacom_handle_packet() 570 __set_bit(BTN_STYLUS2, input_dev->keybit); in wacom_connect()
|
D | aiptek.c | 338 BTN_STYLUS, BTN_STYLUS2, 564 input_report_key(inputdev, BTN_STYLUS2, pck); in aiptek_irq()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | wacom_i2c.c | 125 input_report_key(input, BTN_STYLUS2, f2); in wacom_i2c_irq() 193 __set_bit(BTN_STYLUS2, input->keybit); in wacom_i2c_probe()
|
D | wacom_w8001.c | 232 input_report_key(dev, BTN_STYLUS2, 0); in report_pen_events() 245 input_report_key(dev, BTN_STYLUS2, coord->f2); in report_pen_events() 438 __set_bit(BTN_STYLUS2, dev->keybit); in w8001_setup_pen()
|
/Linux-v4.19/drivers/hid/ |
D | wacom_wac.c | 187 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq() 222 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_ptu_irq() 244 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_dtu_irq() 292 input_report_key(input, BTN_STYLUS2, data[1] & 0x40); in wacom_dtus_irq() 367 input_report_key(input, BTN_STYLUS2, data[1] & 0x04); in wacom_graphire_irq() 719 input_report_key(input, BTN_STYLUS2, 0); in wacom_exit_report() 871 input_report_key(input, BTN_STYLUS2, data[1] & 4); in wacom_intuos_general() 1287 input_report_key(pen_input, BTN_STYLUS2, frame[0] & 0x04); in wacom_intuos_pro2_bt_pen() 1649 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_tpc_pen() 2157 wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS2, 0); in wacom_wac_pen_usage_mapping() [all …]
|
D | hid-debug.c | 885 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
|
D | hid-input.c | 821 map_key_clear(BTN_STYLUS2); in hidinput_configure_usage()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 413 #define BTN_STYLUS2 0x14c macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 413 #define BTN_STYLUS2 0x14c macro
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 242 case BTN_STYLUS2: in mousedev_key_event()
|