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:hw_ports
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
1941
kfree(xhci->
hw_ports
);
in xhci_mem_cleanup()
1951
xhci->
hw_ports
= NULL;
in xhci_mem_cleanup()
2261
struct xhci_port *hw_port = &xhci->
hw_ports
[i];
in xhci_add_in_port()
2301
if (xhci->
hw_ports
[i].rhub != rhub ||
in xhci_create_rhub_port_array()
2302
xhci->
hw_ports
[i].hcd_portnum == DUPLICATE_ENTRY)
in xhci_create_rhub_port_array()
2304
xhci->
hw_ports
[i].hcd_portnum = port_index;
in xhci_create_rhub_port_array()
2305
rhub->ports[port_index] = &xhci->
hw_ports
[i];
in xhci_create_rhub_port_array()
2330
xhci->
hw_ports
= kcalloc_node(num_ports, sizeof(*xhci->
hw_ports
),
in xhci_setup_port_arrays()
2332
if (!xhci->
hw_ports
)
in xhci_setup_port_arrays()
[all...]
H
A
D
xhci-debugfs.c
648
port = &xhci->
hw_ports
[num_ports];
in xhci_debugfs_create_ports()
H
A
D
xhci.h
1906
struct xhci_port *
hw_ports
;
member
H
A
D
xhci-ring.c
1789
port = &xhci->
hw_ports
[port_id - 1];
in handle_port_status()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
1913
kfree(xhci->
hw_ports
);
in xhci_mem_cleanup()
1923
xhci->
hw_ports
= NULL;
in xhci_mem_cleanup()
2071
struct xhci_port *hw_port = &xhci->
hw_ports
[i];
in xhci_add_in_port()
2109
if (xhci->
hw_ports
[i].rhub != rhub ||
in xhci_create_rhub_port_array()
2110
xhci->
hw_ports
[i].hcd_portnum == DUPLICATE_ENTRY)
in xhci_create_rhub_port_array()
2112
xhci->
hw_ports
[i].hcd_portnum = port_index;
in xhci_create_rhub_port_array()
2113
rhub->ports[port_index] = &xhci->
hw_ports
[i];
in xhci_create_rhub_port_array()
2138
xhci->
hw_ports
= kcalloc_node(num_ports, sizeof(*xhci->
hw_ports
),
in xhci_setup_port_arrays()
2140
if (!xhci->
hw_ports
)
in xhci_setup_port_arrays()
[all...]
H
A
D
xhci-debugfs.c
648
port = &xhci->
hw_ports
[num_ports];
in xhci_debugfs_create_ports()
H
A
D
xhci-pci.c
902
port = &xhci->
hw_ports
[i];
in xhci_pci_poweroff_late()
H
A
D
xhci.h
1913
struct xhci_port *
hw_ports
;
member
H
A
D
xhci-ring.c
1886
port = &xhci->
hw_ports
[port_id - 1];
in handle_port_status()
Completed in 29 milliseconds