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:dw_pcie_ops
(Results
1 - 25
of
45
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pci-layerscape.c
43
const struct
dw_pcie_ops
*
dw_pcie_ops
;
member
218
static const struct
dw_pcie_ops
dw_ls1021_pcie_ops = {
222
static const struct
dw_pcie_ops
dw_ls_pcie_ops = {
228
.
dw_pcie_ops
= &dw_ls1021_pcie_ops,
236
.
dw_pcie_ops
= &dw_ls_pcie_ops,
244
.
dw_pcie_ops
= &dw_ls_pcie_ops,
252
.
dw_pcie_ops
= &dw_ls_pcie_ops,
260
.
dw_pcie_ops
= &dw_ls_pcie_ops,
313
pci->ops = pcie->drvdata->
dw_pcie_ops
;
in ls_pcie_probe()
[all...]
H
A
D
pci-layerscape-ep.c
28
const struct
dw_pcie_ops
*
dw_pcie_ops
;
member
42
static const struct
dw_pcie_ops
dw_ls_pcie_ep_ops = {
111
.
dw_pcie_ops
= &dw_ls_pcie_ep_ops,
117
.
dw_pcie_ops
= &dw_ls_pcie_ep_ops,
179
pci->ops = pcie->drvdata->
dw_pcie_ops
;
in ls_pcie_ep_probe()
H
A
D
pcie-designware-plat.c
62
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
200
pci->ops = &
dw_pcie_ops
;
in dw_plat_pcie_probe()
H
A
D
pcie-spear13xx.c
196
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
218
pci->ops = &
dw_pcie_ops
;
in spear13xx_pcie_probe()
H
A
D
pcie-al.c
342
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
363
pci->ops = &
dw_pcie_ops
;
in al_pcie_probe()
H
A
D
pcie-armada8k.c
270
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
291
pci->ops = &
dw_pcie_ops
;
in armada8k_pcie_probe()
H
A
D
pcie-uniphier-ep.c
294
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
315
priv->pci.ops = &
dw_pcie_ops
;
in uniphier_pcie_ep_probe()
H
A
D
pcie-artpec6.c
136
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
466
pci->ops = &
dw_pcie_ops
;
in artpec6_pcie_probe()
H
A
D
pcie-uniphier.c
387
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
405
priv->pci.ops = &
dw_pcie_ops
;
in uniphier_pcie_probe()
H
A
D
pcie-histb.c
299
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
327
pci->ops = &
dw_pcie_ops
;
in histb_pcie_probe()
H
A
D
pci-exynos.c
435
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
458
pci->ops = &
dw_pcie_ops
;
in exynos_pcie_probe()
H
A
D
pci-meson.c
425
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
442
pci->ops = &
dw_pcie_ops
;
in meson_pcie_probe()
H
A
D
pcie-designware-host.c
22
static struct pci_ops
dw_pcie_ops
;
variable
409
bridge->ops = &
dw_pcie_ops
;
in dw_pcie_host_init()
527
static struct pci_ops
dw_pcie_ops
= {
variable
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pcie-spear13xx.c
186
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
208
pci->ops = &
dw_pcie_ops
;
in spear13xx_pcie_probe()
H
A
D
pcie-dw-rockchip.c
282
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
301
rockchip->pci.ops = &
dw_pcie_ops
;
in rockchip_pcie_probe()
H
A
D
pcie-armada8k.c
261
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
283
pci->ops = &
dw_pcie_ops
;
in armada8k_pcie_probe()
H
A
D
pcie-visconti.c
186
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
305
pci->ops = &
dw_pcie_ops
;
in visconti_pcie_probe()
H
A
D
pcie-fu740.c
285
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
300
pci->ops = &
dw_pcie_ops
;
in fu740_pcie_probe()
H
A
D
pci-layerscape-ep.c
40
const struct
dw_pcie_ops
*
dw_pcie_ops
;
member
252
pci->ops = pcie->drvdata->
dw_pcie_ops
;
in ls_pcie_ep_probe()
H
A
D
pcie-artpec6.c
136
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
404
pci->ops = &
dw_pcie_ops
;
in artpec6_pcie_probe()
H
A
D
pcie-uniphier-ep.c
345
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
365
priv->pci.ops = &
dw_pcie_ops
;
in uniphier_pcie_ep_probe()
H
A
D
pcie-uniphier.c
351
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
368
pcie->pci.ops = &
dw_pcie_ops
;
in uniphier_pcie_probe()
H
A
D
pcie-histb.c
289
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
315
pci->ops = &
dw_pcie_ops
;
in histb_pcie_probe()
H
A
D
pci-meson.c
395
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
413
pci->ops = &
dw_pcie_ops
;
in meson_pcie_probe()
H
A
D
pci-exynos.c
305
static const struct
dw_pcie_ops
dw_pcie_ops
= {
variable
324
ep->pci.ops = &
dw_pcie_ops
;
in exynos_pcie_probe()
Completed in 17 milliseconds
1
2