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
defs:runtime_pm
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/power/
H
A
D
domain.c
789
bool
runtime_pm
= pm_runtime_enabled(dev);
in genpd_runtime_suspend()
local
863
bool
runtime_pm
= pm_runtime_enabled(dev);
in genpd_runtime_resume()
local
/kernel/linux/linux-5.10/include/linux/
H
A
D
regmap.h
1409
bool
runtime_pm
:1;
member
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
domain.c
935
bool
runtime_pm
= pm_runtime_enabled(dev);
in genpd_runtime_suspend()
local
/kernel/linux/linux-6.6/include/linux/
H
A
D
regmap.h
1623
unsigned int
runtime_pm
:1;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
314
struct intel_runtime_pm
runtime_pm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_submission.c
2725
struct intel_runtime_pm *
runtime_pm
= engine->uncore->rpm;
in try_context_registration()
local
2921
struct intel_runtime_pm *
runtime_pm
= ce->engine->uncore->rpm;
in guc_context_block()
local
2977
struct intel_runtime_pm *
runtime_pm
= ce->engine->uncore->rpm;
in guc_context_unblock()
local
3055
struct intel_
runtime_pm
*
runtime_pm
=
guc_context_revoke()
local
3109
struct intel_
runtime_pm
*
runtime_pm
= &ce->engine->gt->i915->
runtime_pm
;
global()
variable
4656
struct intel_
runtime_pm
*
runtime_pm
=
intel_guc_deregister_done_process_msg()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1163
struct intel_runtime_pm
runtime_pm
;
member
Completed in 25 milliseconds