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:eso
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ali5451/
H
A
D
ali5451.c
185
int
eso
; /* final ESO value for channel */
member
1218
pvoice->
eso
= runtime->buffer_size;
in snd_ali_playback_prepare()
1220
dev_dbg(codec->card->dev, "playback_prepare:
eso
=%xh count=%xh\n",
in snd_ali_playback_prepare()
1221
pvoice->
eso
, pvoice->count);
in snd_ali_playback_prepare()
1224
ESO = pvoice->
eso
-1;
in snd_ali_playback_prepare()
1250
evoice->
eso
= pvoice->count << 1;
in snd_ali_playback_prepare()
1251
ESO = evoice->
eso
- 1;
in snd_ali_playback_prepare()
1323
pvoice->
eso
= runtime->buffer_size;
in snd_ali_prepare()
1332
ESO = pvoice->
eso
- 1;
in snd_ali_prepare()
/kernel/linux/linux-6.6/sound/pci/ali5451/
H
A
D
ali5451.c
184
int
eso
; /* final ESO value for channel */
member
1217
pvoice->
eso
= runtime->buffer_size;
in snd_ali_playback_prepare()
1219
dev_dbg(codec->card->dev, "playback_prepare:
eso
=%xh count=%xh\n",
in snd_ali_playback_prepare()
1220
pvoice->
eso
, pvoice->count);
in snd_ali_playback_prepare()
1223
ESO = pvoice->
eso
-1;
in snd_ali_playback_prepare()
1249
evoice->
eso
= pvoice->count << 1;
in snd_ali_playback_prepare()
1250
ESO = evoice->
eso
- 1;
in snd_ali_playback_prepare()
1322
pvoice->
eso
= runtime->buffer_size;
in snd_ali_prepare()
1331
ESO = pvoice->
eso
- 1;
in snd_ali_prepare()
Completed in 7 milliseconds