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:scsi_dh
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
scsi_dh.c
13
#include <scsi/
scsi_dh
.h>
122
* @
scsi_dh
- The device handler to attach
125
struct scsi_device_handler *
scsi_dh
)
in scsi_dh_handler_attach()
129
if (!try_module_get(
scsi_dh
->module))
in scsi_dh_handler_attach()
132
error =
scsi_dh
->attach(sdev);
in scsi_dh_handler_attach()
151
scsi_dh
->name, error);
in scsi_dh_handler_attach()
152
module_put(
scsi_dh
->module);
in scsi_dh_handler_attach()
154
sdev->handler =
scsi_dh
;
in scsi_dh_handler_attach()
195
* @
scsi_dh
- device handler to be registered.
199
int scsi_register_device_handler(struct scsi_device_handler *
scsi_dh
)
in scsi_register_device_handler()
argument
124
scsi_dh
_handler_attach(struct scsi_device *sdev, struct scsi_device_handler *
scsi_dh
)
scsi_dh_handler_attach()
argument
224
scsi_unregister_device_handler(struct scsi_device_handler *
scsi_dh
)
scsi_unregister_device_handler()
argument
323
struct scsi_device_handler *
scsi_dh
;
scsi_dh_attach()
local
[all...]
H
A
D
Makefile
170
scsi_mod-$(CONFIG_SCSI_DH) +=
scsi_dh
.o
H
A
D
scsi_scan.c
47
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_lib.c
35
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_error.c
41
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_sysfs.c
21
#include <scsi/
scsi_dh
.h>
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
scsi_dh.c
13
#include <scsi/
scsi_dh
.h>
122
* @
scsi_dh
- The device handler to attach
125
struct scsi_device_handler *
scsi_dh
)
in scsi_dh_handler_attach()
129
if (!try_module_get(
scsi_dh
->module))
in scsi_dh_handler_attach()
132
error =
scsi_dh
->attach(sdev);
in scsi_dh_handler_attach()
151
scsi_dh
->name, error);
in scsi_dh_handler_attach()
152
module_put(
scsi_dh
->module);
in scsi_dh_handler_attach()
154
sdev->handler =
scsi_dh
;
in scsi_dh_handler_attach()
195
* @
scsi_dh
- device handler to be registered.
199
int scsi_register_device_handler(struct scsi_device_handler *
scsi_dh
)
in scsi_register_device_handler()
argument
124
scsi_dh
_handler_attach(struct scsi_device *sdev, struct scsi_device_handler *
scsi_dh
)
scsi_dh_handler_attach()
argument
224
scsi_unregister_device_handler(struct scsi_device_handler *
scsi_dh
)
scsi_unregister_device_handler()
argument
323
struct scsi_device_handler *
scsi_dh
;
scsi_dh_attach()
local
[all...]
H
A
D
Makefile
168
scsi_mod-$(CONFIG_SCSI_DH) +=
scsi_dh
.o
H
A
D
scsi_scan.c
47
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_lib.c
36
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_sysfs.c
22
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_error.c
41
#include <scsi/
scsi_dh
.h>
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H
A
D
scsi_dh_hp_sw.c
16
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_emc.c
14
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_rdac.c
24
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_alua.c
16
#include <scsi/
scsi_dh
.h>
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H
A
D
scsi_dh_hp_sw.c
16
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_emc.c
14
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_rdac.c
24
#include <scsi/
scsi_dh
.h>
H
A
D
scsi_dh_alua.c
16
#include <scsi/
scsi_dh
.h>
/kernel/linux/linux-5.10/include/scsi/
H
A
D
scsi_device.h
344
extern int scsi_register_device_handler(struct scsi_device_handler *
scsi_dh
);
346
extern int scsi_unregister_device_handler(struct scsi_device_handler *
scsi_dh
);
/kernel/linux/linux-6.6/include/scsi/
H
A
D
scsi_device.h
389
extern int scsi_register_device_handler(struct scsi_device_handler *
scsi_dh
);
391
extern int scsi_unregister_device_handler(struct scsi_device_handler *
scsi_dh
);
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-mpath.c
26
#include <scsi/
scsi_dh
.h>
233
* bio-based doesn't support any direct
scsi_dh
management;
in alloc_multipath_stage2()
234
* it just discovers if a
scsi_dh
is attached.
in alloc_multipath_stage2()
242
* Init fields that are only used when a
scsi_dh
is attached
in alloc_multipath_stage2()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-mpath.c
27
#include <scsi/
scsi_dh
.h>
240
* bio-based doesn't support any direct
scsi_dh
management;
in alloc_multipath_stage2()
241
* it just discovers if a
scsi_dh
is attached.
in alloc_multipath_stage2()
249
* Init fields that are only used when a
scsi_dh
is attached
in alloc_multipath_stage2()
Completed in 38 milliseconds