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:hpsa_sas_phy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.c
9551
static struct
hpsa_sas_phy
*hpsa_alloc_sas_phy(
in hpsa_alloc_sas_phy()
9554
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
in hpsa_alloc_sas_phy()
local
9557
hpsa_sas_phy
= kzalloc(sizeof(*
hpsa_sas_phy
), GFP_KERNEL);
in hpsa_alloc_sas_phy()
9558
if (!
hpsa_sas_phy
)
in hpsa_alloc_sas_phy()
9564
kfree(
hpsa_sas_phy
);
in hpsa_alloc_sas_phy()
9569
hpsa_sas_phy
->phy = phy;
in hpsa_alloc_sas_phy()
9570
hpsa_sas_phy
->parent_port = hpsa_sas_port;
in hpsa_alloc_sas_phy()
9572
return
hpsa_sas_phy
;
in hpsa_alloc_sas_phy()
9575
hpsa_free_sas_phy(struct
hpsa_sas_phy
*
hpsa_sas_phy
)
hpsa_free_sas_phy()
argument
9586
hpsa_sas_port_add_phy(struct
hpsa_sas_phy
*
hpsa_sas_phy
)
hpsa_sas_port_add_phy()
argument
9674
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
hpsa_free_sas_port()
local
9738
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
hpsa_add_sas_host()
local
[all...]
H
A
D
hpsa.h
54
struct
hpsa_sas_phy
{
struct
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.c
9566
static struct
hpsa_sas_phy
*hpsa_alloc_sas_phy(
in hpsa_alloc_sas_phy()
9569
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
in hpsa_alloc_sas_phy()
local
9572
hpsa_sas_phy
= kzalloc(sizeof(*
hpsa_sas_phy
), GFP_KERNEL);
in hpsa_alloc_sas_phy()
9573
if (!
hpsa_sas_phy
)
in hpsa_alloc_sas_phy()
9579
kfree(
hpsa_sas_phy
);
in hpsa_alloc_sas_phy()
9584
hpsa_sas_phy
->phy = phy;
in hpsa_alloc_sas_phy()
9585
hpsa_sas_phy
->parent_port = hpsa_sas_port;
in hpsa_alloc_sas_phy()
9587
return
hpsa_sas_phy
;
in hpsa_alloc_sas_phy()
9590
hpsa_free_sas_phy(struct
hpsa_sas_phy
*
hpsa_sas_phy
)
hpsa_free_sas_phy()
argument
9601
hpsa_sas_port_add_phy(struct
hpsa_sas_phy
*
hpsa_sas_phy
)
hpsa_sas_port_add_phy()
argument
9689
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
hpsa_free_sas_port()
local
9753
struct
hpsa_sas_phy
*
hpsa_sas_phy
;
hpsa_add_sas_host()
local
[all...]
H
A
D
hpsa.h
54
struct
hpsa_sas_phy
{
struct
Completed in 34 milliseconds