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:eng_class
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_capture.c
1038
new->
eng_class
= original->
eng_class
;
in guc_capture_clone_node()
1242
node->
eng_class
= FIELD_GET(CAP_HDR_ENGINE_CLASS, hdr.info);
in guc_capture_extract_reglists()
1248
node->
eng_class
= FIELD_GET(CAP_HDR_ENGINE_CLASS, hdr.info);
in guc_capture_extract_reglists()
1467
i915_error_printf(ebuf, " GuC-Eng-Class: %d\n", node->
eng_class
);
in intel_guc_capture_print_engine_node()
1469
guc_class_to_engine_class(node->
eng_class
));
in intel_guc_capture_print_engine_node()
1472
eng = intel_guc_lookup_engine(guc, node->
eng_class
, node->eng_inst);
in intel_guc_capture_print_engine_node()
1487
node->
eng_class
, 0, regs[j].offset, &is_ext);
in intel_guc_capture_print_engine_node()
1557
n->
eng_class
== GUC_ID_TO_ENGINE_CLASS(engine->guc_id) &&
in intel_guc_capture_is_matching_engine()
1589
n->
eng_class
in intel_guc_capture_get_matching_node()
[all...]
H
A
D
guc_capture_fwif.h
47
u32
eng_class
;
member
Completed in 3 milliseconds