Home
last modified time | relevance | path

Searched refs:BTN_STYLUS (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_i2c.c118 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq()
186 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
H A Dwacom_w8001.c233 input_report_key(dev, BTN_STYLUS, 0); in report_pen_events()
255 input_report_key(dev, BTN_STYLUS, coord->f1); in report_pen_events()
439 __set_bit(BTN_STYLUS, dev->keybit); in w8001_setup_pen()
H A Dsurface3_spi.c145 BTN_STYLUS, in surface3_spi_report_pen()
308 input_set_capability(input, EV_KEY, BTN_STYLUS); in surface3_spi_create_pen_input()
H A Dwacom_w9013.c222 input_report_key(input, BTN_STYLUS, f1); in wacom_i2c_irq()
398 __set_bit(BTN_STYLUS, input->keybit); in wacom_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dacecad.c80 input_report_key(dev, BTN_STYLUS, stylus); in usb_acecad_irq()
181 BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) | in usb_acecad_probe()
H A Dhanwang.c98 BTN_STYLUS, BTN_STYLUS2, BTN_TOOL_PEN, BTN_TOOL_RUBBER,
187 input_report_key(input_dev, BTN_STYLUS, data[1] & 0x02); in hanwang_parse_packet()
H A Dwacom_serial4.c351 input_report_key(wacom->dev, BTN_STYLUS, button & 2); in wacom_handle_packet()
547 set_bit(BTN_STYLUS, input_dev->keybit); in wacom_connect()
H A Daiptek.c325 BTN_STYLUS, BTN_STYLUS2,
550 input_report_key(inputdev, BTN_STYLUS, bs); in aiptek_irq()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dwacom_wac.c104 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq()
120 input_report_key(input, BTN_STYLUS, (data[5] & 0x40)); in wacom_penpartner_irq()
181 input_report_key(input, BTN_STYLUS, data[4] & 0x10); in wacom_pl_irq()
217 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_ptu_irq()
239 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_dtu_irq()
287 input_report_key(input, BTN_STYLUS, data[1] & 0x20); in wacom_dtus_irq()
362 input_report_key(input, BTN_STYLUS, data[1] & 0x02); in wacom_graphire_irq()
765 input_report_key(input, BTN_STYLUS, 0); in wacom_exit_report()
919 input_report_key(input, BTN_STYLUS, data[1] & 2); in wacom_intuos_general()
1354 input_report_key(pen_input, BTN_STYLUS, frame[0] & 0x02); in wacom_intuos_pro2_bt_pen()
[all …]
H A Dhid-debug.c869 [BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
H A Dhid-multitouch.c1588 __set_bit(BTN_STYLUS, hi->input->keybit); in mt_input_configured()
H A Dhid-input.c829 map_key_clear(BTN_STYLUS); in hidinput_configure_usage()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c503 input_set_capability(ts->pen_dev, EV_KEY, BTN_STYLUS); in gtp_pen_init()
817 input_report_key(ts->pen_dev, BTN_STYLUS, 1); in goodix_ts_work_func()
824 input_report_key(ts->pen_dev, BTN_STYLUS, 1); in goodix_ts_work_func()
831 input_report_key(ts->pen_dev, BTN_STYLUS, 0); in goodix_ts_work_func()
838 input_report_key(ts->pen_dev, BTN_STYLUS, 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.c1350 input_set_capability(pen_dev, EV_KEY, BTN_STYLUS); 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.h412 #define BTN_STYLUS 0x14b 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.h412 #define BTN_STYLUS 0x14b macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h410 #define BTN_STYLUS 0x14b macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h388 #define BTN_STYLUS 0x14b macro
H A Dlinux-event-codes.h413 #define BTN_STYLUS 0x14b macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h413 #define BTN_STYLUS 0x14b macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c758 pkey = BTN_STYLUS; in elants_a_report()
768 pkey = BTN_STYLUS; in elants_a_report()
898 pkey = BTN_STYLUS; in elants_slot_report()
1129 __set_bit(BTN_STYLUS, ts->pen_idev->keybit); in elan_request_pen_input_dev()
/OK3568_Linux_fs/kernel/drivers/input/
H A Dmousedev.c233 case BTN_STYLUS: in mousedev_key_event()
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...