Searched refs:BTN_TOUCH (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gt911/ |
H A D | gt911.c | 116 input_report_key(input_dev, BTN_TOUCH, 1); in tp_touch_down() 132 input_report_key(input_dev, BTN_TOUCH, 0); in tp_touch_up() 305 g_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in tp_devinput_init()
|
/device/qemu/riscv32_virt/liteos_m/board/ui/ |
H A D | input_dev.cpp | 74 if (pkgs[i]->code == BTN_MOUSE || pkgs[i]->code == BTN_TOUCH) {
in ReportEventPkgCallback()
|
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-input.c | 866 if (!test_bit(BTN_TOUCH, input->keybit)) {
in hidinput_configure_usage() 869 set_bit(BTN_TOUCH, input->keybit);
in hidinput_configure_usage() 909 map_key_clear(BTN_TOUCH);
in hidinput_configure_usage() 922 map_key_clear(BTN_TOUCH);
in hidinput_configure_usage() 1813 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 0x3));
in hidinput_hid_event()
|
/device/soc/rockchip/common/sdk_linux/include/dt-bindings/input/ |
H A D | rk-input.h | 391 #define BTN_TOUCH 0x14a macro
|
/device/soc/rockchip/rk3588/kernel/include/dt-bindings/input/ |
H A D | rk-input.h | 387 #define BTN_TOUCH 0x14a macro
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 2858 .keybit = {[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH)},
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 3021 .keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
|
Completed in 18 milliseconds