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:xhci_plat_priv
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-plat.h
13
struct
xhci_plat_priv
{
struct
22
#define hcd_to_xhci_priv(h) ((struct
xhci_plat_priv
*)hcd_to_xhci(h)->priv)
23
#define xhci_to_priv(x) ((struct
xhci_plat_priv
*)(x)->priv)
26
const struct
xhci_plat_priv
*priv_match);
H
A
D
xhci-plat.c
34
.extra_priv_size = sizeof(struct
xhci_plat_priv
),
41
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_plat_start()
49
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_init_quirk()
59
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_suspend_quirk()
69
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_resume_quirk()
79
struct
xhci_plat_priv
*priv = xhci_to_priv(xhci);
in xhci_plat_quirks()
104
static const struct
xhci_plat_priv
xhci_plat_marvell_armada = {
108
static const struct
xhci_plat_priv
xhci_plat_marvell_armada3700 = {
112
static const struct
xhci_plat_priv
xhci_plat_brcm = {
142
int xhci_plat_probe(struct platform_device *pdev, struct device *sysdev, const struct
xhci_plat_priv
*priv_matc
[all...]
H
A
D
xhci-rcar.c
117
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_rcar_download_firmware()
223
static const struct
xhci_plat_priv
xhci_plat_renesas_rcar_gen2 = {
227
static const struct
xhci_plat_priv
xhci_plat_renesas_rcar_gen3 = {
231
static const struct
xhci_plat_priv
xhci_plat_renesas_rzv2m = {
270
const struct
xhci_plat_priv
*priv_match;
in xhci_renesas_probe()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-plat.c
34
.extra_priv_size = sizeof(struct
xhci_plat_priv
),
41
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_plat_start()
49
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_plat_setup()
59
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_init_quirk()
69
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_suspend_quirk()
79
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_priv_resume_quirk()
89
struct
xhci_plat_priv
*priv = xhci_to_priv(xhci);
in xhci_plat_quirks()
119
static const struct
xhci_plat_priv
xhci_plat_marvell_armada = {
123
static const struct
xhci_plat_priv
xhci_plat_marvell_armada3700 = {
128
static const struct
xhci_plat_priv
xhci_plat_renesas_rcar_gen
[all...]
H
A
D
xhci-plat.h
13
struct
xhci_plat_priv
{
struct
23
#define hcd_to_xhci_priv(h) ((struct
xhci_plat_priv
*)hcd_to_xhci(h)->priv)
24
#define xhci_to_priv(x) ((struct
xhci_plat_priv
*)(x)->priv)
H
A
D
xhci-rcar.c
128
struct
xhci_plat_priv
*priv = hcd_to_xhci_priv(hcd);
in xhci_rcar_download_firmware()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
host.c
59
static const struct
xhci_plat_priv
xhci_plat_cdns3_xhci = {
65
static const struct
xhci_plat_priv
xhci_plat_cdnsp_xhci;
93
sizeof(struct
xhci_plat_priv
), GFP_KERNEL);
in __cdns_host_init()
96
sizeof(struct
xhci_plat_priv
), GFP_KERNEL);
in __cdns_host_init()
107
sizeof(struct
xhci_plat_priv
));
in __cdns_host_init()
H
A
D
core.h
118
struct
xhci_plat_priv
*xhci_plat_data;
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
host.c
26
static const struct
xhci_plat_priv
xhci_plat_cdns3_xhci = {
56
sizeof(struct
xhci_plat_priv
), GFP_KERNEL);
in __cdns3_host_init()
66
sizeof(struct
xhci_plat_priv
));
in __cdns3_host_init()
H
A
D
core.h
117
struct
xhci_plat_priv
*xhci_plat_data;
Completed in 5 milliseconds