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:asyncperiod
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/
H
A
D
fas216.h
274
unsigned int
asyncperiod
; /* Async transfer period (ns) */
member
H
A
D
arxescsi.c
286
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in arxescsi_probe()
H
A
D
powertec.c
336
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in powertecscsi_probe()
H
A
D
eesox.c
529
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in eesoxscsi_probe()
H
A
D
cumana_2.c
412
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in cumanascsi2_probe()
H
A
D
fas216.c
210
printk(" ifcfg={ clockrate=%X select_timeout=%X
asyncperiod
=%X sync_max_depth=%X }\n",
in fas216_dumpinfo()
212
info->ifcfg.
asyncperiod
, info->ifcfg.sync_max_depth);
in fas216_dumpinfo()
609
dev->period = info->ifcfg.
asyncperiod
/ 4;
in fas216_handlesync()
1614
info->device[i].period = info->ifcfg.
asyncperiod
/ 4;
in fas216_bus_reset()
2852
info->scsi.async_stp = fas216_syncperiod(info, info->ifcfg.
asyncperiod
);
in fas216_init()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H
A
D
fas216.h
274
unsigned int
asyncperiod
; /* Async transfer period (ns) */
member
H
A
D
arxescsi.c
291
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in arxescsi_probe()
H
A
D
eesox.c
534
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in eesoxscsi_probe()
H
A
D
powertec.c
340
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in powertecscsi_probe()
H
A
D
cumana_2.c
417
info->info.ifcfg.
asyncperiod
= 200; /* ns */
in cumanascsi2_probe()
H
A
D
fas216.c
213
printk(" ifcfg={ clockrate=%X select_timeout=%X
asyncperiod
=%X sync_max_depth=%X }\n",
in fas216_dumpinfo()
215
info->ifcfg.
asyncperiod
, info->ifcfg.sync_max_depth);
in fas216_dumpinfo()
612
dev->period = info->ifcfg.
asyncperiod
/ 4;
in fas216_handlesync()
1620
info->device[i].period = info->ifcfg.
asyncperiod
/ 4;
in fas216_bus_reset()
2854
info->scsi.async_stp = fas216_syncperiod(info, info->ifcfg.
asyncperiod
);
in fas216_init()
Completed in 14 milliseconds