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:in_lpm
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-plat.c
213
if (cdns->
in_lpm
)
in cdns3_controller_suspend()
224
cdns->
in_lpm
= true;
in cdns3_controller_suspend()
237
if (!cdns->
in_lpm
)
in cdns3_controller_resume()
260
cdns->
in_lpm
= false;
in cdns3_controller_resume()
H
A
D
core.h
76
* @
in_lpm
: indicate the controller is in low power mode
114
bool
in_lpm
;
member
H
A
D
core.c
409
if (cdns->
in_lpm
) {
in cdns_wakeup_irq()
H
A
D
drd.c
363
if (cdns->
in_lpm
)
in cdns_drd_irq()
H
A
D
cdns3-gadget.c
1919
if (cdns->
in_lpm
)
in cdns3_device_irq_handler()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
ci_hdrc_imx.c
99
bool
in_lpm
;
member
568
data->
in_lpm
= true;
in imx_controller_suspend()
580
if (!data->
in_lpm
) {
in imx_controller_resume()
592
data->
in_lpm
= false;
in imx_controller_resume()
621
if (data->
in_lpm
)
in ci_hdrc_imx_suspend()
663
if (data->
in_lpm
) {
in ci_hdrc_imx_runtime_suspend()
H
A
D
core.c
518
if (ci->
in_lpm
) {
in ci_irq_handler()
1295
ci->
in_lpm
= true;
in ci_controller_suspend()
1329
if (!ci->
in_lpm
) {
in ci_controller_resume()
1346
ci->
in_lpm
= false;
in ci_controller_resume()
1373
if (ci->
in_lpm
)
in ci_suspend()
1376
if (ci->
in_lpm
) {
in ci_suspend()
1422
if (ci->
in_lpm
) {
in ci_runtime_suspend()
H
A
D
ci.h
204
* @
in_lpm
: if the core in low power mode
258
bool
in_lpm
;
member
H
A
D
debug.c
309
if (!ci || ci->
in_lpm
)
in ci_registers_show()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
ci_hdrc_imx.c
102
bool
in_lpm
;
member
565
data->
in_lpm
= true;
in imx_controller_suspend()
578
if (!data->
in_lpm
) {
in imx_controller_resume()
590
data->
in_lpm
= false;
in imx_controller_resume()
612
if (data->
in_lpm
)
in ci_hdrc_imx_suspend()
644
if (data->
in_lpm
) {
in ci_hdrc_imx_runtime_suspend()
H
A
D
core.c
525
if (ci->
in_lpm
) {
in ci_irq_handler()
1317
ci->
in_lpm
= true;
in ci_controller_suspend()
1353
if (!ci->
in_lpm
) {
in ci_controller_resume()
1370
ci->
in_lpm
= false;
in ci_controller_resume()
1397
if (ci->
in_lpm
)
in ci_suspend()
1400
if (ci->
in_lpm
) {
in ci_suspend()
1471
if (ci->
in_lpm
) {
in ci_runtime_suspend()
H
A
D
ci.h
209
* @
in_lpm
: if the core in low power mode
264
bool
in_lpm
;
member
H
A
D
debug.c
255
if (!ci || ci->
in_lpm
)
in ci_registers_show()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
core.c
420
if (cdns->
in_lpm
) {
in cdns3_wakeup_irq()
651
if (cdns->
in_lpm
)
in cdns3_controller_suspend()
662
cdns->
in_lpm
= true;
in cdns3_controller_suspend()
675
if (!cdns->
in_lpm
)
in cdns3_controller_resume()
688
cdns->
in_lpm
= false;
in cdns3_controller_resume()
H
A
D
core.h
76
* @
in_lpm
: indicate the controller is in low power mode
113
bool
in_lpm
;
member
H
A
D
drd.c
332
if (cdns->
in_lpm
)
in cdns3_drd_irq()
H
A
D
gadget.c
1914
if (cdns->
in_lpm
)
in cdns3_device_irq_handler()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H
A
D
cdns2-gadget.h
633
* @
in_lpm
: indicate the controller is in low power mode.
667
bool
in_lpm
;
member
H
A
D
cdns2-gadget.c
1178
if (pdev->
in_lpm
)
in cdns2_usb_irq_handler()
Completed in 22 milliseconds