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:detected_std
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
msp3400-kthreads.c
498
state->
detected_std
= V4L2_STD_ALL;
in msp3400c_thread()
599
state->
detected_std
= V4L2_STD_BG | V4L2_STD_PAL_H;
in msp3400c_thread()
617
state->
detected_std
= V4L2_STD_PAL_I;
in msp3400c_thread()
629
state->
detected_std
= V4L2_STD_DK;
in msp3400c_thread()
635
state->
detected_std
= V4L2_STD_L;
in msp3400c_thread()
642
state->
detected_std
= V4L2_STD_DK;
in msp3400c_thread()
648
state->
detected_std
= V4L2_STD_MN;
in msp3400c_thread()
689
state->
detected_std
= V4L2_STD_ALL;
in msp3410d_thread()
771
state->
detected_std
= msp_standard_std(state->std);
in msp3410d_thread()
986
state->
detected_std
in msp34xxg_thread()
[all...]
H
A
D
msp3400-driver.h
86
v4l2_std_id v4l2_std,
detected_std
;
member
H
A
D
msp3400-driver.c
448
*id &= state->
detected_std
;
in msp_querystd()
452
msp_standard_std_name(state->std), state->
detected_std
);
in msp_querystd()
710
state->
detected_std
= V4L2_STD_ALL;
in msp_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
msp3400-kthreads.c
498
state->
detected_std
= V4L2_STD_ALL;
in msp3400c_thread()
603
state->
detected_std
= V4L2_STD_BG | V4L2_STD_PAL_H;
in msp3400c_thread()
621
state->
detected_std
= V4L2_STD_PAL_I;
in msp3400c_thread()
633
state->
detected_std
= V4L2_STD_DK;
in msp3400c_thread()
639
state->
detected_std
= V4L2_STD_L;
in msp3400c_thread()
646
state->
detected_std
= V4L2_STD_DK;
in msp3400c_thread()
652
state->
detected_std
= V4L2_STD_MN;
in msp3400c_thread()
693
state->
detected_std
= V4L2_STD_ALL;
in msp3410d_thread()
775
state->
detected_std
= msp_standard_std(state->std);
in msp3410d_thread()
990
state->
detected_std
in msp34xxg_thread()
[all...]
H
A
D
msp3400-driver.h
86
v4l2_std_id v4l2_std,
detected_std
;
member
H
A
D
msp3400-driver.c
448
*id &= state->
detected_std
;
in msp_querystd()
452
msp_standard_std_name(state->std), state->
detected_std
);
in msp_querystd()
711
state->
detected_std
= V4L2_STD_ALL;
in msp_probe()
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H
A
D
tw686x-video.c
840
unsigned int old_std,
detected_std
= 0;
in tw686x_querystd()
local
854
detected_std
= reg_read(dev, SDT[vc->ch]);
in tw686x_querystd()
855
if (!(
detected_std
& BIT(7)))
in tw686x_querystd()
862
if (
detected_std
& BIT(7))
in tw686x_querystd()
865
detected_std
= (
detected_std
>> 4) & 0x7;
in tw686x_querystd()
866
switch (
detected_std
) {
in tw686x_querystd()
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H
A
D
tw686x-video.c
837
unsigned int old_std,
detected_std
= 0;
in tw686x_querystd()
local
851
detected_std
= reg_read(dev, SDT[vc->ch]);
in tw686x_querystd()
852
if (!(
detected_std
& BIT(7)))
in tw686x_querystd()
859
if (
detected_std
& BIT(7))
in tw686x_querystd()
862
detected_std
= (
detected_std
>> 4) & 0x7;
in tw686x_querystd()
863
switch (
detected_std
) {
in tw686x_querystd()
Completed in 10 milliseconds