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:MHI_PM_DISABLE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H
A
D
pm.c
48
MHI_PM_DISABLE
,
53
MHI_PM_POR |
MHI_PM_DISABLE
| MHI_PM_M0 |
102
MHI_PM_DISABLE
| MHI_PM_LD_ERR_FATAL_DETECT
107
MHI_PM_LD_ERR_FATAL_DETECT |
MHI_PM_DISABLE
557
cur_state = mhi_tryset_pm_state(mhi_cntrl,
MHI_PM_DISABLE
);
in mhi_pm_disable_transition()
559
if (unlikely(cur_state !=
MHI_PM_DISABLE
))
in mhi_pm_disable_transition()
562
to_mhi_pm_state_str(
MHI_PM_DISABLE
));
in mhi_pm_disable_transition()
820
if (mhi_cntrl->pm_state ==
MHI_PM_DISABLE
)
in mhi_pm_suspend()
912
if (mhi_cntrl->pm_state ==
MHI_PM_DISABLE
)
in __mhi_pm_resume()
1089
mhi_cntrl->pm_state =
MHI_PM_DISABLE
;
in mhi_async_power_up()
[all...]
H
A
D
internal.h
96
#define
MHI_PM_DISABLE
BIT(0)
macro
122
#define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state ==
MHI_PM_DISABLE
|| \
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H
A
D
pm.c
47
MHI_PM_DISABLE
,
52
MHI_PM_POR |
MHI_PM_DISABLE
| MHI_PM_M0 |
101
MHI_PM_DISABLE
| MHI_PM_LD_ERR_FATAL_DETECT
579
cur_state = mhi_tryset_pm_state(mhi_cntrl,
MHI_PM_DISABLE
);
in mhi_pm_disable_transition()
581
if (unlikely(cur_state !=
MHI_PM_DISABLE
))
in mhi_pm_disable_transition()
584
to_mhi_pm_state_str(
MHI_PM_DISABLE
));
in mhi_pm_disable_transition()
695
if (mhi_cntrl->pm_state ==
MHI_PM_DISABLE
)
in mhi_pm_suspend()
787
if (mhi_cntrl->pm_state ==
MHI_PM_DISABLE
)
in mhi_pm_resume()
944
mhi_cntrl->pm_state =
MHI_PM_DISABLE
;
in mhi_async_power_up()
H
A
D
internal.h
420
#define
MHI_PM_DISABLE
BIT(0)
macro
447
#define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state ==
MHI_PM_DISABLE
|| \
Completed in 6 milliseconds