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:otg_port
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-omap.c
167
const unsigned port = hcd->self.
otg_port
- 1;
in start_hnp()
197
hcd->self.
otg_port
= config->otg;
in ohci_omap_reset()
H
A
D
ohci-hub.c
775
if (hcd->self.
otg_port
== (wIndex + 1)
in ohci_hub_control()
H
A
D
ehci-hub.c
942
if ((hcd->self.
otg_port
== (wIndex + 1))
in ehci_hub_control()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-omap.c
73
const unsigned port = hcd->self.
otg_port
- 1;
in start_hnp()
101
hcd->self.
otg_port
= config->otg;
in ohci_omap_reset()
H
A
D
ohci-hub.c
776
if (hcd->self.
otg_port
== (wIndex + 1)
in ohci_hub_control()
H
A
D
xhci-tegra.c
2743
if (!((hcd->self.
otg_port
== (port + 1)) && hcd->self.b_hnp_enable))
in tegra_xhci_hub_control()
2753
if (!((hcd->self.
otg_port
== (port + 1)) && hcd->self.b_hnp_enable))
in tegra_xhci_hub_control()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
69
.
otg_port
= 1,
569
otg->host->
otg_port
= fsl_otg_initdata.
otg_port
;
in fsl_otg_set_host()
H
A
D
phy-fsl-usb.h
371
u8
otg_port
;
member
H
A
D
phy-isp1301-omap.c
801
usb_bus_start_enum(otg->host, otg->host->
otg_port
);
in omap_otg_irq()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
69
.
otg_port
= 1,
569
otg->host->
otg_port
= fsl_otg_initdata.
otg_port
;
in fsl_otg_set_host()
H
A
D
phy-fsl-usb.h
371
u8
otg_port
;
member
/kernel/linux/linux-5.10/drivers/usb/common/
H
A
D
usb-otg-fsm.c
252
fsm->otg->host->
otg_port
);
in otg_set_state()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
host.c
173
hcd->self.
otg_port
= 1;
in host_start()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
host.c
187
hcd->self.
otg_port
= 1;
in host_start()
/kernel/linux/linux-6.6/drivers/usb/common/
H
A
D
usb-otg-fsm.c
252
fsm->otg->host->
otg_port
);
in otg_set_state()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
core.h
990
* @
otg_port
: OTG port number
1173
u8
otg_port
;
member
H
A
D
hcd.c
3292
if (windex == hsotg->
otg_port
&& dwc2_host_is_b_hnp_enabled(hsotg)) {
in dwc2_port_suspend()
3630
if (windex != hsotg->
otg_port
)
in dwc2_hcd_hub_control()
5215
hsotg->
otg_port
= 1;
in dwc2_hcd_init()
5223
hcd->self.
otg_port
= hsotg->
otg_port
;
in dwc2_hcd_init()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
core.h
975
* @
otg_port
: OTG port number
1160
u8
otg_port
;
member
H
A
D
hcd.c
3276
if (windex == hsotg->
otg_port
&& dwc2_host_is_b_hnp_enabled(hsotg)) {
in dwc2_port_suspend()
3632
if (windex != hsotg->
otg_port
)
in dwc2_hcd_hub_control()
5300
hsotg->
otg_port
= 1;
in dwc2_hcd_init()
5308
hcd->self.
otg_port
= hsotg->
otg_port
;
in dwc2_hcd_init()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
2348
(port1 == bus->
otg_port
) ? "" : "non-");
in usb_enumerate_device_otg()
2351
if (port1 == bus->
otg_port
) {
in usb_enumerate_device_otg()
2376
if (bus->
otg_port
!= 0) {
in usb_enumerate_device_otg()
4814
if (port1 == hdev->bus->
otg_port
)
in hub_port_init()
5174
else if (port1 != udev->bus->
otg_port
|| hdev->parent)
in hub_power_remaining()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
2371
(port1 == bus->
otg_port
) ? "" : "non-");
in usb_enumerate_device_otg()
2374
if (port1 == bus->
otg_port
) {
in usb_enumerate_device_otg()
2399
if (bus->
otg_port
!= 0) {
in usb_enumerate_device_otg()
4830
if (port1 == hdev->bus->
otg_port
)
in hub_port_init()
5189
else if (port1 != udev->bus->
otg_port
|| hdev->parent)
in hub_power_remaining()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2463
dummy_hcd_to_hcd(dum_hcd)->self.
otg_port
= 1;
2494
hcd->self.
otg_port
= 1;
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2476
dummy_hcd_to_hcd(dum_hcd)->self.
otg_port
= 1;
2507
hcd->self.
otg_port
= 1;
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
vhci_hcd.c
1228
hcd->self.
otg_port
= 1;
in vhci_start()
/kernel/linux/linux-5.10/include/linux/
H
A
D
usb.h
438
u8
otg_port
; /* 0, or number of OTG/HNP port */
member
Completed in 60 milliseconds
1
2