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_ON
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
hw-me.c
261
hw->pg_state =
MEI_PG_ON
;
in mei_me_hw_config()
273
* Return: MEI_PG_OFF if aliveness is on and
MEI_PG_ON
otherwise
722
hw->pg_state =
MEI_PG_ON
;
in mei_me_pg_legacy_enter_sync()
936
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_enter_sync()
967
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_enter()
1059
if (hw->pg_state ==
MEI_PG_ON
) {
in mei_me_d0i3_intr()
1070
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_intr()
1076
if (hw->pg_state ==
MEI_PG_ON
&& (intr_source & H_IS)) {
in mei_me_d0i3_intr()
H
A
D
mei_dev.h
374
* @
MEI_PG_ON
: device is power gated - it is in lower power state
378
MEI_PG_ON
= 1,
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
992
if (mei_pg_state(dev) !=
MEI_PG_ON
||
in mei_hbm_pg_exit_res()
H
A
D
client.c
741
if (mei_pg_state(dev) ==
MEI_PG_ON
||
in mei_hbuf_acquire()
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
hw-me.c
262
hw->pg_state =
MEI_PG_ON
;
in mei_me_hw_config()
274
* Return: MEI_PG_OFF if aliveness is on and
MEI_PG_ON
otherwise
762
hw->pg_state =
MEI_PG_ON
;
in mei_me_pg_legacy_enter_sync()
977
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_enter_sync()
1008
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_enter()
1100
if (hw->pg_state ==
MEI_PG_ON
) {
in mei_me_d0i3_intr()
1111
hw->pg_state =
MEI_PG_ON
;
in mei_me_d0i3_intr()
1117
if (hw->pg_state ==
MEI_PG_ON
&& (intr_source & H_IS)) {
in mei_me_d0i3_intr()
H
A
D
gsc-me.c
235
hw->pg_state =
MEI_PG_ON
;
in mei_gsc_pm_runtime_suspend()
H
A
D
mei_dev.h
418
* @
MEI_PG_ON
: device is power gated - it is in lower power state
422
MEI_PG_ON
= 1,
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
1117
if (mei_pg_state(dev) !=
MEI_PG_ON
||
in mei_hbm_pg_exit_res()
H
A
D
client.c
747
if (mei_pg_state(dev) ==
MEI_PG_ON
||
in mei_hbuf_acquire()
Completed in 17 milliseconds