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:hcc_params2
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-debugfs.c
378
if (!HCC2_CTC(xhci->
hcc_params2
))
in xhci_port_write()
H
A
D
xhci.h
51
* @
hcc_params2
: HCCPARAMS2 Capability Parameters 2, xhci 1.1 only
61
__le32
hcc_params2
; /* xhci 1.1 */
member
133
/* HCCPARAMS2 -
hcc_params2
- bitmasks */
1764
__u32
hcc_params2
;
member
H
A
D
xhci-hub.c
1293
if (!HCC2_CTC(xhci->
hcc_params2
)) {
in xhci_hub_control()
H
A
D
xhci.c
5297
xhci->
hcc_params2
= readl(&xhci->cap_regs->
hcc_params2
);
in xhci_gen_setup()
H
A
D
xhci-mem.c
1513
if ((xhci->hci_version > 0x100) && HCC2_LEC(xhci->
hcc_params2
))
in xhci_endpoint_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-debugfs.c
378
if (!HCC2_CTC(xhci->
hcc_params2
))
in xhci_port_write()
H
A
D
xhci.h
51
* @
hcc_params2
: HCCPARAMS2 Capability Parameters 2, xhci 1.1 only
61
__le32
hcc_params2
; /* xhci 1.1 */
member
133
/* HCCPARAMS2 -
hcc_params2
- bitmasks */
1775
__u32
hcc_params2
;
member
H
A
D
xhci-hub.c
1398
if (!HCC2_CTC(xhci->
hcc_params2
)) {
in xhci_hub_control()
H
A
D
xhci.c
5172
xhci->
hcc_params2
= readl(&xhci->cap_regs->
hcc_params2
);
in xhci_gen_setup()
H
A
D
xhci-mem.c
1464
if ((xhci->hci_version > 0x100) && HCC2_LEC(xhci->
hcc_params2
))
in xhci_endpoint_init()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
52
* @
hcc_params2
: HCCPARAMS2 Capability Parameters 2,
62
__le32
hcc_params2
;
member
Completed in 41 milliseconds