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:found_dev
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H
A
D
passthrough.c
77
struct pci_dev *
found_dev
= NULL;
in __xen_pcibk_release_pci_dev()
local
84
found_dev
= dev_entry->dev;
in __xen_pcibk_release_pci_dev()
91
if (
found_dev
) {
in __xen_pcibk_release_pci_dev()
93
device_lock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
94
pcistub_put_pci_dev(
found_dev
);
in __xen_pcibk_release_pci_dev()
96
device_unlock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
H
A
D
vpci.c
155
struct pci_dev *
found_dev
= NULL;
in __xen_pcibk_release_pci_dev()
local
165
found_dev
= e->dev;
in __xen_pcibk_release_pci_dev()
175
if (
found_dev
) {
in __xen_pcibk_release_pci_dev()
177
device_lock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
178
pcistub_put_pci_dev(
found_dev
);
in __xen_pcibk_release_pci_dev()
180
device_unlock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
H
A
D
pci_stub.c
216
struct pci_dev *
found_dev
= NULL;
in pcistub_get_pci_dev_by_slot()
local
223
found_dev
= pcistub_device_get_pci_dev(pdev, psdev);
in pcistub_get_pci_dev_by_slot()
226
return
found_dev
;
in pcistub_get_pci_dev_by_slot()
233
struct pci_dev *
found_dev
= NULL;
in pcistub_get_pci_dev()
local
240
found_dev
= pcistub_device_get_pci_dev(pdev, psdev);
in pcistub_get_pci_dev()
246
return
found_dev
;
in pcistub_get_pci_dev()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H
A
D
passthrough.c
77
struct pci_dev *
found_dev
= NULL;
in __xen_pcibk_release_pci_dev()
local
84
found_dev
= dev_entry->dev;
in __xen_pcibk_release_pci_dev()
91
if (
found_dev
) {
in __xen_pcibk_release_pci_dev()
93
device_lock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
94
pcistub_put_pci_dev(
found_dev
);
in __xen_pcibk_release_pci_dev()
96
device_unlock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
H
A
D
vpci.c
155
struct pci_dev *
found_dev
= NULL;
in __xen_pcibk_release_pci_dev()
local
165
found_dev
= e->dev;
in __xen_pcibk_release_pci_dev()
175
if (
found_dev
) {
in __xen_pcibk_release_pci_dev()
177
device_lock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
178
pcistub_put_pci_dev(
found_dev
);
in __xen_pcibk_release_pci_dev()
180
device_unlock(&
found_dev
->dev);
in __xen_pcibk_release_pci_dev()
H
A
D
pci_stub.c
215
struct pci_dev *
found_dev
= NULL;
in pcistub_get_pci_dev_by_slot()
local
222
found_dev
= pcistub_device_get_pci_dev(pdev, psdev);
in pcistub_get_pci_dev_by_slot()
225
return
found_dev
;
in pcistub_get_pci_dev_by_slot()
232
struct pci_dev *
found_dev
= NULL;
in pcistub_get_pci_dev()
local
239
found_dev
= pcistub_device_get_pci_dev(pdev, psdev);
in pcistub_get_pci_dev()
245
return
found_dev
;
in pcistub_get_pci_dev()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_scsi_host.c
798
struct domain_device *
found_dev
= NULL;
in sas_find_dev_by_rphy()
local
810
found_dev
= dev;
in sas_find_dev_by_rphy()
820
return
found_dev
;
in sas_find_dev_by_rphy()
826
struct domain_device *
found_dev
= sas_find_dev_by_rphy(rphy);
in sas_target_alloc()
local
828
if (!
found_dev
)
in sas_target_alloc()
831
kref_get(&
found_dev
->kref);
in sas_target_alloc()
832
starget->hostdata =
found_dev
;
in sas_target_alloc()
924
struct domain_device *
found_dev
= starget->hostdata;
in sas_target_destroy()
local
926
if (!
found_dev
)
in sas_target_destroy()
930
sas_put_device(
found_dev
);
in sas_target_destroy()
[all...]
H
A
D
sas_ata.c
552
int sas_ata_init(struct domain_device *
found_dev
)
in sas_ata_init()
argument
554
struct sas_ha_struct *ha =
found_dev
->port->ha;
in sas_ata_init()
575
ap->private_data =
found_dev
;
in sas_ata_init()
586
found_dev
->sata_dev.ata_host = ata_host;
in sas_ata_init()
587
found_dev
->sata_dev.ap = ap;
in sas_ata_init()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_scsi_host.c
766
struct domain_device *
found_dev
= NULL;
in sas_find_dev_by_rphy()
local
778
found_dev
= dev;
in sas_find_dev_by_rphy()
788
return
found_dev
;
in sas_find_dev_by_rphy()
794
struct domain_device *
found_dev
= sas_find_dev_by_rphy(rphy);
in sas_target_alloc()
local
796
if (!
found_dev
)
in sas_target_alloc()
799
kref_get(&
found_dev
->kref);
in sas_target_alloc()
800
starget->hostdata =
found_dev
;
in sas_target_alloc()
1207
struct domain_device *
found_dev
= starget->hostdata;
in sas_target_destroy()
local
1209
if (!
found_dev
)
in sas_target_destroy()
1213
sas_put_device(
found_dev
);
in sas_target_destroy()
[all...]
H
A
D
sas_ata.c
584
int sas_ata_init(struct domain_device *
found_dev
)
in sas_ata_init()
argument
586
struct sas_ha_struct *ha =
found_dev
->port->ha;
in sas_ata_init()
607
ap->private_data =
found_dev
;
in sas_ata_init()
615
found_dev
->sata_dev.ata_host = ata_host;
in sas_ata_init()
616
found_dev
->sata_dev.ap = ap;
in sas_ata_init()
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_xcopy.c
89
struct se_device *
found_dev
= NULL;
in target_xcopy_locate_se_dev_e4()
local
110
found_dev
= this_dev;
in target_xcopy_locate_se_dev_e4()
115
if (
found_dev
== NULL)
in target_xcopy_locate_se_dev_e4()
119
found_dev
, &
found_dev
->dev_group);
in target_xcopy_locate_se_dev_e4()
120
*_found_dev =
found_dev
;
in target_xcopy_locate_se_dev_e4()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_xcopy.c
76
struct se_device *
found_dev
= NULL;
in target_xcopy_locate_se_dev_e4()
local
97
found_dev
= this_dev;
in target_xcopy_locate_se_dev_e4()
102
if (
found_dev
== NULL)
in target_xcopy_locate_se_dev_e4()
106
found_dev
, &
found_dev
->dev_group);
in target_xcopy_locate_se_dev_e4()
107
*_found_dev =
found_dev
;
in target_xcopy_locate_se_dev_e4()
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
repository.c
393
goto
found_dev
;
in ps3_repository_find_device_by_id()
401
found_dev
:
in ps3_repository_find_device_by_id()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
repository.c
393
goto
found_dev
;
in ps3_repository_find_device_by_id()
401
found_dev
:
in ps3_repository_find_device_by_id()
Completed in 18 milliseconds