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:ppc_pci_io
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
io-workarounds.h
18
struct
ppc_pci_io
*ops;
22
void iowa_register_bus(struct pci_controller *, struct
ppc_pci_io
*,
27
extern struct
ppc_pci_io
spiderpci_ops;
H
A
D
io.h
598
extern struct
ppc_pci_io
{
struct
608
}
ppc_pci_io
;
614
if (DEF_PCI_HOOK_##space(
ppc_pci_io
.name) != NULL) \
615
return
ppc_pci_io
.name al; \
622
if (DEF_PCI_HOOK_##space(
ppc_pci_io
.name) != NULL) \
623
ppc_pci_io
.name al; \
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
io-workarounds.h
18
struct
ppc_pci_io
*ops;
22
void iowa_register_bus(struct pci_controller *, struct
ppc_pci_io
*,
27
extern struct
ppc_pci_io
spiderpci_ops;
H
A
D
io.h
642
extern struct
ppc_pci_io
{
struct
652
}
ppc_pci_io
;
658
if (DEF_PCI_HOOK_##space(
ppc_pci_io
.name) != NULL) \
659
return
ppc_pci_io
.name al; \
666
if (DEF_PCI_HOOK_##space(
ppc_pci_io
.name) != NULL) \
667
ppc_pci_io
.name al; \
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
io-workarounds.c
139
static const struct
ppc_pci_io
iowa_pci_io = {
175
ppc_pci_io
= iowa_pci_io;
in io_workaround_init()
180
void iowa_register_bus(struct pci_controller *phb, struct
ppc_pci_io
*ops,
in iowa_register_bus()
H
A
D
setup_64.c
925
struct
ppc_pci_io
ppc_pci_io
;
variable
926
EXPORT_SYMBOL(
ppc_pci_io
);
variable
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
io-workarounds.c
129
static const struct
ppc_pci_io
iowa_pci_io = {
165
ppc_pci_io
= iowa_pci_io;
in io_workaround_init()
170
void iowa_register_bus(struct pci_controller *phb, struct
ppc_pci_io
*ops,
in iowa_register_bus()
H
A
D
setup_64.c
898
struct
ppc_pci_io
ppc_pci_io
;
variable
899
EXPORT_SYMBOL(
ppc_pci_io
);
variable
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
opal-lpc.c
164
static const struct
ppc_pci_io
opal_lpc_io = {
415
ppc_pci_io
= opal_lpc_io;
in opal_lpc_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
opal-lpc.c
164
static const struct
ppc_pci_io
opal_lpc_io = {
415
ppc_pci_io
= opal_lpc_io;
in opal_lpc_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spider-pci.c
158
struct
ppc_pci_io
spiderpci_ops = {
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spider-pci.c
157
struct
ppc_pci_io
spiderpci_ops = {
Completed in 9 milliseconds