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:texts_freq
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/rme9652/
H
A
D
hdspm.c
674
static const char *const
texts_freq
[] = {
variable
2412
ENUMERATED_CTL_INFO(uinfo,
texts_freq
);
in snd_hdspm_info_autosync_sample_rate()
2651
return snd_ctl_enum_info(uinfo, 1, 9,
texts_freq
+ 1);
in snd_hdspm_info_clock_source()
5212
texts_freq
[(status2 >> (i * 4)) & 0xF]);
in snd_hdspm_proc_read_raydat()
5221
texts_freq
[(status1 >> 16) & 0xF]);
in snd_hdspm_proc_read_raydat()
5226
texts_freq
[(status1 >> 20) & 0xF]);
in snd_hdspm_proc_read_raydat()
5231
texts_freq
[(status2 >> 12) & 0xF]);
in snd_hdspm_proc_read_raydat()
/kernel/linux/linux-6.6/sound/pci/rme9652/
H
A
D
hdspm.c
673
static const char *const
texts_freq
[] = {
variable
2407
ENUMERATED_CTL_INFO(uinfo,
texts_freq
);
in snd_hdspm_info_autosync_sample_rate()
2646
return snd_ctl_enum_info(uinfo, 1, 9,
texts_freq
+ 1);
in snd_hdspm_info_clock_source()
5203
texts_freq
[(status2 >> (i * 4)) & 0xF]);
in snd_hdspm_proc_read_raydat()
5212
texts_freq
[(status1 >> 16) & 0xF]);
in snd_hdspm_proc_read_raydat()
5217
texts_freq
[(status1 >> 20) & 0xF]);
in snd_hdspm_proc_read_raydat()
5222
texts_freq
[(status2 >> 12) & 0xF]);
in snd_hdspm_proc_read_raydat()
Completed in 16 milliseconds