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:uc_to_gt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_uc.c
28
struct drm_i915_private *i915 =
uc_to_gt
(uc)->i915;
in uc_expand_default_options()
63
struct intel_gt *gt =
uc_to_gt
(uc);
in __intel_uc_reset_hw()
87
struct intel_gt *gt =
uc_to_gt
(uc);
in __confirm_options()
286
struct intel_gt *gt =
uc_to_gt
(uc);
in __uc_fetch_firmwares()
334
if (i915_inject_probe_failure(
uc_to_gt
(uc)->i915))
in __uc_init()
373
struct intel_gt *gt =
uc_to_gt
(uc);
in uc_init_wopcm()
426
struct intel_gt *gt =
uc_to_gt
(uc);
in uc_is_wopcm_locked()
463
struct intel_gt *gt =
uc_to_gt
(uc);
in __uc_init_hw()
502
intel_rps_raise_unslice(&
uc_to_gt
(uc)->rps);
in __uc_init_hw()
555
intel_rps_lower_unslice(&
uc_to_gt
(u
in __uc_init_hw()
696
with_intel_runtime_pm(&
uc_to_gt
(uc)->i915->runtime_pm, wakeref) {
intel_uc_suspend()
function
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_uc.c
22
struct intel_gt *gt =
uc_to_gt
(uc);
in __intel_uc_reset_hw()
46
struct drm_i915_private *i915 =
uc_to_gt
(uc)->i915;
in __confirm_options()
273
drm_dbg(&
uc_to_gt
(uc)->i915->drm,
in __uc_fetch_firmwares()
303
if (i915_inject_probe_failure(
uc_to_gt
(uc)->i915))
in __uc_init()
348
struct intel_gt *gt =
uc_to_gt
(uc);
in uc_init_wopcm()
401
struct intel_gt *gt =
uc_to_gt
(uc);
in uc_is_wopcm_locked()
426
struct drm_i915_private *i915 =
uc_to_gt
(uc)->i915;
in __uc_init_hw()
587
with_intel_runtime_pm(
uc_to_gt
(uc)->uncore->rpm, wakeref)
in intel_uc_suspend()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt.h
22
static inline struct intel_gt *
uc_to_gt
(struct intel_uc *uc)
in uc_to_gt()
function
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_gt.h
33
static inline struct intel_gt *
uc_to_gt
(struct intel_uc *uc)
in uc_to_gt()
function
Completed in 3 milliseconds