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:sas_phys
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
init.c
236
struct asd_sas_phy **
sas_phys
;
in isci_register_sas_ha()
local
239
sas_phys
= devm_kcalloc(&isci_host->pdev->dev,
in isci_register_sas_ha()
242
if (!
sas_phys
)
in isci_register_sas_ha()
256
sas_phys
[i] = &isci_host->phys[i].sas_phy;
in isci_register_sas_ha()
260
sas_ha->sas_phy =
sas_phys
;
in isci_register_sas_ha()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
init.c
237
struct asd_sas_phy **
sas_phys
;
in isci_register_sas_ha()
local
240
sas_phys
= devm_kcalloc(&isci_host->pdev->dev,
in isci_register_sas_ha()
243
if (!
sas_phys
)
in isci_register_sas_ha()
256
sas_phys
[i] = &isci_host->phys[i].sas_phy;
in isci_register_sas_ha()
260
sas_ha->sas_phy =
sas_phys
;
in isci_register_sas_ha()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
658
struct asd_sas_phy **
sas_phys
=
in asd_register_sas_ha()
local
659
kcalloc(ASD_MAX_PHYS, sizeof(*
sas_phys
), GFP_KERNEL);
in asd_register_sas_ha()
663
if (!
sas_phys
|| !sas_ports) {
in asd_register_sas_ha()
664
kfree(
sas_phys
);
in asd_register_sas_ha()
674
sas_phys
[i] = &asd_ha->phys[i].sas_phy;
in asd_register_sas_ha()
678
asd_ha->sas_ha.sas_phy =
sas_phys
;
in asd_register_sas_ha()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
658
struct asd_sas_phy **
sas_phys
=
in asd_register_sas_ha()
local
659
kcalloc(ASD_MAX_PHYS, sizeof(*
sas_phys
), GFP_KERNEL);
in asd_register_sas_ha()
663
if (!
sas_phys
|| !sas_ports) {
in asd_register_sas_ha()
664
kfree(
sas_phys
);
in asd_register_sas_ha()
673
sas_phys
[i] = &asd_ha->phys[i].sas_phy;
in asd_register_sas_ha()
677
asd_ha->sas_ha.sas_phy =
sas_phys
;
in asd_register_sas_ha()
Completed in 5 milliseconds