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:ivpu_cmdq
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/ivpu/
H
A
D
ivpu_job.c
31
static void ivpu_cmdq_ring_db(struct ivpu_device *vdev, struct
ivpu_cmdq
*cmdq)
in ivpu_cmdq_ring_db()
36
static struct
ivpu_cmdq
*ivpu_cmdq_alloc(struct ivpu_file_priv *file_priv, u16 engine)
in ivpu_cmdq_alloc()
40
struct
ivpu_cmdq
*cmdq;
in ivpu_cmdq_alloc()
68
static void ivpu_cmdq_free(struct ivpu_file_priv *file_priv, struct
ivpu_cmdq
*cmdq)
in ivpu_cmdq_free()
77
static struct
ivpu_cmdq
*ivpu_cmdq_acquire(struct ivpu_file_priv *file_priv, u16 engine)
in ivpu_cmdq_acquire()
80
struct
ivpu_cmdq
*cmdq = file_priv->cmdq[engine];
in ivpu_cmdq_acquire()
107
struct
ivpu_cmdq
*cmdq = file_priv->cmdq[engine];
in ivpu_cmdq_release_locked()
140
struct
ivpu_cmdq
*cmdq = file_priv->cmdq[engine];
in ivpu_cmdq_reset_locked()
180
static int ivpu_cmdq_push_job(struct
ivpu_cmdq
*cmdq, struct ivpu_job *job)
in ivpu_cmdq_push_job()
374
struct
ivpu_cmdq
*cmd
in ivpu_direct_job_submission()
[all...]
H
A
D
ivpu_job.h
18
* struct
ivpu_cmdq
- Object representing device queue used to send jobs.
25
struct
ivpu_cmdq
{
struct
H
A
D
ivpu_drv.h
137
struct
ivpu_cmdq
*cmdq[IVPU_NUM_ENGINES];
Completed in 2 milliseconds