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:syt_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/
H
A
D
amdtp-stream.c
390
unsigned int
syt_offset
;
in calculate_syt_offset()
local
394
syt_offset
= *last_syt_offset + *syt_offset_state;
in calculate_syt_offset()
409
syt_offset
= *last_syt_offset;
in calculate_syt_offset()
410
syt_offset
+= 1386 + ((index && !(index & 3)) ||
in calculate_syt_offset()
417
syt_offset
= *last_syt_offset - TICKS_PER_CYCLE;
in calculate_syt_offset()
418
*last_syt_offset =
syt_offset
;
in calculate_syt_offset()
420
if (
syt_offset
>= TICKS_PER_CYCLE)
in calculate_syt_offset()
421
syt_offset
= CIP_SYT_NO_INFO;
in calculate_syt_offset()
423
return
syt_offset
;
in calculate_syt_offset()
749
static unsigned int compute_syt(unsigned int
syt_offset
, unsigne
argument
1391
unsigned int
syt_offset
;
amdtp_domain_start()
member
[all...]
H
A
D
amdtp-stream.h
278
unsigned int
syt_offset
;
member
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
amdtp-stream.c
367
if (desc->
syt_offset
!= CIP_SYT_NO_INFO)
in pool_blocking_data_blocks()
421
unsigned int
syt_offset
;
in calculate_syt_offset()
local
425
syt_offset
= *last_syt_offset + *syt_offset_state;
in calculate_syt_offset()
440
syt_offset
= *last_syt_offset;
in calculate_syt_offset()
441
syt_offset
+= 1386 + ((index && !(index & 3)) ||
in calculate_syt_offset()
448
syt_offset
= *last_syt_offset - TICKS_PER_CYCLE;
in calculate_syt_offset()
449
*last_syt_offset =
syt_offset
;
in calculate_syt_offset()
451
if (
syt_offset
>= TICKS_PER_CYCLE)
in calculate_syt_offset()
452
syt_offset
= CIP_SYT_NO_INFO;
in calculate_syt_offset()
454
return
syt_offset
;
in calculate_syt_offset()
482
unsigned int
syt_offset
;
compute_syt_offset()
local
990
compute_syt(unsigned int
syt_offset
, unsigned int cycle, unsigned int transfer_delay)
compute_syt()
argument
1732
unsigned int
syt_offset
;
amdtp_stream_start()
member
[all...]
H
A
D
amdtp-stream.h
298
unsigned int
syt_offset
;
member
Completed in 6 milliseconds