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:framebuf
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H
A
D
cpia2.h
343
struct
framebuf
{
struct
351
struct
framebuf
*next;
397
struct
framebuf
*buffers;
398
struct
framebuf
* volatile curbuff;
399
struct
framebuf
*workbuff;
H
A
D
cpia2_v4l.c
177
struct
framebuf
*frame = &cam->buffers[frame_nr];
in sync()
891
struct
framebuf
*cb=cam->curbuff;
in cpia2_dqbuf()
H
A
D
cpia2_usb.c
230
struct
framebuf
*ptr;
in cpia2_usb_complete()
H
A
D
cpia2_core.c
2255
u32 size = cam->num_frames*sizeof(struct
framebuf
);
in cpia2_allocate_buffers()
2319
struct
framebuf
*frame;
in cpia2_read()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_stateless.c
244
struct mtk_video_dec_buf *
framebuf
;
in vdec_get_cap_buffer()
local
256
framebuf
= container_of(vb2_v4l2, struct mtk_video_dec_buf, m2m_buf.vb);
in vdec_get_cap_buffer()
258
pfb = &
framebuf
->frame_buffer;
in vdec_get_cap_buffer()
Completed in 8 milliseconds