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:scandata
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/input/
H
A
D
rockchip_pwm_remotectl.c
60
int
scandata
;
member
92
if (remotectl_button[i].usercode == (ddata->
scandata
& 0xFFFF)) {
in remotectl_keybd_num_lookup()
103
unsigned char keydata = (unsigned char)((ddata->
scandata
>> 8) & 0xff);
in remotectl_keycode_lookup()
189
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
199
ddata->
scandata
|= (0x01 << ddata->count);
in rk_pwm_remotectl_do_something()
203
DBG_CODE("USERCODE=0x%x\n", ddata->
scandata
);
in rk_pwm_remotectl_do_something()
206
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
211
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
222
ddata->
scandata
|= (0x01 << ddata->count);
in rk_pwm_remotectl_do_something()
228
DBG_CODE("RMC_GETDATA=%x\n", (ddata->
scandata
>>
in rk_pwm_remotectl_do_something()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/
H
A
D
rockchip_pwm_remotectl.c
63
int
scandata
;
member
95
if (remotectl_button[i].usercode == (ddata->
scandata
&0xFFFF)) {
in remotectl_keybd_num_lookup()
107
unsigned char keydata = (unsigned char)((ddata->
scandata
>> 8) & 0xff);
in remotectl_keycode_lookup()
201
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
212
ddata->
scandata
|= (0x01 << ddata->count);
in rk_pwm_remotectl_do_something()
215
DBG_CODE("USERCODE=0x%x\n", ddata->
scandata
);
in rk_pwm_remotectl_do_something()
218
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
223
ddata->
scandata
= 0;
in rk_pwm_remotectl_do_something()
234
ddata->
scandata
|= (0x01<<ddata->count);
in rk_pwm_remotectl_do_something()
238
DBG_CODE("RMC_GETDATA=%x\n", (ddata->
scandata
>>
in rk_pwm_remotectl_do_something()
[all...]
Completed in 3 milliseconds