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_usb3_port
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-tegra.c
261
int
otg_usb3_port
;
member
1111
u16 wIndex = main ? tegra->otg_usb2_port + 1 : tegra->
otg_usb3_port
+ 1;
in tegra_xhci_set_port_power()
1178
tegra->
otg_usb3_port
= tegra_xusb_padctl_get_usb3_companion(tegra->padctl,
in tegra_xhci_id_work()
1183
if (tegra->
otg_usb3_port
>= 0) {
in tegra_xhci_id_work()
1188
0, tegra->
otg_usb3_port
+1,
in tegra_xhci_id_work()
1196
msg.data = tegra->
otg_usb3_port
+1;
in tegra_xhci_id_work()
1212
if (tegra->
otg_usb3_port
>= 0)
in tegra_xhci_id_work()
1269
tegra->
otg_usb3_port
= -EINVAL;
in tegra_xusb_init_usb_phy()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-tegra.c
300
int
otg_usb3_port
;
member
1296
u16 wIndex = main ? tegra->otg_usb2_port + 1 : tegra->
otg_usb3_port
+ 1;
in tegra_xhci_set_port_power()
1363
tegra->
otg_usb3_port
= tegra_xusb_padctl_get_usb3_companion(tegra->padctl,
in tegra_xhci_id_work()
1368
if (tegra->
otg_usb3_port
>= 0) {
in tegra_xhci_id_work()
1373
0, tegra->
otg_usb3_port
+1,
in tegra_xhci_id_work()
1381
msg.data = tegra->
otg_usb3_port
+1;
in tegra_xhci_id_work()
1397
if (tegra->
otg_usb3_port
>= 0)
in tegra_xhci_id_work()
1441
return ((index == tegra->
otg_usb3_port
) && tegra->host_mode);
in is_host_mode_phy()
1500
tegra->
otg_usb3_port
= -EINVAL;
in tegra_xusb_init_usb_phy()
Completed in 12 milliseconds