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:offset_top
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_10nm.c
940
s8
offset_top
[DSI_LANE_MAX] = { 0 }; /* No offset */
in dsi_10nm_phy_parse_dt()
local
952
offset_top
, DSI_LANE_MAX);
in dsi_10nm_phy_parse_dt()
959
if (
offset_top
[i] < -32 ||
offset_top
[i] > 31) {
in dsi_10nm_phy_parse_dt()
962
offset_top
[i]);
in dsi_10nm_phy_parse_dt()
965
tuning_cfg->rescode_offset_top[i] = 0x3f &
offset_top
[i];
in dsi_10nm_phy_parse_dt()
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
wacom_wac.h
262
int
offset_top
;
member
H
A
D
wacom_wac.c
1935
fmin += features->
offset_top
;
in wacom_map_usage()
2452
if (features->
offset_top
&& value != features->
offset_top
)
in wacom_wac_pen_event()
2455
features->
offset_top
);
in wacom_wac_pen_event()
2456
features->
offset_top
= value;
in wacom_wac_pen_event()
3704
input_set_abs_params(input_dev, ABS_Y, 0 + features->
offset_top
,
in wacom_setup_pen_input_capabilities()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
wacom_wac.h
263
int
offset_top
;
member
H
A
D
wacom_wac.c
1939
fmin += features->
offset_top
;
in wacom_map_usage()
2474
if (features->
offset_top
&& value != features->
offset_top
)
in wacom_wac_pen_event()
2477
features->
offset_top
);
in wacom_wac_pen_event()
2478
features->
offset_top
= value;
in wacom_wac_pen_event()
3754
input_set_abs_params(input_dev, ABS_Y, 0 + features->
offset_top
,
in wacom_setup_pen_input_capabilities()
Completed in 17 milliseconds