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:synct
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
nsp32.c
2222
nsp32_sync_table *
synct
;
in nsp32_analyze_sdtr()
local
2230
synct
= data->
synct
;
in nsp32_analyze_sdtr()
2279
if (get_period < data->
synct
[0].period_num) {
in nsp32_analyze_sdtr()
2314
if (get_period < data->
synct
[0].period_num) {
in nsp32_analyze_sdtr()
2315
get_period = data->
synct
[0].period_num;
in nsp32_analyze_sdtr()
2365
if (period >= data->
synct
[i].start_period &&
in nsp32_search_period_entry()
2366
period <= data->
synct
[i].end_period) {
in nsp32_search_period_entry()
2388
unsigned char period = data->
synct
[target->limit_entry].period_num;
in nsp32_set_async()
2410
period_num = data->
synct
[targe
in nsp32_set_max_sync()
[all...]
H
A
D
nsp32.h
585
nsp32_sync_table *
synct
; /* sync_table determined by clock */
member
586
int syncnum; /* the max number of
synct
element */
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
nsp32.c
2279
if (get_period < data->
synct
[0].period_num) {
in nsp32_analyze_sdtr()
2314
if (get_period < data->
synct
[0].period_num) {
in nsp32_analyze_sdtr()
2315
get_period = data->
synct
[0].period_num;
in nsp32_analyze_sdtr()
2365
if (period >= data->
synct
[i].start_period &&
in nsp32_search_period_entry()
2366
period <= data->
synct
[i].end_period) {
in nsp32_search_period_entry()
2388
unsigned char period = data->
synct
[target->limit_entry].period_num;
in nsp32_set_async()
2410
period_num = data->
synct
[target->limit_entry].period_num;
in nsp32_set_max_sync()
2411
*period = data->
synct
[target->limit_entry].start_period;
in nsp32_set_max_sync()
2412
ackwidth = data->
synct
[target->limit_entry].ackwidth;
in nsp32_set_max_sync()
2432
period = data->
synct
[entr
in nsp32_set_sync_entry()
[all...]
H
A
D
nsp32.h
594
nsp32_sync_table *
synct
; /* sync_table determined by clock */
member
595
int syncnum; /* the max number of
synct
element */
Completed in 10 milliseconds