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:last_syt_offset
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/
H
A
D
amdtp-stream.c
387
static unsigned int calculate_syt_offset(unsigned int *
last_syt_offset
,
in calculate_syt_offset()
argument
392
if (*
last_syt_offset
< TICKS_PER_CYCLE) {
in calculate_syt_offset()
394
syt_offset = *
last_syt_offset
+ *syt_offset_state;
in calculate_syt_offset()
409
syt_offset = *
last_syt_offset
;
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()
948
desc->syt_offset = calculate_syt_offset(&d->
last_syt_offset
,
in pool_ideal_seq_descs()
1441
d->
last_syt_offset
= TICKS_PER_CYCLE;
in amdtp_domain_start()
H
A
D
amdtp-stream.h
296
unsigned int
last_syt_offset
;
member
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
amdtp-stream.c
418
static unsigned int calculate_syt_offset(unsigned int *
last_syt_offset
,
in calculate_syt_offset()
argument
423
if (*
last_syt_offset
< TICKS_PER_CYCLE) {
in calculate_syt_offset()
425
syt_offset = *
last_syt_offset
+ *syt_offset_state;
in calculate_syt_offset()
440
syt_offset = *
last_syt_offset
;
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()
461
unsigned int last = s->ctx_data.rx.
last_syt_offset
;
in pool_ideal_syt_offsets()
473
s->ctx_data.rx.
last_syt_offset
= last;
in pool_ideal_syt_offsets()
1754
s->ctx_data.rx.
last_syt_offset
= TICKS_PER_CYCLE;
in amdtp_stream_start()
H
A
D
amdtp-stream.h
169
unsigned int
last_syt_offset
;
member
Completed in 7 milliseconds