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_ppd
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core_intr.c
290
if (hsotg->
in_ppd
) {
in dwc2_handle_session_req_intr()
396
if (hsotg->
in_ppd
) {
in dwc2_handle_wakeup_detected_intr()
419
if (hsotg->
in_ppd
) {
in dwc2_handle_wakeup_detected_intr()
H
A
D
core.h
853
* @
in_ppd
: True if core is partial power down mode.
1051
unsigned int
in_ppd
:1;
member
H
A
D
platform.c
325
if (hsotg->
in_ppd
) {
in dwc2_driver_remove()
H
A
D
hcd.c
3182
if (hsotg->
in_ppd
&& hsotg->lx_state == DWC2_L2)
in dwc2_conn_id_status_change()
3662
if (hsotg->
in_ppd
) {
in dwc2_hcd_hub_control()
4644
if (hsotg->
in_ppd
) {
in _dwc2_hcd_urb_enqueue()
5773
/* Set
in_ppd
flag to 1 as here core enters suspend. */
in dwc2_host_enter_partial_power_down()
5774
hsotg->
in_ppd
= 1;
in dwc2_host_enter_partial_power_down()
5862
/* Set lx_state to and
in_ppd
to 0 as here core exits from suspend. */
in dwc2_host_exit_partial_power_down()
5863
hsotg->
in_ppd
= 0;
in dwc2_host_exit_partial_power_down()
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()
5531
/* Set
in_ppd
flag to 1 as here core enters suspend. */
in dwc2_gadget_enter_partial_power_down()
5532
hsotg->
in_ppd
= 1;
in dwc2_gadget_enter_partial_power_down()
5599
/* Set
in_ppd
flag to 0 as here core exits from suspend. */
in dwc2_gadget_exit_partial_power_down()
5600
hsotg->
in_ppd
= 0;
in dwc2_gadget_exit_partial_power_down()
Completed in 16 milliseconds