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:dmic_table
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
max98090.c
1771
struct
dmic_table
{
struct
1779
static const struct
dmic_table
dmic_table
[] = { /* One for each pclk freq. */
variable
1861
for (i = 0; i < ARRAY_SIZE(
dmic_table
); i++) {
in max98090_find_closest_pclk()
1862
if (pclk ==
dmic_table
[i].pclk)
in max98090_find_closest_pclk()
1864
if (pclk <
dmic_table
[i].pclk) {
in max98090_find_closest_pclk()
1867
m1 = pclk -
dmic_table
[i-1].pclk;
in max98090_find_closest_pclk()
1868
m2 =
dmic_table
[i].pclk - pclk;
in max98090_find_closest_pclk()
1899
dmic_freq =
dmic_table
[pclk_index].settings[micclk_index].freq;
in max98090_configure_dmic()
1900
dmic_comp =
dmic_table
[pclk_inde
in max98090_configure_dmic()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
max98090.c
1770
struct
dmic_table
{
struct
1778
static const struct
dmic_table
dmic_table
[] = { /* One for each pclk freq. */
variable
1860
for (i = 0; i < ARRAY_SIZE(
dmic_table
); i++) {
in max98090_find_closest_pclk()
1861
if (pclk ==
dmic_table
[i].pclk)
in max98090_find_closest_pclk()
1863
if (pclk <
dmic_table
[i].pclk) {
in max98090_find_closest_pclk()
1866
m1 = pclk -
dmic_table
[i-1].pclk;
in max98090_find_closest_pclk()
1867
m2 =
dmic_table
[i].pclk - pclk;
in max98090_find_closest_pclk()
1898
dmic_freq =
dmic_table
[pclk_index].settings[micclk_index].freq;
in max98090_configure_dmic()
1899
dmic_comp =
dmic_table
[pclk_inde
in max98090_configure_dmic()
[all...]
Completed in 6 milliseconds