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:pm_suspended
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-imx8mp.c
59
bool
pm_suspended
;
member
133
if (!dwc3_imx->
pm_suspended
)
in dwc3_imx8mp_interrupt()
288
if (dwc3_imx->
pm_suspended
)
in dwc3_imx8mp_suspend()
295
dwc3_imx->
pm_suspended
= true;
in dwc3_imx8mp_suspend()
306
if (!dwc3_imx->
pm_suspended
)
in dwc3_imx8mp_resume()
311
dwc3_imx->
pm_suspended
= false;
in dwc3_imx8mp_resume()
H
A
D
dwc3-qcom.c
91
bool
pm_suspended
;
member
491
/* If
pm_suspended
then let pm_resume take care of resuming h/w */
in qcom_dwc3_resume_irq()
492
if (qcom->
pm_suspended
)
in qcom_dwc3_resume_irq()
1014
qcom->
pm_suspended
= true;
in dwc3_qcom_pm_suspend()
1029
qcom->
pm_suspended
= false;
in dwc3_qcom_pm_resume()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H
A
D
malidp_hw.h
247
bool
pm_suspended
;
member
261
WARN_ON(hwdev->
pm_suspended
);
in malidp_hw_read()
268
WARN_ON(hwdev->
pm_suspended
);
in malidp_hw_write()
H
A
D
malidp_drv.c
679
hwdev->
pm_suspended
= true;
in malidp_runtime_pm_suspend()
696
hwdev->
pm_suspended
= false;
in malidp_runtime_pm_resume()
H
A
D
malidp_hw.c
1187
if (hwdev->
pm_suspended
)
in malidp_de_irq()
1300
if (hwdev->
pm_suspended
)
in malidp_se_irq()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H
A
D
malidp_hw.h
247
bool
pm_suspended
;
member
261
WARN_ON(hwdev->
pm_suspended
);
in malidp_hw_read()
268
WARN_ON(hwdev->
pm_suspended
);
in malidp_hw_write()
H
A
D
malidp_drv.c
677
hwdev->
pm_suspended
= true;
in malidp_runtime_pm_suspend()
694
hwdev->
pm_suspended
= false;
in malidp_runtime_pm_resume()
H
A
D
malidp_hw.c
1187
if (hwdev->
pm_suspended
)
in malidp_de_irq()
1300
if (hwdev->
pm_suspended
)
in malidp_se_irq()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
dwc3-qcom.c
89
bool
pm_suspended
;
member
434
/* If
pm_suspended
then let pm_resume take care of resuming h/w */
in qcom_dwc3_resume_irq()
435
if (qcom->
pm_suspended
)
in qcom_dwc3_resume_irq()
946
qcom->
pm_suspended
= true;
in dwc3_qcom_pm_suspend()
958
qcom->
pm_suspended
= false;
in dwc3_qcom_pm_resume()
Completed in 11 milliseconds