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:min_y
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
rmi_2d_sensor.h
52
u16
min_y
;
member
H
A
D
rmi_2d_sensor.c
150
sensor->
min_y
= sensor->axis_align.clip_y_low;
in rmi_2d_sensor_set_input_params()
166
res_y = (sensor->max_y - sensor->
min_y
) / sensor->y_mm;
in rmi_2d_sensor_set_input_params()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
rmi_2d_sensor.h
52
u16
min_y
;
member
H
A
D
rmi_2d_sensor.c
150
sensor->
min_y
= sensor->axis_align.clip_y_low;
in rmi_2d_sensor_set_input_params()
166
res_y = (sensor->max_y - sensor->
min_y
) / sensor->y_mm;
in rmi_2d_sensor_set_input_params()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
H
A
D
rkisp1-config.h
400
* @
min_y
: only pixels values >
min_y
contribute to awb measurement
418
__u8
min_y
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
rkisp1-config.h
465
* @
min_y
: only pixels values >
min_y
contribute to awb measurement
483
__u8
min_y
;
member
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
vt.c
1455
int
min_y
, max_y;
in gotoxy()
local
1467
min_y
= vc->vc_top;
in gotoxy()
1470
min_y
= 0;
in gotoxy()
1473
if (new_y <
min_y
)
in gotoxy()
1474
vc->state.y =
min_y
;
in gotoxy()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
vt.c
1408
int
min_y
, max_y;
in gotoxy()
local
1420
min_y
= vc->vc_top;
in gotoxy()
1423
min_y
= 0;
in gotoxy()
1426
if (new_y <
min_y
)
in gotoxy()
1427
vc->state.y =
min_y
;
in gotoxy()
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H
A
D
rkisp1-params.c
533
RKISP1_CIF_ISP_AWB_MIN_Y_SET(arg->
min_y
) |
in rkisp1_awb_meas_config_v10()
573
RKISP1_CIF_ISP_AWB_MIN_Y_SET(arg->
min_y
) |
in rkisp1_awb_meas_config_v12()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H
A
D
rkisp1-params.c
449
RKISP1_CIF_ISP_AWB_MIN_Y_SET(arg->
min_y
) |
in rkisp1_awb_meas_config()
Completed in 20 milliseconds