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:bd_head
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/x86/
H
A
D
intel_hdmi_audio.h
118
unsigned int
bd_head
;
member
H
A
D
intel_hdmi_audio.c
844
* The
bd_head
field points to the index of the BD to be read. It's also the
849
* example above at t=1,
bd_head
=1 and pcm_head=1 while pcm_filled=5:
854
*
bd_head
(=1) --^ ^-- next to fill (=
bd_head
)
872
int idx = intelhaddata->
bd_head
;
in had_prog_bd()
884
intelhaddata->
bd_head
++;
in had_prog_bd()
885
intelhaddata->
bd_head
%= intelhaddata->num_bds;
in had_prog_bd()
913
intelhaddata->
bd_head
= 0;
in had_init_ringbuf()
924
intelhaddata->
bd_head
= 0; /* reset at head again before starting */
in had_init_ringbuf()
955
AUD_BUF_LEN(intelhaddata->
bd_head
),
in had_process_ringbuf()
[all...]
/kernel/linux/linux-6.6/sound/x86/
H
A
D
intel_hdmi_audio.h
118
unsigned int
bd_head
;
member
H
A
D
intel_hdmi_audio.c
846
* The
bd_head
field points to the index of the BD to be read. It's also the
851
* example above at t=1,
bd_head
=1 and pcm_head=1 while pcm_filled=5:
856
*
bd_head
(=1) --^ ^-- next to fill (=
bd_head
)
874
int idx = intelhaddata->
bd_head
;
in had_prog_bd()
886
intelhaddata->
bd_head
++;
in had_prog_bd()
887
intelhaddata->
bd_head
%= intelhaddata->num_bds;
in had_prog_bd()
915
intelhaddata->
bd_head
= 0;
in had_init_ringbuf()
926
intelhaddata->
bd_head
= 0; /* reset at head again before starting */
in had_init_ringbuf()
957
AUD_BUF_LEN(intelhaddata->
bd_head
),
in had_process_ringbuf()
[all...]
Completed in 5 milliseconds