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:suspended
(Results
1 - 13
of
13
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-inno-usb3.c
130
bool
suspended
;
member
428
if (!u3phy_port->
suspended
) {
in rockchip_u3phy_power_on()
461
u3phy_port->
suspended
= false;
in rockchip_u3phy_power_on()
472
if (u3phy_port->
suspended
) {
in rockchip_u3phy_power_off()
500
u3phy_port->
suspended
= true;
in rockchip_u3phy_power_off()
585
* them via
suspended
flag.
in rockchip_u3phy_um_sm_work()
591
if (!u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
598
if (u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
601
u3phy_port->
suspended
= false;
in rockchip_u3phy_um_sm_work()
608
if (!u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb3.c
132
bool
suspended
;
member
431
if (!u3phy_port->
suspended
)
in rockchip_u3phy_power_on()
466
u3phy_port->
suspended
= false;
in rockchip_u3phy_power_on()
478
if (u3phy_port->
suspended
)
in rockchip_u3phy_power_off()
508
u3phy_port->
suspended
= true;
in rockchip_u3phy_power_off()
600
* them via
suspended
flag.
in rockchip_u3phy_um_sm_work()
606
if (!u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
613
if (u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
616
u3phy_port->
suspended
= false;
in rockchip_u3phy_um_sm_work()
623
if (!u3phy_port->
suspended
) {
in rockchip_u3phy_um_sm_work()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
cdn-dp-core.h
76
bool
suspended
;
member
H
A
D
cdn-dp-core.c
887
if (dp->
suspended
) {
in cdn_dp_pd_event_work()
1054
dp->
suspended
= true;
in cdn_dp_suspend()
1065
dp->
suspended
= false;
in cdn_dp_resume()
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
217
* @
suspended
: phy
suspended
flag.
249
bool
suspended
;
member
754
if (!rport->
suspended
) {
in rockchip_usb2phy_power_on()
785
rport->
suspended
= false;
in rockchip_usb2phy_power_on()
810
if (rport->
suspended
) {
in rockchip_usb2phy_power_off()
820
rport->
suspended
= true;
in rockchip_usb2phy_power_off()
1454
* them via
suspended
flag.
in rockchip_usb2phy_sm_work()
1460
if (!rport->
suspended
) {
in rockchip_usb2phy_sm_work()
1467
if (rport->
suspended
) {
in rockchip_usb2phy_sm_work()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H
A
D
i2c-rk3x.c
251
unsigned int
suspended
: 1;
member
1103
if (i2c->
suspended
) {
in rk3x_i2c_xfer_common()
1209
* So forbid access to I2C device using i2c->
suspended
flag.
in rk3x_i2c_suspend_noirq()
1212
i2c->
suspended
= 1;
in rk3x_i2c_suspend_noirq()
1226
i2c->
suspended
= 0;
in rk3x_i2c_resume_noirq()
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
composite.h
475
unsigned int
suspended
: 1;
member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_config.h
268
bool
suspended
;
member
H
A
D
dhd_config.c
2548
CONFIG_MSG("op_mode %d, suspend %d,
suspended
%d, insuspend 0x%x, suspend_mode=%d\n",
in dhd_conf_set_suspend_resume()
2549
dhd->op_mode, suspend, conf->
suspended
, insuspend, conf->suspend_mode);
in dhd_conf_set_suspend_resume()
2551
if (conf->
suspended
== suspend || !dhd->up) {
in dhd_conf_set_suspend_resume()
2621
conf->
suspended
= TRUE;
in dhd_conf_set_suspend_resume()
2669
conf->
suspended
= FALSE;
in dhd_conf_set_suspend_resume()
4502
conf->
suspended
= FALSE;
in dhd_conf_preinit()
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H
A
D
composite.h
493
unsigned int
suspended
:1;
member
/device/soc/rockchip/common/sdk_linux/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-rk.c
64
bool
suspended
;
member
2171
bsp_priv->
suspended
= true;
in rk_gmac_suspend()
2182
if (bsp_priv->
suspended
) {
in rk_gmac_resume()
2184
bsp_priv->
suspended
= false;
in rk_gmac_resume()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
80
* @suspend_work: worker to execute on entering
suspended
state
81
* @resume_work: worker to execute on leaving
suspended
state
85
* @suspended_clients: head of list of clients being
suspended
371
/* Don't enable hardware counters if vinstr is
suspended
.
in kbasep_vinstr_create_kctx()
1007
bool
suspended
= false;
in kbasep_vinstr_reprogram()
local
1009
/* Don't enable hardware counters if vinstr is
suspended
. */
in kbasep_vinstr_reprogram()
1012
suspended
= true;
in kbasep_vinstr_reprogram()
1015
if (
suspended
) {
in kbasep_vinstr_reprogram()
1019
/* Change to
suspended
state is done while holding vinstr context
in kbasep_vinstr_reprogram()
1643
* This must happen after vinstr was
suspended
in kbasep_vinstr_suspend_worker()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_vinstr.c
92
* @suspend_work: worker to execute on entering
suspended
state
93
* @resume_work: worker to execute on leaving
suspended
state
97
* @suspended_clients: head of list of clients being
suspended
411
/* Don't enable hardware counters if vinstr is
suspended
.
in kbasep_vinstr_create_kctx()
1067
bool
suspended
= false;
in kbasep_vinstr_reprogram()
local
1069
/* Don't enable hardware counters if vinstr is
suspended
. */
in kbasep_vinstr_reprogram()
1072
suspended
= true;
in kbasep_vinstr_reprogram()
1074
if (
suspended
)
in kbasep_vinstr_reprogram()
1077
/* Change to
suspended
state is done while holding vinstr context
in kbasep_vinstr_reprogram()
1750
* This must happen after vinstr was
suspended
in kbasep_vinstr_suspend_worker()
[all...]
Completed in 25 milliseconds