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:QAIC_NO_PARTITION
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/qaic/
H
A
D
qaic_drv.c
179
if (partition_id !=
QAIC_NO_PARTITION
)
in qaic_create_drm_device()
304
ret = qaic_create_drm_device(qdev,
QAIC_NO_PARTITION
);
in qaic_mhi_probe()
337
qaic_destroy_drm_device(qdev,
QAIC_NO_PARTITION
);
in qaic_dev_reset_clean_local_state()
H
A
D
qaic.h
25
#define
QAIC_NO_PARTITION
-1
macro
145
* that id.
QAIC_NO_PARTITION
is a sentinel used to mark that this drm
H
A
D
qaic_control.c
1215
msg->hdr.partition_id = cpu_to_le32(
QAIC_NO_PARTITION
);
in qaic_manage_msg_xfer()
Completed in 4 milliseconds