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:ui_config
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
rmi_f34.h
155
u16
ui_config
;
member
178
u16
ui_config
;
member
215
struct block_data
ui_config
;
member
H
A
D
rmi_f34v7.c
373
blkcount->
ui_config
= partition_length;
in rmi_f34v7_parse_partition_table()
374
phyaddr->
ui_config
= physical_address;
in rmi_f34v7_parse_partition_table()
377
__func__, blkcount->
ui_config
);
in rmi_f34v7_parse_partition_table()
595
block_count = f34->v7.img.
ui_config
.size / f34->v7.block_size;
in rmi_f34v7_check_ui_config_size()
598
if (block_count != f34->v7.blkcount.
ui_config
) {
in rmi_f34v7_check_ui_config_size()
898
f34->v7.config_data = f34->v7.img.
ui_config
.data;
in rmi_f34v7_write_ui_config()
899
f34->v7.config_size = f34->v7.img.
ui_config
.size;
in rmi_f34v7_write_ui_config()
1017
if (f34->v7.phyaddr.
ui_config
!= f34->v7.img.phyaddr.
ui_config
) {
in rmi_f34v7_compare_partition_tables()
1119
f34->v7.img.
ui_config
in rmi_f34v7_parse_image_header_10()
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
rmi_f34.h
155
u16
ui_config
;
member
178
u16
ui_config
;
member
215
struct block_data
ui_config
;
member
H
A
D
rmi_f34v7.c
395
blkcount->
ui_config
= partition_length;
in rmi_f34v7_parse_partition_table()
396
phyaddr->
ui_config
= physical_address;
in rmi_f34v7_parse_partition_table()
399
__func__, blkcount->
ui_config
);
in rmi_f34v7_parse_partition_table()
781
f34->v7.config_data = f34->v7.img.
ui_config
.data;
in rmi_f34v7_write_ui_config()
782
f34->v7.config_size = f34->v7.img.
ui_config
.size;
in rmi_f34v7_write_ui_config()
960
f34->v7.img.
ui_config
.data = content;
in rmi_f34v7_parse_image_header_10()
961
f34->v7.img.
ui_config
.size = length;
in rmi_f34v7_parse_image_header_10()
1073
f34->v7.img.
ui_config
.size);
in rmi_f34v7_do_reflash()
Completed in 5 milliseconds