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:DWC2_L2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core_intr.c
289
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_handle_session_req_intr()
395
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_handle_wakeup_detected_intr()
418
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_handle_wakeup_detected_intr()
537
hsotg->lx_state =
DWC2_L2
;
in dwc2_handle_usb_suspend_intr()
547
hsotg->lx_state =
DWC2_L2
;
in dwc2_handle_usb_suspend_intr()
H
A
D
core.h
195
DWC2_L2
, /* USB suspend state */
enumerator
H
A
D
hcd.c
3182
if (hsotg->in_ppd && hsotg->lx_state ==
DWC2_L2
)
in dwc2_conn_id_status_change()
4396
hsotg->lx_state =
DWC2_L2
;
in _dwc2_hcd_suspend()
4415
if (hsotg->lx_state !=
DWC2_L2
)
in _dwc2_hcd_resume()
5501
hsotg->lx_state =
DWC2_L2
;
in dwc2_host_enter_hibernation()
5775
hsotg->lx_state =
DWC2_L2
;
in dwc2_host_enter_partial_power_down()
5902
hsotg->lx_state =
DWC2_L2
;
in dwc2_host_enter_clock_gating()
H
A
D
gadget.c
3727
if (hsotg->in_ppd && hsotg->lx_state ==
DWC2_L2
)
in dwc2_hsotg_irq()
4702
if (hsotg->lx_state ==
DWC2_L2
&& hsotg->in_ppd)
in dwc2_hsotg_vbus_session()
5114
if (hsotg->lx_state ==
DWC2_L2
)
in dwc2_hsotg_resume()
5312
hsotg->lx_state =
DWC2_L2
;
in dwc2_gadget_enter_hibernation()
5533
hsotg->lx_state =
DWC2_L2
;
in dwc2_gadget_enter_partial_power_down()
5634
hsotg->lx_state =
DWC2_L2
;
in dwc2_gadget_enter_clock_gating()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core_intr.c
319
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_handle_session_req_intr()
417
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_handle_wakeup_detected_intr()
548
hsotg->lx_state =
DWC2_L2
;
in dwc2_handle_usb_suspend_intr()
558
hsotg->lx_state =
DWC2_L2
;
in dwc2_handle_usb_suspend_intr()
H
A
D
core.h
222
DWC2_L2
, /* USB suspend state */
enumerator
H
A
D
gadget.c
3727
if (hsotg->lx_state ==
DWC2_L2
) {
in dwc2_hsotg_irq()
4677
if (hsotg->lx_state ==
DWC2_L2
)
in dwc2_hsotg_vbus_session()
5050
if (hsotg->lx_state ==
DWC2_L2
)
in dwc2_hsotg_resume()
5248
hsotg->lx_state =
DWC2_L2
;
in dwc2_gadget_enter_hibernation()
H
A
D
hcd.c
4374
hsotg->lx_state =
DWC2_L2
;
in _dwc2_hcd_suspend()
4393
if (hsotg->lx_state !=
DWC2_L2
)
in _dwc2_hcd_resume()
5414
hsotg->lx_state =
DWC2_L2
;
in dwc2_host_enter_hibernation()
Completed in 31 milliseconds