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:sti_hqvdp_cmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
311
struct
sti_hqvdp_cmd
{
struct
387
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_free_cmd()
388
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_free_cmd()
414
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_curr_cmd()
416
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_curr_cmd()
442
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_next_cmd()
444
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_next_cmd()
478
static void hqvdp_dbg_dump_cmd(struct seq_file *s, struct
sti_hqvdp_cmd
*c)
in hqvdp_dbg_dump_cmd()
619
hqvdp_dbg_dump_cmd(s, (struct
sti_hqvdp_cmd
*)virt);
in hqvdp_dbg_show()
631
hqvdp_dbg_dump_cmd(s, (struct
sti_hqvdp_cmd
*)vir
in hqvdp_dbg_show()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
313
struct
sti_hqvdp_cmd
{
struct
389
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_free_cmd()
390
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_free_cmd()
416
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_curr_cmd()
418
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_curr_cmd()
444
return i * sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_next_cmd()
446
cmd += sizeof(struct
sti_hqvdp_cmd
);
in sti_hqvdp_get_next_cmd()
480
static void hqvdp_dbg_dump_cmd(struct seq_file *s, struct
sti_hqvdp_cmd
*c)
in hqvdp_dbg_dump_cmd()
621
hqvdp_dbg_dump_cmd(s, (struct
sti_hqvdp_cmd
*)virt);
in hqvdp_dbg_show()
633
hqvdp_dbg_dump_cmd(s, (struct
sti_hqvdp_cmd
*)vir
in hqvdp_dbg_show()
[all...]
Completed in 4 milliseconds