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_state
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/
H
A
D
mei_dev.h
317
enum
mei_pg_state
(*pg_state)(struct mei_device *dev);
371
* enum
mei_pg_state
- device internal power gating state
376
enum
mei_pg_state
{
enum
381
const char *mei_pg_state_str(enum
mei_pg_state
state);
656
static inline enum
mei_pg_state
mei_pg_state
(struct mei_device *dev)
in mei_pg_state()
function
H
A
D
hw-me.h
59
enum
mei_pg_state
pg_state;
H
A
D
hbm.c
959
if (
mei_pg_state
(dev) != MEI_PG_OFF ||
in mei_hbm_pg_enter_res()
962
mei_pg_state_str(
mei_pg_state
(dev)), dev->pg_event);
in mei_hbm_pg_enter_res()
992
if (
mei_pg_state
(dev) != MEI_PG_ON ||
in mei_hbm_pg_exit_res()
996
mei_pg_state_str(
mei_pg_state
(dev)), dev->pg_event);
in mei_hbm_pg_exit_res()
H
A
D
debugfs.c
113
mei_pg_state_str(
mei_pg_state
(dev)));
in mei_dbgfs_devstate_show()
H
A
D
init.c
35
const char *mei_pg_state_str(enum
mei_pg_state
state)
in mei_pg_state_str()
H
A
D
hw-txe.c
331
static inline enum
mei_pg_state
mei_txe_pg_state(struct mei_device *dev)
in mei_txe_pg_state()
H
A
D
hw-me.c
275
static inline enum
mei_pg_state
mei_me_pg_state(struct mei_device *dev)
in mei_me_pg_state()
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
mei_dev.h
359
enum
mei_pg_state
(*pg_state)(struct mei_device *dev);
415
* enum
mei_pg_state
- device internal power gating state
420
enum
mei_pg_state
{
enum
425
const char *mei_pg_state_str(enum
mei_pg_state
state);
724
static inline enum
mei_pg_state
mei_pg_state
(struct mei_device *dev)
in mei_pg_state()
function
H
A
D
hw-me.h
62
enum
mei_pg_state
pg_state;
H
A
D
debugfs.c
128
mei_pg_state_str(
mei_pg_state
(dev)));
in mei_dbgfs_devstate_show()
H
A
D
hbm.c
1084
if (
mei_pg_state
(dev) != MEI_PG_OFF ||
in mei_hbm_pg_enter_res()
1087
mei_pg_state_str(
mei_pg_state
(dev)), dev->pg_event);
in mei_hbm_pg_enter_res()
1117
if (
mei_pg_state
(dev) != MEI_PG_ON ||
in mei_hbm_pg_exit_res()
1121
mei_pg_state_str(
mei_pg_state
(dev)), dev->pg_event);
in mei_hbm_pg_exit_res()
H
A
D
init.c
36
const char *mei_pg_state_str(enum
mei_pg_state
state)
in mei_pg_state_str()
H
A
D
hw-txe.c
331
static inline enum
mei_pg_state
mei_txe_pg_state(struct mei_device *dev)
in mei_txe_pg_state()
H
A
D
hw-me.c
276
static inline enum
mei_pg_state
mei_me_pg_state(struct mei_device *dev)
in mei_me_pg_state()
H
A
D
client.c
747
if (
mei_pg_state
(dev) == MEI_PG_ON ||
in mei_hbuf_acquire()
Completed in 21 milliseconds