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:wm_output_map
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H
A
D
camss-vfe.c
324
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
); i++)
in vfe_reset_output_maps()
325
vfe->
wm_output_map
[i] = VFE_LINE_NONE;
in vfe_reset_output_maps()
333
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
); i++) {
in vfe_reserve_wm()
334
if (vfe->
wm_output_map
[i] == VFE_LINE_NONE) {
in vfe_reserve_wm()
335
vfe->
wm_output_map
[i] = line_id;
in vfe_reserve_wm()
346
if (wm >= ARRAY_SIZE(vfe->
wm_output_map
))
in vfe_release_wm()
349
vfe->
wm_output_map
[wm] = VFE_LINE_NONE;
in vfe_release_wm()
419
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
); i++)
in vfe_isr_comp_done()
420
if (vfe->
wm_output_map
[i] == VFE_LINE_PIX) {
in vfe_isr_comp_done()
H
A
D
camss-vfe-480.c
272
vfe->
wm_output_map
[line->id] = line->id;
in vfe_get_output()
446
struct vfe_line *line = &vfe->line[vfe->
wm_output_map
[wm]];
in vfe_isr_wm_done()
455
if (vfe->
wm_output_map
[wm] == VFE_LINE_NONE) {
in vfe_isr_wm_done()
460
output = &vfe->line[vfe->
wm_output_map
[wm]].output;
in vfe_isr_wm_done()
H
A
D
camss-vfe.h
145
enum vfe_line_id
wm_output_map
[MSM_VFE_IMAGE_MASTERS_NUM];
member
H
A
D
camss-vfe-170.c
620
struct vfe_line *line = &vfe->line[vfe->
wm_output_map
[wm]];
in vfe_isr_wm_done()
629
if (vfe->
wm_output_map
[wm] == VFE_LINE_NONE) {
in vfe_isr_wm_done()
634
output = &vfe->line[vfe->
wm_output_map
[wm]].output;
in vfe_isr_wm_done()
H
A
D
camss-vfe-gen1.c
622
if (vfe->
wm_output_map
[wm] == VFE_LINE_NONE) {
in vfe_isr_wm_done()
627
output = &vfe->line[vfe->
wm_output_map
[wm]].output;
in vfe_isr_wm_done()
H
A
D
camss-vfe-4-7.c
1081
for (j = 0; j < ARRAY_SIZE(vfe->
wm_output_map
); j++)
in vfe_isr()
1082
if (vfe->
wm_output_map
[j] == VFE_LINE_PIX)
in vfe_isr()
H
A
D
camss-vfe-4-8.c
1011
for (j = 0; j < ARRAY_SIZE(vfe->
wm_output_map
); j++)
in vfe_isr()
1012
if (vfe->
wm_output_map
[j] == VFE_LINE_PIX)
in vfe_isr()
H
A
D
camss-vfe-4-1.c
923
for (j = 0; j < ARRAY_SIZE(vfe->
wm_output_map
); j++)
in vfe_isr()
924
if (vfe->
wm_output_map
[j] == VFE_LINE_PIX)
in vfe_isr()
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H
A
D
camss-vfe.c
338
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
); i++)
in vfe_reset_output_maps()
339
vfe->
wm_output_map
[i] = VFE_LINE_NONE;
in vfe_reset_output_maps()
411
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
); i++) {
in vfe_reserve_wm()
412
if (vfe->
wm_output_map
[i] == VFE_LINE_NONE) {
in vfe_reserve_wm()
413
vfe->
wm_output_map
[i] = line_id;
in vfe_reserve_wm()
424
if (wm >= ARRAY_SIZE(vfe->
wm_output_map
))
in vfe_release_wm()
427
vfe->
wm_output_map
[wm] = VFE_LINE_NONE;
in vfe_release_wm()
1020
if (vfe->
wm_output_map
[wm] == VFE_LINE_NONE) {
in vfe_isr_wm_done()
1025
output = &vfe->line[vfe->
wm_output_map
[wm]].output;
in vfe_isr_wm_done()
1087
for (i = 0; i < ARRAY_SIZE(vfe->
wm_output_map
);
in vfe_isr_comp_done()
[all...]
H
A
D
camss-vfe.h
160
enum vfe_line_id
wm_output_map
[MSM_VFE_IMAGE_MASTERS_NUM];
member
H
A
D
camss-vfe-4-7.c
1087
for (j = 0; j < ARRAY_SIZE(vfe->
wm_output_map
); j++)
in vfe_isr()
1088
if (vfe->
wm_output_map
[j] == VFE_LINE_PIX)
in vfe_isr()
H
A
D
camss-vfe-4-1.c
965
for (j = 0; j < ARRAY_SIZE(vfe->
wm_output_map
); j++)
in vfe_isr()
966
if (vfe->
wm_output_map
[j] == VFE_LINE_PIX)
in vfe_isr()
Completed in 21 milliseconds