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:ctx_header_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/
H
A
D
amdtp-stream.c
182
unsigned int
ctx_header_size
;
in amdtp_stream_add_pcm_hw_constraints()
local
213
ctx_header_size
= IR_CTX_HEADER_SIZE_CIP;
in amdtp_stream_add_pcm_hw_constraints()
215
ctx_header_size
= IR_CTX_HEADER_SIZE_NO_CIP;
in amdtp_stream_add_pcm_hw_constraints()
217
CYCLES_PER_SECOND /
ctx_header_size
;
in amdtp_stream_add_pcm_hw_constraints()
488
params->header_length = s->ctx_data.tx.
ctx_header_size
;
in queue_in_packet()
739
s->ctx_data.tx.
ctx_header_size
/ sizeof(*ctx_header);
in generate_device_pkt_descs()
897
packets = header_length / s->ctx_data.tx.
ctx_header_size
;
in in_stream_callback()
1052
unsigned int
ctx_header_size
;
in amdtp_stream_start()
local
1084
ctx_header_size
= IR_CTX_HEADER_SIZE_CIP;
in amdtp_stream_start()
1086
ctx_header_size
in amdtp_stream_start()
[all...]
H
A
D
amdtp-stream.h
128
unsigned int
ctx_header_size
;
member
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
amdtp-stream.c
188
unsigned int
ctx_header_size
;
in amdtp_stream_add_pcm_hw_constraints()
local
218
ctx_header_size
= IR_CTX_HEADER_SIZE_CIP;
in amdtp_stream_add_pcm_hw_constraints()
220
ctx_header_size
= IR_CTX_HEADER_SIZE_NO_CIP;
in amdtp_stream_add_pcm_hw_constraints()
222
CYCLES_PER_SECOND /
ctx_header_size
;
in amdtp_stream_add_pcm_hw_constraints()
661
params->header_length = s->ctx_data.tx.
ctx_header_size
;
in queue_in_packet()
980
ctx_header += s->ctx_data.tx.
ctx_header_size
/ sizeof(*ctx_header);
in generate_tx_packet_descs()
1313
packet_count = header_length / s->ctx_data.tx.
ctx_header_size
;
in process_tx_packets()
1357
packets = header_length / s->ctx_data.tx.
ctx_header_size
;
in drop_tx_packets()
1359
ctx_header += (packets - 1) * s->ctx_data.tx.
ctx_header_size
/ sizeof(*ctx_header);
in drop_tx_packets()
1385
packets = header_length / s->ctx_data.tx.
ctx_header_size
;
in process_tx_packets_intermediately()
1652
unsigned int
ctx_header_size
;
amdtp_stream_start()
local
[all...]
H
A
D
amdtp-stream.h
134
unsigned int
ctx_header_size
;
member
Completed in 6 milliseconds