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:current_dr_role
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-imx8mp.c
109
if ((dwc3->
current_dr_role
== DWC3_GCTL_PRTCAP_HOST) && dwc3->xhci)
in dwc3_imx8mp_wakeup_enable()
112
else if (dwc3->
current_dr_role
== DWC3_GCTL_PRTCAP_DEVICE)
in dwc3_imx8mp_wakeup_enable()
139
if ((dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_HOST) && dwc->xhci)
in dwc3_imx8mp_interrupt()
141
else if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_DEVICE)
in dwc3_imx8mp_interrupt()
318
if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_DEVICE) {
in dwc3_imx8mp_resume()
H
A
D
core.c
116
dwc->
current_dr_role
= mode;
in dwc3_set_prtcap()
134
if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_OTG)
in __dwc3_set_mode()
140
if (desired_dr_role == dwc->
current_dr_role
)
in __dwc3_set_mode()
146
switch (dwc->
current_dr_role
) {
in __dwc3_set_mode()
166
* When
current_dr_role
is not set, there's no role switching.
in __dwc3_set_mode()
169
if (dwc->
current_dr_role
&& ((DWC3_IP_IS(DWC3) ||
in __dwc3_set_mode()
282
if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_HOST)
in dwc3_core_soft_reset()
2062
switch (dwc->
current_dr_role
) {
in dwc3_suspend_common()
2120
switch (dwc->
current_dr_role
) {
in dwc3_resume_common()
2159
dwc3_set_prtcap(dwc, dwc->
current_dr_role
);
in dwc3_resume_common()
[all...]
H
A
D
drd.c
339
if (dwc->
current_dr_role
!= DWC3_GCTL_PRTCAP_OTG)
in dwc3_otg_update()
475
switch (dwc->
current_dr_role
) {
in dwc3_usb_role_switch_get()
601
switch (dwc->
current_dr_role
) {
in dwc3_drd_exit()
H
A
D
core.h
1019
* @
current_dr_role
: current role of operation when in dual-role mode
1186
u32
current_dr_role
;
member
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
drd.c
339
if (dwc->
current_dr_role
!= DWC3_GCTL_PRTCAP_OTG)
in dwc3_otg_update()
513
switch (dwc->
current_dr_role
) {
in dwc3_usb_role_switch_get()
591
dwc->
current_dr_role
= DWC3_GCTL_PRTCAP_OTG;
in dwc3_drd_init()
636
switch (dwc->
current_dr_role
) {
in dwc3_drd_exit()
H
A
D
core.c
114
dwc->
current_dr_role
= mode;
in dwc3_set_prtcap()
132
if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_OTG)
in __dwc3_set_mode()
138
if (desired_dr_role == dwc->
current_dr_role
)
in __dwc3_set_mode()
144
switch (dwc->
current_dr_role
) {
in __dwc3_set_mode()
164
* When
current_dr_role
is not set, there's no role switching.
in __dwc3_set_mode()
167
if (dwc->
current_dr_role
&& ((DWC3_IP_IS(DWC3) ||
in __dwc3_set_mode()
280
if (dwc->
current_dr_role
== DWC3_GCTL_PRTCAP_HOST)
in dwc3_core_soft_reset()
1687
switch (dwc->
current_dr_role
) {
in dwc3_suspend_common()
1747
switch (dwc->
current_dr_role
) {
in dwc3_resume_common()
1788
dwc3_set_prtcap(dwc, dwc->
current_dr_role
);
in dwc3_resume_common()
[all...]
H
A
D
core.h
970
* @
current_dr_role
: current role of operation when in dual-role mode
1116
u32
current_dr_role
;
member
Completed in 14 milliseconds