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:vsp1_dl_ext_cmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_dl.h
26
* struct
vsp1_dl_ext_cmd
- Extended Display command
37
struct
vsp1_dl_ext_cmd
{
struct
65
struct
vsp1_dl_ext_cmd
*vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
H
A
D
vsp1_dl.c
160
struct
vsp1_dl_ext_cmd
*cmds;
194
struct
vsp1_dl_ext_cmd
*pre_cmd;
195
struct
vsp1_dl_ext_cmd
*post_cmd;
459
struct
vsp1_dl_ext_cmd
*cmd = &pool->cmds[i];
in vsp1_dl_cmd_pool_create()
486
struct
vsp1_dl_ext_cmd
*vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool)
in vsp1_dl_ext_cmd_get()
488
struct
vsp1_dl_ext_cmd
*cmd = NULL;
in vsp1_dl_ext_cmd_get()
494
cmd = list_first_entry(&pool->free, struct
vsp1_dl_ext_cmd
,
in vsp1_dl_ext_cmd_get()
504
static void vsp1_dl_ext_cmd_put(struct
vsp1_dl_ext_cmd
*cmd)
in vsp1_dl_ext_cmd_put()
532
struct
vsp1_dl_ext_cmd
*vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl)
in vsp1_dl_get_pre_cmd()
743
static void vsp1_dl_ext_cmd_fill_header(struct
vsp1_dl_ext_cmd
*cm
[all...]
H
A
D
vsp1_rpf.c
200
struct
vsp1_dl_ext_cmd
*cmd;
in vsp1_rpf_configure_autofld()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_dl.h
26
* struct
vsp1_dl_ext_cmd
- Extended Display command
37
struct
vsp1_dl_ext_cmd
{
struct
65
struct
vsp1_dl_ext_cmd
*vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl);
H
A
D
vsp1_dl.c
160
struct
vsp1_dl_ext_cmd
*cmds;
194
struct
vsp1_dl_ext_cmd
*pre_cmd;
195
struct
vsp1_dl_ext_cmd
*post_cmd;
459
struct
vsp1_dl_ext_cmd
*cmd = &pool->cmds[i];
in vsp1_dl_cmd_pool_create()
486
struct
vsp1_dl_ext_cmd
*vsp1_dl_ext_cmd_get(struct vsp1_dl_cmd_pool *pool)
in vsp1_dl_ext_cmd_get()
488
struct
vsp1_dl_ext_cmd
*cmd = NULL;
in vsp1_dl_ext_cmd_get()
494
cmd = list_first_entry(&pool->free, struct
vsp1_dl_ext_cmd
,
in vsp1_dl_ext_cmd_get()
504
static void vsp1_dl_ext_cmd_put(struct
vsp1_dl_ext_cmd
*cmd)
in vsp1_dl_ext_cmd_put()
532
struct
vsp1_dl_ext_cmd
*vsp1_dl_get_pre_cmd(struct vsp1_dl_list *dl)
in vsp1_dl_get_pre_cmd()
743
static void vsp1_dl_ext_cmd_fill_header(struct
vsp1_dl_ext_cmd
*cm
[all...]
H
A
D
vsp1_rpf.c
252
struct
vsp1_dl_ext_cmd
*cmd;
in vsp1_rpf_configure_autofld()
Completed in 5 milliseconds