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_otg_role
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
drd.c
83
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_HOST &&
in dwc3_otg_irq()
350
if (dwc->desired_otg_role == dwc->
current_otg_role
)
in dwc3_otg_update()
353
switch (dwc->
current_otg_role
) {
in dwc3_otg_update()
373
dwc->
current_otg_role
= dwc->desired_otg_role;
in dwc3_otg_update()
521
role = dwc->
current_otg_role
;
in dwc3_usb_role_switch_get()
H
A
D
core.c
1723
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_DEVICE) {
in dwc3_suspend_common()
1791
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_HOST) {
in dwc3_resume_common()
1793
} else if (dwc->
current_otg_role
== DWC3_OTG_ROLE_DEVICE) {
in dwc3_resume_common()
H
A
D
core.h
960
* @
current_otg_role
: current role of operation while using the OTG block
1127
u32
current_otg_role
;
member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
drd.c
83
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_HOST &&
in dwc3_otg_irq()
350
if (dwc->desired_otg_role == dwc->
current_otg_role
)
in dwc3_otg_update()
353
switch (dwc->
current_otg_role
) {
in dwc3_otg_update()
373
dwc->
current_otg_role
= dwc->desired_otg_role;
in dwc3_otg_update()
483
role = dwc->
current_otg_role
;
in dwc3_usb_role_switch_get()
H
A
D
core.c
2096
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_DEVICE) {
in dwc3_suspend_common()
2162
if (dwc->
current_otg_role
== DWC3_OTG_ROLE_HOST) {
in dwc3_resume_common()
2164
} else if (dwc->
current_otg_role
== DWC3_OTG_ROLE_DEVICE) {
in dwc3_resume_common()
H
A
D
core.h
1006
* @
current_otg_role
: current role of operation while using the OTG block
1200
u32
current_otg_role
;
member
Completed in 13 milliseconds