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:striped
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/binary/interface/
H
A
D
ia_css_binary.h
85
bool
striped
;
member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/binary/interface/
H
A
D
ia_css_binary.h
85
bool
striped
;
member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/camera/pipe/src/
H
A
D
pipe_binarydesc.c
52
descr->
striped
= false;
in pipe_binarydesc_get_offline()
605
/* We have both
striped
and non-
striped
primary binaries,
in ia_css_pipe_get_primary_binarydesc()
607
* a
striped
one. Otherwise we prefer to use a non-
striped
in ia_css_pipe_get_primary_binarydesc()
610
prim_descr->
striped
= false;
in ia_css_pipe_get_primary_binarydesc()
612
prim_descr->
striped
= prim_descr->continuous &&
in ia_css_pipe_get_primary_binarydesc()
615
prim_descr->
striped
= prim_descr->continuous && !pipe->stream->disable_cont_vf;
in ia_css_pipe_get_primary_binarydesc()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/camera/pipe/src/
H
A
D
pipe_binarydesc.c
54
descr->
striped
= false;
in pipe_binarydesc_get_offline()
589
/* We have both
striped
and non-
striped
primary binaries,
in ia_css_pipe_get_primary_binarydesc()
591
* a
striped
one. Otherwise we prefer to use a non-
striped
in ia_css_pipe_get_primary_binarydesc()
594
prim_descr->
striped
= false;
in ia_css_pipe_get_primary_binarydesc()
596
prim_descr->
striped
= prim_descr->continuous &&
in ia_css_pipe_get_primary_binarydesc()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/binary/src/
H
A
D
binary.c
941
bool
striped
;
in __ia_css_binary_find()
local
989
striped
= descr->
striped
;
in __ia_css_binary_find()
1043
if (
striped
&& candidate->iterator.num_stripes == 1) {
in __ia_css_binary_find()
1045
"ia_css_binary_find() [%d] continue: binary is not
striped
\n",
in __ia_css_binary_find()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/binary/src/
H
A
D
binary.c
1391
bool
striped
;
in __ia_css_binary_find()
local
1457
striped
= descr->
striped
;
in __ia_css_binary_find()
1514
if (
striped
&& candidate->iterator.num_stripes == 1) {
in __ia_css_binary_find()
1516
"ia_css_binary_find() [%d] continue: binary is not
striped
\n",
in __ia_css_binary_find()
Completed in 8 milliseconds