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:ip22_hostdata
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sgiwd93.c
34
struct
ip22_hostdata
{
struct
41
#define host_to_hostdata(host) ((struct
ip22_hostdata
*)((host)->hostdata))
66
void fill_hpc_entries(struct
ip22_hostdata
*hd, struct scsi_cmnd *cmd, int din)
in fill_hpc_entries()
105
struct
ip22_hostdata
*hdata = host_to_hostdata(cmd->device->host);
in dma_setup()
139
struct
ip22_hostdata
*hdata = host_to_hostdata(instance);
in dma_stop()
176
static inline void init_hpc_chain(struct
ip22_hostdata
*hdata)
in init_hpc_chain()
219
struct
ip22_hostdata
*hdata;
in sgiwd93_probe()
226
host = scsi_host_alloc(&sgiwd93_template, sizeof(struct
ip22_hostdata
));
in sgiwd93_probe()
289
struct
ip22_hostdata
*hdata = (struct
ip22_hostdata
*) hos
in sgiwd93_remove()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sgiwd93.c
38
struct
ip22_hostdata
{
struct
45
#define host_to_hostdata(host) ((struct
ip22_hostdata
*)((host)->hostdata))
70
void fill_hpc_entries(struct
ip22_hostdata
*hd, struct scsi_cmnd *cmd, int din)
in fill_hpc_entries()
111
struct
ip22_hostdata
*hdata = host_to_hostdata(cmd->device->host);
in dma_setup()
146
struct
ip22_hostdata
*hdata = host_to_hostdata(instance);
in dma_stop()
183
static inline void init_hpc_chain(struct
ip22_hostdata
*hdata)
in init_hpc_chain()
227
struct
ip22_hostdata
*hdata;
in sgiwd93_probe()
234
host = scsi_host_alloc(&sgiwd93_template, sizeof(struct
ip22_hostdata
));
in sgiwd93_probe()
297
struct
ip22_hostdata
*hdata = (struct
ip22_hostdata
*) hos
in sgiwd93_remove()
[all...]
Completed in 1 milliseconds