Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:keybit
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-input.c
159
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
D
gt911.c
305
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
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 12 milliseconds