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:host_pm_state
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_pm.c
21
if (host_slp_check && ipc_pm->
host_pm_state
!= IPC_MEM_HOST_PM_ACTIVE &&
in ipc_pm_signal_hpda_doorbell()
22
ipc_pm->
host_pm_state
!= IPC_MEM_HOST_PM_ACTIVE_WAIT) {
in ipc_pm_signal_hpda_doorbell()
26
ipc_pm->
host_pm_state
, identifier);
in ipc_pm_signal_hpda_doorbell()
145
ipc_pm->
host_pm_state
== IPC_MEM_HOST_PM_ACTIVE)
in ipc_pm_on_link_wake()
204
/* suspend not allowed if
host_pm_state
is not IPC_MEM_HOST_PM_ACTIVE */
in ipc_pm_prepare_host_sleep()
205
if (ipc_pm->
host_pm_state
!= IPC_MEM_HOST_PM_ACTIVE) {
in ipc_pm_prepare_host_sleep()
206
dev_err(ipc_pm->dev, "
host_pm_state
=%d\tExpected to be: %d",
in ipc_pm_prepare_host_sleep()
207
ipc_pm->
host_pm_state
, IPC_MEM_HOST_PM_ACTIVE);
in ipc_pm_prepare_host_sleep()
211
ipc_pm->
host_pm_state
= IPC_MEM_HOST_PM_SLEEP_WAIT_D3;
in ipc_pm_prepare_host_sleep()
218
if (ipc_pm->
host_pm_state
!
in ipc_pm_prepare_host_active()
[all...]
H
A
D
iosm_ipc_protocol.c
196
ipc_protocol->pm.
host_pm_state
= IPC_MEM_HOST_PM_ACTIVE;
in ipc_protocol_suspend()
200
ipc_protocol->pm.
host_pm_state
= IPC_MEM_HOST_PM_SLEEP;
in ipc_protocol_suspend()
214
ipc_protocol->pm.
host_pm_state
= IPC_MEM_HOST_PM_SLEEP;
in ipc_protocol_resume()
218
ipc_protocol->pm.
host_pm_state
= IPC_MEM_HOST_PM_ACTIVE;
in ipc_protocol_resume()
H
A
D
iosm_ipc_pm.h
88
* @
host_pm_state
: PM states for host
102
enum ipc_mem_host_pm_state
host_pm_state
;
member
Completed in 2 milliseconds