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_fn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/platform/
H
A
D
vfio_platform_common.c
35
vfio_platform_reset_fn_t
reset_fn
= NULL;
in vfio_platform_lookup_reset()
local
42
reset_fn
= iter->of_reset;
in vfio_platform_lookup_reset()
47
return
reset_fn
;
in vfio_platform_lookup_reset()
/kernel/linux/linux-6.6/drivers/vfio/platform/
H
A
D
vfio_platform_common.c
35
vfio_platform_reset_fn_t
reset_fn
= NULL;
in vfio_platform_lookup_reset()
local
42
reset_fn
= iter->of_reset;
in vfio_platform_lookup_reset()
47
return
reset_fn
;
in vfio_platform_lookup_reset()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci-sysfs.c
1322
if (dev->
reset_fn
) {
in pci_create_capabilities_sysfs()
1405
if (dev->
reset_fn
) {
in pci_remove_capabilities_sysfs()
1407
dev->
reset_fn
= 0;
in pci_remove_capabilities_sysfs()
H
A
D
pci.c
5156
if (!dev->
reset_fn
)
in pci_reset_function()
5192
if (!dev->
reset_fn
)
in pci_reset_function_locked()
5215
if (!dev->
reset_fn
)
in pci_try_reset_function()
H
A
D
probe.c
2429
dev->
reset_fn
= 1;
in pci_init_capabilities()
H
A
D
quirks.c
5819
!pdev->
reset_fn
)
in quirk_reset_lenovo_thinkpad_p50_nvgpu()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci.h
588
int (*
reset_fn
)(struct pci_dev *pdev, bool probe);
member
H
A
D
pci.c
5428
if (pci_reset_fn_methods[m].
reset_fn
(pdev, PCI_RESET_PROBE)) {
in reset_method_store()
5444
if (pci_reset_fn_methods[1].
reset_fn
(pdev, PCI_RESET_PROBE) == 0 &&
in reset_method_store()
5518
rc = pci_reset_fn_methods[m].
reset_fn
(dev, PCI_RESET_DO_RESET);
in __pci_reset_function_locked()
5551
rc = pci_reset_fn_methods[m].
reset_fn
(dev, PCI_RESET_PROBE);
in pci_init_reset_methods()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
lio_vf_main.c
529
if (oct->pci_dev->
reset_fn
)
in octeon_destroy_resources()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci.h
426
unsigned int
reset_fn
:1;
member
Completed in 41 milliseconds