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:pcie_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-dove/
H
A
D
pcie.c
133
static struct pci_ops
pcie_ops
= {
variable
169
bridge->ops = &
pcie_ops
;
in dove_pcie_scan_bus()
/kernel/linux/linux-6.6/arch/arm/mach-dove/
H
A
D
pcie.c
131
static struct pci_ops
pcie_ops
= {
variable
172
bridge->ops = &
pcie_ops
;
in dove_pcie_scan_bus()
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
pci.c
136
static struct pci_ops
pcie_ops
= {
variable
164
pcie_ops
.read = pcie_rd_conf_wa;
in pcie_setup()
568
bridge->ops = &
pcie_ops
;
in orion5x_pci_sys_scan_bus()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
pci.c
133
static struct pci_ops
pcie_ops
= {
variable
162
pcie_ops
.read = pcie_rd_conf_wa;
in pcie_setup()
577
bridge->ops = &
pcie_ops
;
in orion5x_pci_sys_scan_bus()
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
175
static struct pci_ops
pcie_ops
= {
variable
210
bridge->ops = &
pcie_ops
;
in mv78xx0_pcie_scan_bus()
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/
H
A
D
pcie.c
175
static struct pci_ops
pcie_ops
= {
variable
215
bridge->ops = &
pcie_ops
;
in mv78xx0_pcie_scan_bus()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
35
static struct mwifiex_if_ops
pcie_ops
;
variable
416
if (mwifiex_add_card(card, &card->fw_done, &
pcie_ops
,
in mwifiex_pcie_probe()
3420
static struct mwifiex_if_ops
pcie_ops
= {
variable
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
24
static struct mwifiex_if_ops
pcie_ops
;
variable
408
if (mwifiex_add_card(card, &card->fw_done, &
pcie_ops
,
in mwifiex_pcie_probe()
3417
static struct mwifiex_if_ops
pcie_ops
= {
variable
Completed in 12 milliseconds