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:suspend_state
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
of_regulator.c
28
struct regulator_state *
suspend_state
;
in of_get_regulation_constraints()
local
196
suspend_state
= &constraints->state_mem;
in of_get_regulation_constraints()
199
suspend_state
= &constraints->state_disk;
in of_get_regulation_constraints()
202
suspend_state
= &constraints->state_standby;
in of_get_regulation_constraints()
214
if (!
suspend_state
) {
in of_get_regulation_constraints()
225
suspend_state
->mode = mode;
in of_get_regulation_constraints()
233
suspend_state
->enabled = ENABLE_IN_SUSPEND;
in of_get_regulation_constraints()
235
suspend_state
->enabled = DISABLE_IN_SUSPEND;
in of_get_regulation_constraints()
239
suspend_state
->min_uV = pval;
in of_get_regulation_constraints()
243
suspend_state
in of_get_regulation_constraints()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rockchip_pm_config.c
258
suspend_state_t
suspend_state
= mem_sleep_current;
in pm_config_prepare()
local
259
enum rk_pm_state state =
suspend_state
- PM_SUSPEND_MEM;
in pm_config_prepare()
264
suspend_state
,
in pm_config_prepare()
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_mode_config.h
946
* @
suspend_state
:
952
struct drm_atomic_state *
suspend_state
;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dbus_usb_linux.c
509
enum usbos_suspend_state
suspend_state
;
member
940
bool killed = (g_probe_info.
suspend_state
== USBOS_SUSPEND_STATE_SUSPEND_PENDING) ? 1 : 0;
in dbus_usbos_recv_complete_handle()
1045
usbos_info->pub->busstate, g_probe_info.
suspend_state
,
in dbus_usbos_ctl_complete()
1111
bool killed = (g_probe_info.
suspend_state
== USBOS_SUSPEND_STATE_SUSPEND_PENDING) ? 1 : 0;
in dbus_usbos_intr_complete()
1234
DBUSERR(("%s suspend state: %d\n", __FUNCTION__, g_probe_info.
suspend_state
));
in dbus_usbos_suspend()
1236
g_probe_info.
suspend_state
= USBOS_SUSPEND_STATE_SUSPEND_PENDING;
in dbus_usbos_suspend()
1239
g_probe_info.
suspend_state
= USBOS_SUSPEND_STATE_SUSPENDED;
in dbus_usbos_suspend()
1253
g_probe_info.
suspend_state
= USBOS_SUSPEND_STATE_DEVICE_ACTIVE;
in dbus_usbos_resume()
1267
g_probe_info.
suspend_state
= USBOS_SUSPEND_STATE_DEVICE_ACTIVE;
in dbus_usbos_reset_resume()
H
A
D
dhd_pcie_linux.c
823
dhdpcie_suspend_dump_cfgregs(struct dhd_bus *bus, char *
suspend_state
)
in dhdpcie_suspend_dump_cfgregs()
argument
827
suspend_state
,
in dhdpcie_suspend_dump_cfgregs()
Completed in 9 milliseconds