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:maxwide
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
210
if (!np->
maxwide
)
in sym_reset_scsi_bus()
677
np->
maxwide
= (np->features & FE_WIDE) ? 1 : 0;
906
tp->usr_width = np->
maxwide
;
4078
if (wide > np->
maxwide
) {
4080
wide = np->
maxwide
;
4215
if (wide > np->
maxwide
) {
4217
wide = np->
maxwide
;
H
A
D
sym_hipd.h
913
u_char
maxwide
; /* Maximum transfer width */
member
H
A
D
sym_nvram.c
65
np->
maxwide
= nvram->data.parisc.width;
in sym_nvram_setup_host()
H
A
D
sym_glue.c
1172
np->
maxwide
? "Wide" : "Narrow",
in sym_show_info()
1347
shost->max_id = np->
maxwide
? 16 : 8;
in sym_attach()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ncr53c8xx.c
1676
u_char
maxwide
; /* Maximum transfer width */
member
3758
np->
maxwide
= (np->features & FE_WIDE)? 1 : 0;
in ncr_prepare_setting()
5332
if (tp->usrwide > np->
maxwide
)
in ncr_init()
5333
tp->usrwide = np->
maxwide
;
in ncr_init()
8390
instance->max_id = np->
maxwide
? 16 : 8;
8565
if (width > np->
maxwide
)
8566
width = np->
maxwide
;
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ncr53c8xx.c
1673
u_char
maxwide
; /* Maximum transfer width */
member
3730
np->
maxwide
= (np->features & FE_WIDE)? 1 : 0;
in ncr_prepare_setting()
5191
if (tp->usrwide > np->
maxwide
)
in ncr_init()
5192
tp->usrwide = np->
maxwide
;
in ncr_init()
8185
instance->max_id = np->
maxwide
? 16 : 8;
8360
if (width > np->
maxwide
)
8361
width = np->
maxwide
;
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H
A
D
sym_hipd.c
210
if (!np->
maxwide
)
in sym_reset_scsi_bus()
677
np->
maxwide
= (np->features & FE_WIDE) ? 1 : 0;
906
tp->usr_width = np->
maxwide
;
4078
if (wide > np->
maxwide
) {
4080
wide = np->
maxwide
;
4215
if (wide > np->
maxwide
) {
4217
wide = np->
maxwide
;
H
A
D
sym_hipd.h
913
u_char
maxwide
; /* Maximum transfer width */
member
H
A
D
sym_nvram.c
65
np->
maxwide
= nvram->data.parisc.width;
in sym_nvram_setup_host()
H
A
D
sym_glue.c
1167
np->
maxwide
? "Wide" : "Narrow",
in sym_show_info()
1342
shost->max_id = np->
maxwide
? 16 : 8;
in sym_attach()
Completed in 40 milliseconds