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:hcs_params1
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
828
virt_dev->real_port > HCS_MAX_PORTS(xhci->
hcs_params1
)) {
in xhci_free_tt_info()
966
vdev->real_port > HCS_MAX_PORTS(xhci->
hcs_params1
)) {
in xhci_free_virt_devices_depth_first()
976
for (i = 1; i < HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
in xhci_free_virt_devices_depth_first()
1885
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_mem_cleanup()
1895
for (i = HCS_MAX_SLOTS(xhci->
hcs_params1
); i > 0; i--)
in xhci_mem_cleanup()
2300
for (i = 0; i < HCS_MAX_PORTS(xhci->
hcs_params1
); i++) {
in xhci_create_rhub_port_array()
2329
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_setup_port_arrays()
2465
val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->
hcs_params1
));
in xhci_mem_init()
H
A
D
xhci-debugfs.c
640
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_debugfs_create_ports()
H
A
D
xhci.c
274
intrs = min_t(u32, HCS_MAX_INTRS(xhci->
hcs_params1
),
in xhci_zero_64b_regs()
344
HCS_MAX_INTRS(xhci->
hcs_params1
));
in xhci_setup_msix()
4066
readl(&xhci->cap_regs->
hcs_params1
)));
in xhci_alloc_dev()
5290
xhci->
hcs_params1
= readl(&xhci->cap_regs->
hcs_params1
);
in xhci_gen_setup()
H
A
D
xhci.h
45
* @
hcs_params1
: HCSPARAMS1 - Structural Parameters 1
55
__le32
hcs_params1
;
member
71
/* HCSPARAMS1 -
hcs_params1
- bitmasks */
1760
__u32
hcs_params1
;
member
H
A
D
xhci-ring.c
1106
for (i = 0; i <= HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
in xhci_hc_died()
1780
max_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in handle_port_status()
H
A
D
xhci-hub.c
629
for (i = 1; i <= HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
784
virt_dev->real_port > HCS_MAX_PORTS(xhci->
hcs_params1
)) {
in xhci_free_tt_info()
922
vdev->real_port > HCS_MAX_PORTS(xhci->
hcs_params1
)) {
in xhci_free_virt_devices_depth_first()
932
for (i = 1; i < HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
in xhci_free_virt_devices_depth_first()
1857
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_mem_cleanup()
1867
for (i = HCS_MAX_SLOTS(xhci->
hcs_params1
); i > 0; i--)
in xhci_mem_cleanup()
2108
for (i = 0; i < HCS_MAX_PORTS(xhci->
hcs_params1
); i++) {
in xhci_create_rhub_port_array()
2137
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_setup_port_arrays()
2332
val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->
hcs_params1
));
in xhci_mem_init()
H
A
D
xhci-pci.c
174
HCS_MAX_INTRS(xhci->
hcs_params1
));
in xhci_setup_msix()
901
for (i = 0; i < HCS_MAX_PORTS(xhci->
hcs_params1
); i++) {
in xhci_pci_poweroff_late()
H
A
D
xhci-debugfs.c
640
num_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in xhci_debugfs_create_ports()
H
A
D
xhci.c
276
intrs = min_t(u32, HCS_MAX_INTRS(xhci->
hcs_params1
),
in xhci_zero_64b_regs()
3957
readl(&xhci->cap_regs->
hcs_params1
)));
in xhci_alloc_dev()
5166
xhci->
hcs_params1
= readl(&xhci->cap_regs->
hcs_params1
);
in xhci_gen_setup()
5176
xhci->max_interrupters > HCS_MAX_INTRS(xhci->
hcs_params1
))
in xhci_gen_setup()
5177
xhci->max_interrupters = HCS_MAX_INTRS(xhci->
hcs_params1
);
in xhci_gen_setup()
H
A
D
xhci.h
45
* @
hcs_params1
: HCSPARAMS1 - Structural Parameters 1
55
__le32
hcs_params1
;
member
71
/* HCSPARAMS1 -
hcs_params1
- bitmasks */
1771
__u32
hcs_params1
;
member
H
A
D
xhci-ring.c
1264
for (i = 0; i <= HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
in xhci_hc_died()
1877
max_ports = HCS_MAX_PORTS(xhci->
hcs_params1
);
in handle_port_status()
H
A
D
xhci-hub.c
734
for (i = 1; i <= HCS_MAX_SLOTS(xhci->
hcs_params1
); i++) {
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
46
* @
hcs_params1
: HCSPARAMS1 - Structural Parameters 1
56
__le32
hcs_params1
;
member
72
/* HCSPARAMS1 -
hcs_params1
- bitmasks */
1357
* @
hcs_params1
: Cached register copies of read-only HCSPARAMS1
1410
__u32
hcs_params1
;
member
H
A
D
cdnsp-gadget.c
1589
endpoints = HCS_ENDPOINTS(pdev->
hcs_params1
) / 2;
in cdnsp_get_ep_buffering()
1799
pdev->
hcs_params1
= readl(&pdev->cap_regs->
hcs_params1
);
in cdnsp_gen_setup()
Completed in 57 milliseconds