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:MEI_PG_OFF
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
hw-me.c
258
hw->pg_state =
MEI_PG_OFF
;
in mei_me_hw_config()
274
* Return:
MEI_PG_OFF
if aliveness is on and MEI_PG_ON otherwise
816
hw->pg_state =
MEI_PG_OFF
;
in mei_me_pg_legacy_exit_sync()
1060
hw->pg_state =
MEI_PG_OFF
;
in mei_me_d0i3_exit_sync()
1082
hw->pg_state =
MEI_PG_OFF
;
in mei_me_pg_legacy_intr()
1101
hw->pg_state =
MEI_PG_OFF
;
in mei_me_d0i3_intr()
1199
hw->pg_state =
MEI_PG_OFF
;
in mei_me_hw_reset()
H
A
D
gsc-me.c
261
hw->pg_state =
MEI_PG_OFF
;
in mei_gsc_pm_runtime_resume()
H
A
D
mei_dev.h
417
* @
MEI_PG_OFF
: device is not power gated - it is active
421
MEI_PG_OFF
= 0,
enumerator
H
A
D
hw-txe.c
329
* Return:
MEI_PG_OFF
if aliveness is on and MEI_PG_ON otherwise
335
return hw->aliveness ?
MEI_PG_OFF
: MEI_PG_ON;
in mei_txe_pg_state()
H
A
D
hbm.c
1084
if (mei_pg_state(dev) !=
MEI_PG_OFF
||
in mei_hbm_pg_enter_res()
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
hw-me.c
257
hw->pg_state =
MEI_PG_OFF
;
in mei_me_hw_config()
273
* Return:
MEI_PG_OFF
if aliveness is on and MEI_PG_ON otherwise
775
hw->pg_state =
MEI_PG_OFF
;
in mei_me_pg_legacy_exit_sync()
1019
hw->pg_state =
MEI_PG_OFF
;
in mei_me_d0i3_exit_sync()
1041
hw->pg_state =
MEI_PG_OFF
;
in mei_me_pg_legacy_intr()
1060
hw->pg_state =
MEI_PG_OFF
;
in mei_me_d0i3_intr()
H
A
D
mei_dev.h
373
* @
MEI_PG_OFF
: device is not power gated - it is active
377
MEI_PG_OFF
= 0,
enumerator
H
A
D
hw-txe.c
329
* Return:
MEI_PG_OFF
if aliveness is on and MEI_PG_ON otherwise
335
return hw->aliveness ?
MEI_PG_OFF
: MEI_PG_ON;
in mei_txe_pg_state()
H
A
D
hbm.c
959
if (mei_pg_state(dev) !=
MEI_PG_OFF
||
in mei_hbm_pg_enter_res()
Completed in 13 milliseconds