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:reset_slot
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
s390_pci_hpc.c
60
static int
reset_slot
(struct hotplug_slot *hotplug_slot, bool probe)
in reset_slot()
function
68
* We can't take the zdev->lock as
reset_slot
may be called during
in reset_slot()
102
.
reset_slot
=
reset_slot
,
H
A
D
pciehp_core.c
65
ops->
reset_slot
= pciehp_reset_slot;
in init_slot()
H
A
D
pnv_php.c
539
*
reset_slot
() if we have a bridge device (for now...)
in pnv_php_reset_slot()
604
.
reset_slot
= pnv_php_reset_slot,
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci_hotplug.h
29
* @
reset_slot
: Optional interface to allow override of a bus reset for the
47
int (*
reset_slot
) (struct hotplug_slot *slot, int probe);
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci_hotplug.h
29
* @
reset_slot
: Optional interface to allow override of a bus reset for the
47
int (*
reset_slot
) (struct hotplug_slot *slot, bool probe);
member
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
pciehp_core.c
65
ops->
reset_slot
= pciehp_reset_slot;
in init_slot()
H
A
D
pnv_php.c
537
*
reset_slot
() if we have a bridge device (for now...)
in pnv_php_reset_slot()
602
.
reset_slot
= pnv_php_reset_slot,
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci.c
4957
if (hotplug->ops->
reset_slot
)
in pci_reset_hotplug_slot()
4958
rc = hotplug->ops->
reset_slot
(hotplug, probe);
in pci_reset_hotplug_slot()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci.c
5244
if (hotplug->ops->
reset_slot
)
in pci_reset_hotplug_slot()
5245
rc = hotplug->ops->
reset_slot
(hotplug, probe);
in pci_reset_hotplug_slot()
Completed in 22 milliseconds