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:curr_norm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/
H
A
D
adv748x-afe.c
122
fmt->height = afe->
curr_norm
& V4L2_STD_525_60 ? 480 : 576;
in adv748x_afe_fill_format()
169
if (afe->
curr_norm
& V4L2_STD_525_60) {
in adv748x_afe_g_pixelaspect()
188
*norm = afe->
curr_norm
;
in adv748x_afe_g_std()
205
afe->
curr_norm
= std;
in adv748x_afe_s_std()
235
afe_std = adv748x_afe_std(afe->
curr_norm
);
in adv748x_afe_querystd()
509
afe->
curr_norm
= V4L2_STD_NTSC_M;
in adv748x_afe_init()
H
A
D
adv748x.h
160
v4l2_std_id
curr_norm
;
member
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/
H
A
D
adv748x-afe.c
122
fmt->height = afe->
curr_norm
& V4L2_STD_525_60 ? 480 : 576;
in adv748x_afe_fill_format()
169
if (afe->
curr_norm
& V4L2_STD_525_60) {
in adv748x_afe_g_pixelaspect()
188
*norm = afe->
curr_norm
;
in adv748x_afe_g_std()
205
afe->
curr_norm
= std;
in adv748x_afe_s_std()
235
afe_std = adv748x_afe_std(afe->
curr_norm
);
in adv748x_afe_querystd()
510
afe->
curr_norm
= V4L2_STD_NTSC_M;
in adv748x_afe_init()
H
A
D
adv748x.h
160
v4l2_std_id
curr_norm
;
member
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
adv7180.c
208
v4l2_std_id
curr_norm
;
member
368
err = v4l2_std_to_adv7180(state->
curr_norm
);
in adv7180_querystd()
418
ret = v4l2_std_to_adv7180(state->
curr_norm
);
in adv7180_program_std()
441
state->
curr_norm
= std;
in adv7180_s_std()
453
*norm = state->
curr_norm
;
in adv7180_g_std()
463
if (state->
curr_norm
& V4L2_STD_525_60) {
in adv7180_g_frame_interval()
655
fmt->height = state->
curr_norm
& V4L2_STD_525_60 ? 480 : 576;
in adv7180_mbus_fmt()
798
if (state->
curr_norm
& V4L2_STD_525_60) {
in adv7180_g_pixelaspect()
1359
state->
curr_norm
= V4L2_STD_NTSC;
in adv7180_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
adv7180.c
214
v4l2_std_id
curr_norm
;
member
375
err = v4l2_std_to_adv7180(state->
curr_norm
);
in adv7180_querystd()
425
ret = v4l2_std_to_adv7180(state->
curr_norm
);
in adv7180_program_std()
448
state->
curr_norm
= std;
in adv7180_s_std()
460
*norm = state->
curr_norm
;
in adv7180_g_std()
470
if (state->
curr_norm
& V4L2_STD_525_60) {
in adv7180_g_frame_interval()
718
fmt->height = state->
curr_norm
& V4L2_STD_525_60 ? 480 : 576;
in adv7180_mbus_fmt()
861
if (state->
curr_norm
& V4L2_STD_525_60) {
in adv7180_g_pixelaspect()
1453
state->
curr_norm
= V4L2_STD_NTSC;
in adv7180_probe()
Completed in 8 milliseconds