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:rh_bw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
833
tt_list_head = &(xhci->
rh_bw
[virt_dev->real_port - 1].tts);
in xhci_free_tt_info()
870
&xhci->
rh_bw
[virt_dev->real_port - 1].tts);
in xhci_alloc_tt_info()
971
tt_list_head = &(xhci->
rh_bw
[vdev->real_port - 1].tts);
in xhci_free_virt_devices_depth_first()
1186
dev->bw_table = &xhci->
rh_bw
[port_num - 1].bw_table;
in xhci_setup_addressable_virt_dev()
1188
struct xhci_root_port_bw_info *
rh_bw
;
in xhci_setup_addressable_virt_dev()
local
1191
rh_bw
= &xhci->
rh_bw
[port_num - 1];
in xhci_setup_addressable_virt_dev()
1193
list_for_each_entry(tt_bw, &
rh_bw
->tts, tt_list) {
in xhci_setup_addressable_virt_dev()
1886
for (i = 0; i < num_ports && xhci->
rh_bw
; i++) {
in xhci_mem_cleanup()
1887
struct xhci_interval_bw_table *bwt = &xhci->
rh_bw
[
in xhci_mem_cleanup()
[all...]
H
A
D
xhci.c
2257
bw_table = &xhci->
rh_bw
[virt_dev->real_port - 1].bw_table;
in xhci_check_tt_bw_table()
2492
xhci->
rh_bw
[port_index].num_active_tts;
in xhci_check_bw_table()
2685
rh_bw_info = &xhci->
rh_bw
[virt_dev->real_port - 1];
in xhci_update_tt_active_eps()
H
A
D
xhci.h
1816
struct xhci_root_port_bw_info *
rh_bw
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
789
tt_list_head = &(xhci->
rh_bw
[virt_dev->real_port - 1].tts);
in xhci_free_tt_info()
826
&xhci->
rh_bw
[virt_dev->real_port - 1].tts);
in xhci_alloc_tt_info()
927
tt_list_head = &(xhci->
rh_bw
[vdev->real_port - 1].tts);
in xhci_free_virt_devices_depth_first()
1136
dev->bw_table = &xhci->
rh_bw
[port_num - 1].bw_table;
in xhci_setup_addressable_virt_dev()
1138
struct xhci_root_port_bw_info *
rh_bw
;
in xhci_setup_addressable_virt_dev()
local
1141
rh_bw
= &xhci->
rh_bw
[port_num - 1];
in xhci_setup_addressable_virt_dev()
1143
list_for_each_entry(tt_bw, &
rh_bw
->tts, tt_list) {
in xhci_setup_addressable_virt_dev()
1858
for (i = 0; i < num_ports && xhci->
rh_bw
; i++) {
in xhci_mem_cleanup()
1859
struct xhci_interval_bw_table *bwt = &xhci->
rh_bw
[
in xhci_mem_cleanup()
[all...]
H
A
D
xhci.c
2235
bw_table = &xhci->
rh_bw
[virt_dev->real_port - 1].bw_table;
in xhci_check_tt_bw_table()
2470
xhci->
rh_bw
[port_index].num_active_tts;
in xhci_check_bw_table()
2657
rh_bw_info = &xhci->
rh_bw
[virt_dev->real_port - 1];
in xhci_update_tt_active_eps()
H
A
D
xhci.h
1824
struct xhci_root_port_bw_info *
rh_bw
;
member
Completed in 27 milliseconds