Home
last modified time | relevance | path

Searched refs:keybit (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-input.c159 clear_bit(*old_keycode, dev->keybit); in hidinput_setkeycode()
160 set_bit(usage->code, dev->keybit); in hidinput_setkeycode()
164 * Set the keybit for the old keycode if the old keycode is used in hidinput_setkeycode()
168 set_bit(*old_keycode, dev->keybit); in hidinput_setkeycode()
866 if (!test_bit(BTN_TOUCH, input->keybit)) { in hidinput_configure_usage()
869 set_bit(BTN_TOUCH, input->keybit); in hidinput_configure_usage()
1707 set_bit(KEY_VOLUMEUP, input->keybit); in hidinput_configure_usage()
1708 set_bit(KEY_VOLUMEDOWN, input->keybit); in hidinput_configure_usage()
2274 r |= hidinput->input->keybit[i]; in hidinput_has_been_populated()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gt911/
H A Dgt911.c305 g_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); in tp_devinput_init()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c2858 .keybit = {[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH)},
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c3021 .keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },

Completed in 12 milliseconds