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:vb_bufs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/marvell-ccic/
H
A
D
mcam-core.c
545
buf = cam->
vb_bufs
[frame ^ 0x1];
in mcam_set_contig_buffer()
558
cam->
vb_bufs
[frame] = buf;
in mcam_set_contig_buffer()
581
struct mcam_vb_buffer *buf = cam->
vb_bufs
[frame];
in mcam_dma_contig_done()
585
cam->
vb_bufs
[frame] = NULL;
in mcam_dma_contig_done()
622
cam->
vb_bufs
[0] = buf;
in mcam_sg_next_buffer()
660
struct mcam_vb_buffer *buf = cam->
vb_bufs
[0];
in mcam_dma_sg_done()
681
cam->
vb_bufs
[0] = NULL;
in mcam_dma_sg_done()
1126
buf = cam->
vb_bufs
[i];
in mcam_vb_requeue_bufs()
1130
cam->
vb_bufs
[i] = NULL;
in mcam_vb_requeue_bufs()
1992
if (cam->buffer_mode == B_DMA_sg && cam->
vb_bufs
[
in mccic_resume()
[all...]
H
A
D
mcam-core.h
177
struct mcam_vb_buffer *
vb_bufs
[MAX_DMA_BUFS];
member
/kernel/linux/linux-6.6/drivers/media/platform/marvell/
H
A
D
mcam-core.c
545
buf = cam->
vb_bufs
[frame ^ 0x1];
in mcam_set_contig_buffer()
558
cam->
vb_bufs
[frame] = buf;
in mcam_set_contig_buffer()
581
struct mcam_vb_buffer *buf = cam->
vb_bufs
[frame];
in mcam_dma_contig_done()
585
cam->
vb_bufs
[frame] = NULL;
in mcam_dma_contig_done()
622
cam->
vb_bufs
[0] = buf;
in mcam_sg_next_buffer()
660
struct mcam_vb_buffer *buf = cam->
vb_bufs
[0];
in mcam_dma_sg_done()
681
cam->
vb_bufs
[0] = NULL;
in mcam_dma_sg_done()
1126
buf = cam->
vb_bufs
[i];
in mcam_vb_requeue_bufs()
1130
cam->
vb_bufs
[i] = NULL;
in mcam_vb_requeue_bufs()
1976
if (cam->buffer_mode == B_DMA_sg && cam->
vb_bufs
[
in mccic_resume()
[all...]
H
A
D
mcam-core.h
176
struct mcam_vb_buffer *
vb_bufs
[MAX_DMA_BUFS];
member
Completed in 7 milliseconds