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:HDSPM_bit2freq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
hdspm.c
551
HDSPM_bit2freq
*/
1116
static inline int
HDSPM_bit2freq
(int n)
in HDSPM_bit2freq()
function
1267
return
HDSPM_bit2freq
(hdspm_get_wc_sample_rate(hdspm));
in hdspm_external_sample_rate()
1280
return
HDSPM_bit2freq
(hdspm_get_aes_sample_rate(hdspm,
in hdspm_external_sample_rate()
1288
return
HDSPM_bit2freq
(hdspm_get_tco_sample_rate(hdspm));
in hdspm_external_sample_rate()
2391
if (
HDSPM_bit2freq
(i) == rate) {
in hdspm_external_rate_to_enum()
5132
HDSPM_bit2freq
((status >> HDSPM_AES32_wcFreq_bit) & 0xF));
in snd_hdspm_proc_read_aes32()
5139
HDSPM_bit2freq
((timecode >> (4*x)) & 0xF));
in snd_hdspm_proc_read_aes32()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
hdspm.c
550
HDSPM_bit2freq
*/
1115
static inline int
HDSPM_bit2freq
(int n)
in HDSPM_bit2freq()
function
1266
return
HDSPM_bit2freq
(hdspm_get_wc_sample_rate(hdspm));
in hdspm_external_sample_rate()
1279
return
HDSPM_bit2freq
(hdspm_get_aes_sample_rate(hdspm,
in hdspm_external_sample_rate()
1287
return
HDSPM_bit2freq
(hdspm_get_tco_sample_rate(hdspm));
in hdspm_external_sample_rate()
2386
if (
HDSPM_bit2freq
(i) == rate) {
in hdspm_external_rate_to_enum()
5123
HDSPM_bit2freq
((status >> HDSPM_AES32_wcFreq_bit) & 0xF));
in snd_hdspm_proc_read_aes32()
5130
HDSPM_bit2freq
((timecode >> (4*x)) & 0xF));
in snd_hdspm_proc_read_aes32()
Completed in 16 milliseconds