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:ehci_caps
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/early/
H
A
D
ehci-dbgp.c
58
static struct
ehci_caps
__iomem *
ehci_caps
;
variable
711
u32 hcc_params = readl(&
ehci_caps
->hcc_params);
in early_ehci_bios_handoff()
766
hcs_params = readl(&
ehci_caps
->hcs_params);
in ehci_setup()
887
ehci_caps
= ehci_bar;
in early_dbgp_init()
888
ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&
ehci_caps
->hc_capbase));
in early_dbgp_init()
/kernel/linux/linux-6.6/drivers/usb/early/
H
A
D
ehci-dbgp.c
58
static struct
ehci_caps
__iomem *
ehci_caps
;
variable
711
u32 hcc_params = readl(&
ehci_caps
->hcc_params);
in early_ehci_bios_handoff()
766
hcs_params = readl(&
ehci_caps
->hcs_params);
in ehci_setup()
887
ehci_caps
= ehci_bar;
in early_dbgp_init()
888
ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&
ehci_caps
->hc_capbase));
in early_dbgp_init()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
ehci_def.h
28
struct
ehci_caps
{
struct
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
ehci_def.h
14
struct
ehci_caps
{
struct
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-mv.c
174
ehci->caps = (struct
ehci_caps
__iomem *) ehci_mv->cap_regs;
in mv_ehci_probe()
H
A
D
ehci.h
123
struct
ehci_caps
__iomem *caps;
H
A
D
oxu210hp-hcd.c
94
struct
ehci_caps
{
struct
416
struct
ehci_caps
__iomem *caps;
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-mv.c
173
ehci->caps = (struct
ehci_caps
__iomem *) ehci_mv->cap_regs;
in mv_ehci_probe()
H
A
D
ehci.h
123
struct
ehci_caps
__iomem *caps;
H
A
D
oxu210hp-hcd.c
94
struct
ehci_caps
{
struct
416
struct
ehci_caps
__iomem *caps;
Completed in 22 milliseconds