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:ext_trans
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H
A
D
aha152x_stub.c
66
static int
ext_trans
= 0;
variable
73
module_param(
ext_trans
, int, 0);
170
if (
ext_trans
)
in aha152x_config_cs()
171
s.
ext_trans
=
ext_trans
;
in aha152x_config_cs()
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H
A
D
aha152x_stub.c
69
static int
ext_trans
= 0;
variable
76
module_param(
ext_trans
, int, 0);
173
if (
ext_trans
)
in aha152x_config_cs()
174
s.
ext_trans
=
ext_trans
;
in aha152x_config_cs()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
aha152x.c
448
int
ext_trans
; /* extended translation enabled */
member
544
#define EXT_TRANS (HOSTDATA(shpnt)->
ext_trans
)
747
EXT_TRANS = setup->
ext_trans
;
in aha152x_probe_one()
3054
if ((setup->
ext_trans
< 0) || (setup->
ext_trans
> 1))
in checksetup()
3098
override.
ext_trans
);
in aha152x_init()
3119
override.
ext_trans
);
in aha152x_init()
3137
setup[setup_count].
ext_trans
= aha152x[7];
in aha152x_init()
3147
setup[setup_count].
ext_trans
= exttrans[0];
in aha152x_init()
3161
setup[setup_count].
ext_trans
);
in aha152x_init()
[all...]
H
A
D
aha152x.h
326
int
ext_trans
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
aha152x.c
466
int
ext_trans
; /* extended translation enabled */
member
562
#define EXT_TRANS (HOSTDATA(shpnt)->
ext_trans
)
766
EXT_TRANS = setup->
ext_trans
;
in aha152x_probe_one()
3107
if ((setup->
ext_trans
< 0) || (setup->
ext_trans
> 1))
in checksetup()
3151
override.
ext_trans
);
in aha152x_init()
3172
override.
ext_trans
);
in aha152x_init()
3190
setup[setup_count].
ext_trans
= aha152x[7];
in aha152x_init()
3200
setup[setup_count].
ext_trans
= exttrans[0];
in aha152x_init()
3214
setup[setup_count].
ext_trans
);
in aha152x_init()
[all...]
H
A
D
aha152x.h
326
int
ext_trans
;
member
Completed in 12 milliseconds