Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_i2c.c119 input_report_key(input, BTN_STYLUS2, f2); in wacom_i2c_irq()
187 __set_bit(BTN_STYLUS2, input->keybit); in wacom_i2c_probe()
H 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()
H A Dwacom_w9013.c223 input_report_key(input, BTN_STYLUS2, f2); in wacom_i2c_irq()
399 __set_bit(BTN_STYLUS2, input->keybit); in wacom_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dacecad.c81 input_report_key(dev, BTN_STYLUS2, stylus2); in usb_acecad_irq()
182 BIT_MASK(BTN_STYLUS2); in usb_acecad_probe()
H 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()
H 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()
H A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
551 input_report_key(inputdev, BTN_STYLUS2, pck); in aiptek_irq()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c183 input_report_key(input, BTN_STYLUS2, (wacom->tool[0] == BTN_TOOL_PEN) && (data[4] & 0x20)); in wacom_pl_irq()
218 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()
363 input_report_key(input, BTN_STYLUS2, data[1] & 0x04); in wacom_graphire_irq()
766 input_report_key(input, BTN_STYLUS2, 0); in wacom_exit_report()
920 input_report_key(input, BTN_STYLUS2, data[1] & 4); in wacom_intuos_general()
1355 input_report_key(pen_input, BTN_STYLUS2, frame[0] & 0x04); in wacom_intuos_pro2_bt_pen()
1734 input_report_key(input, BTN_STYLUS2, data[1] & 0x10); in wacom_tpc_pen()
2254 wacom_map_usage(input, usage, field, EV_KEY, BTN_STYLUS2, 0); in wacom_wac_pen_usage_mapping()
[all …]
H A Dhid-debug.c870 [BTN_STYLUS2] = "Stylus2", [BTN_TOOL_DOUBLETAP] = "ToolDoubleTap",
H A Dhid-input.c843 map_key_clear(BTN_STYLUS2); in hidinput_configure_usage()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c504 input_set_capability(ts->pen_dev, EV_KEY, BTN_STYLUS2); in gtp_pen_init()
818 input_report_key(ts->pen_dev, BTN_STYLUS2, 1); in goodix_ts_work_func()
825 input_report_key(ts->pen_dev, BTN_STYLUS2, 0); in goodix_ts_work_func()
832 input_report_key(ts->pen_dev, BTN_STYLUS2, 1); in goodix_ts_work_func()
839 input_report_key(ts->pen_dev, BTN_STYLUS2, 0); in goodix_ts_work_func()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h267 #define GTP_STYLUS_KEY_TAB {BTN_STYLUS, BTN_STYLUS2}
H A Dgt1x_generic.c1351 input_set_capability(pen_dev, EV_KEY, BTN_STYLUS2); in gt1x_pen_init()
/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.h413 #define BTN_STYLUS2 0x14c 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.h413 #define BTN_STYLUS2 0x14c macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h411 #define BTN_STYLUS2 0x14c macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h389 #define BTN_STYLUS2 0x14c macro
H A Dlinux-event-codes.h414 #define BTN_STYLUS2 0x14c macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h414 #define BTN_STYLUS2 0x14c macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c763 pkey = BTN_STYLUS2; in elants_a_report()
773 pkey = BTN_STYLUS2; in elants_a_report()
903 pkey = BTN_STYLUS2; in elants_slot_report()
1130 __set_bit(BTN_STYLUS2, ts->pen_idev->keybit); in elan_request_pen_input_dev()
/OK3568_Linux_fs/kernel/drivers/input/
H A Dmousedev.c239 case BTN_STYLUS2: in mousedev_key_event()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...