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:std_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-std.c
308
unsigned int
std_cnt
= 0;
in pvr2_std_create_enum()
local
322
std_cnt
= 0;
in pvr2_std_create_enum()
328
std_cnt
++;
in pvr2_std_create_enum()
335
if ((id & std_mixes[idx2]) == std_mixes[idx2])
std_cnt
++;
in pvr2_std_create_enum()
351
std_cnt
);
in pvr2_std_create_enum()
352
if (!
std_cnt
) return NULL; // paranoia
in pvr2_std_create_enum()
354
stddefs = kcalloc(
std_cnt
, sizeof(struct v4l2_standard),
in pvr2_std_create_enum()
359
for (idx = 0; idx <
std_cnt
; idx++)
in pvr2_std_create_enum()
365
for (idx2 = 0; (idx2 < ARRAY_SIZE(std_mixes)) && (idx <
std_cnt
);
in pvr2_std_create_enum()
371
for (idmsk = 1, cmsk = id; cmsk && (idx <
std_cnt
); idms
in pvr2_std_create_enum()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-std.c
308
unsigned int
std_cnt
= 0;
in pvr2_std_create_enum()
local
322
std_cnt
= 0;
in pvr2_std_create_enum()
328
std_cnt
++;
in pvr2_std_create_enum()
335
if ((id & std_mixes[idx2]) == std_mixes[idx2])
std_cnt
++;
in pvr2_std_create_enum()
351
std_cnt
);
in pvr2_std_create_enum()
352
if (!
std_cnt
) return NULL; // paranoia
in pvr2_std_create_enum()
354
stddefs = kcalloc(
std_cnt
, sizeof(struct v4l2_standard),
in pvr2_std_create_enum()
359
for (idx = 0; idx <
std_cnt
; idx++)
in pvr2_std_create_enum()
365
for (idx2 = 0; (idx2 < ARRAY_SIZE(std_mixes)) && (idx <
std_cnt
);
in pvr2_std_create_enum()
371
for (idmsk = 1, cmsk = id; cmsk && (idx <
std_cnt
); idms
in pvr2_std_create_enum()
[all...]
Completed in 2 milliseconds