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:pci_remove_bus
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
remove.c
47
void
pci_remove_bus
(struct pci_bus *bus)
in pci_remove_bus()
function
63
EXPORT_SYMBOL(
pci_remove_bus
);
variable
95
pci_remove_bus
(bus);
in pci_remove_bus_device()
159
pci_remove_bus
(bus);
in pci_remove_root_bus()
H
A
D
iov.c
102
pci_remove_bus
(virtbus);
in virtfn_remove_bus()
H
A
D
xen-pcifront.c
577
pci_remove_bus
(bus_entry->bus);
in pcifront_free_roots()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
remove.c
49
void
pci_remove_bus
(struct pci_bus *bus)
in pci_remove_bus()
function
65
EXPORT_SYMBOL(
pci_remove_bus
);
variable
97
pci_remove_bus
(bus);
in pci_remove_bus_device()
168
pci_remove_bus
(bus);
in pci_remove_root_bus()
H
A
D
iov.c
145
pci_remove_bus
(virtbus);
in virtfn_remove_bus()
H
A
D
xen-pcifront.c
567
pci_remove_bus
(bus_entry->bus);
in pcifront_free_roots()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
pci_dlpar.c
79
pci_remove_bus
(b);
in remove_phb_dynamic()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
pci_dlpar.c
90
pci_remove_bus
(b);
in remove_phb_dynamic()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci.h
1058
void
pci_remove_bus
(struct pci_bus *b);
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci.h
1149
void
pci_remove_bus
(struct pci_bus *b);
Completed in 17 milliseconds