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:maxdev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/
H
A
D
slcan.c
67
static int
maxdev
= 10; /* MAX number of SLCAN channels;
variable
69
insmod slcan.ko
maxdev
=nnn */
70
module_param(
maxdev
, int, 0);
71
MODULE_PARM_DESC(
maxdev
, "Maximum number of slcan interfaces");
500
for (i = 0; i <
maxdev
; i++) {
in slc_sync()
523
for (i = 0; i <
maxdev
; i++) {
in slc_alloc()
531
if (i >=
maxdev
)
in slc_alloc()
714
if (
maxdev
< 4)
in slcan_init()
715
maxdev
= 4; /* Sanity */
in slcan_init()
718
pr_info("slcan: %d dynamic interface channels.\n",
maxdev
);
in slcan_init()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
BusLogic.c
1387
adapter->
maxdev
= (adapter->wide ? 16 : 8);
in blogic_rdconfig()
1659
adapter->
maxdev
= (adapter->wide ? 16 : 8);
in blogic_rdconfig()
1824
unsigned short alltgt_mask = (1 << adapter->
maxdev
) - 1;
in blogic_reportconfig()
1891
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1894
syncstr[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1904
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1907
widestr[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1915
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1918
discon_str[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1926
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_i
in blogic_reportconfig()
[all...]
H
A
D
BusLogic.h
1027
unsigned short
maxdev
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
BusLogic.c
1280
adapter->
maxdev
= (adapter->wide ? 16 : 8);
in blogic_rdconfig()
1544
adapter->
maxdev
= (adapter->wide ? 16 : 8);
in blogic_rdconfig()
1694
unsigned short alltgt_mask = (1 << adapter->
maxdev
) - 1;
in blogic_reportconfig()
1757
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1760
syncstr[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1770
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1773
widestr[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1781
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_id++)
in blogic_reportconfig()
1784
discon_str[adapter->
maxdev
] = '\0';
in blogic_reportconfig()
1792
for (tgt_id = 0; tgt_id < adapter->
maxdev
; tgt_i
in blogic_reportconfig()
[all...]
H
A
D
BusLogic.h
1016
unsigned short
maxdev
;
member
Completed in 13 milliseconds