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_stream
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
404
aspect_ratio_crop_init(struct ia_css_stream *
curr_stream
,
9197
struct ia_css_stream *
curr_stream
= NULL;
local
9296
curr_stream
= kzalloc(sizeof(struct ia_css_stream), GFP_KERNEL);
9297
if (!
curr_stream
)
9304
curr_stream
->info.metadata_info = md_info;
9307
curr_stream
->num_pipes = num_pipes;
9308
curr_stream
->pipes = kcalloc(num_pipes, sizeof(struct ia_css_pipe *), GFP_KERNEL);
9309
if (!
curr_stream
->pipes)
9311
curr_stream
->num_pipes = 0;
9312
kfree(
curr_stream
);
10729
aspect_ratio_crop_init(struct ia_css_stream *
curr_stream
, struct ia_css_pipe *pipes[], bool *do_crop_status)
global()
argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
8065
struct ia_css_stream *
curr_stream
= NULL;
in ia_css_stream_create()
local
8155
curr_stream
= kzalloc(sizeof(struct ia_css_stream), GFP_KERNEL);
in ia_css_stream_create()
8156
if (!
curr_stream
) {
in ia_css_stream_create()
8162
curr_stream
->info.metadata_info = md_info;
in ia_css_stream_create()
8165
curr_stream
->num_pipes = num_pipes;
in ia_css_stream_create()
8166
curr_stream
->pipes = kcalloc(num_pipes, sizeof(struct ia_css_pipe *), GFP_KERNEL);
in ia_css_stream_create()
8167
if (!
curr_stream
->pipes) {
in ia_css_stream_create()
8168
curr_stream
->num_pipes = 0;
in ia_css_stream_create()
8169
kfree(
curr_stream
);
in ia_css_stream_create()
8170
curr_stream
in ia_css_stream_create()
[all...]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_psi.c
1106
struct vidtv_psi_table_pmt_stream *
curr_stream
= s;
in vidtv_psi_pmt_stream_destroy()
local
1108
while (
curr_stream
) {
in vidtv_psi_pmt_stream_destroy()
1109
tmp_stream =
curr_stream
;
in vidtv_psi_pmt_stream_destroy()
1110
curr_stream
=
curr_stream
->next;
in vidtv_psi_pmt_stream_destroy()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H
A
D
vidtv_psi.c
1098
struct vidtv_psi_table_pmt_stream *
curr_stream
= s;
in vidtv_psi_pmt_stream_destroy()
local
1100
while (
curr_stream
) {
in vidtv_psi_pmt_stream_destroy()
1101
tmp_stream =
curr_stream
;
in vidtv_psi_pmt_stream_destroy()
1102
curr_stream
=
curr_stream
->next;
in vidtv_psi_pmt_stream_destroy()
Completed in 23 milliseconds