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:bclks_per_wclk
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
da7219.c
1394
u8
bclks_per_wclk
;
in da7219_set_bclks_per_wclk()
local
1398
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_32;
in da7219_set_bclks_per_wclk()
1401
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_64;
in da7219_set_bclks_per_wclk()
1404
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_128;
in da7219_set_bclks_per_wclk()
1407
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_256;
in da7219_set_bclks_per_wclk()
1415
bclks_per_wclk
);
in da7219_set_bclks_per_wclk()
2035
u8
bclks_per_wclk
= snd_soc_component_read(component,
in da7219_bclk_recalc_rate()
local
2038
switch (
bclks_per_wclk
& DA7219_DAI_BCLKS_PER_WCLK_MASK) {
in da7219_bclk_recalc_rate()
H
A
D
rt5682.c
2697
unsigned int
bclks_per_wclk
;
in rt5682_bclk_recalc_rate()
local
2699
bclks_per_wclk
= snd_soc_component_read(component, RT5682_TDM_TCON_CTRL);
in rt5682_bclk_recalc_rate()
2701
switch (
bclks_per_wclk
& RT5682_TDM_BCLK_MS1_MASK) {
in rt5682_bclk_recalc_rate()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
da7219.c
1394
u8
bclks_per_wclk
;
in da7219_set_bclks_per_wclk()
local
1398
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_32;
in da7219_set_bclks_per_wclk()
1401
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_64;
in da7219_set_bclks_per_wclk()
1404
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_128;
in da7219_set_bclks_per_wclk()
1407
bclks_per_wclk
= DA7219_DAI_BCLKS_PER_WCLK_256;
in da7219_set_bclks_per_wclk()
1415
bclks_per_wclk
);
in da7219_set_bclks_per_wclk()
2037
u8
bclks_per_wclk
= snd_soc_component_read(component,
in da7219_bclk_recalc_rate()
local
2040
switch (
bclks_per_wclk
& DA7219_DAI_BCLKS_PER_WCLK_MASK) {
in da7219_bclk_recalc_rate()
H
A
D
rt5682s.c
2688
unsigned int
bclks_per_wclk
;
in rt5682s_bclk_recalc_rate()
local
2690
bclks_per_wclk
= snd_soc_component_read(component, RT5682S_TDM_TCON_CTRL_1);
in rt5682s_bclk_recalc_rate()
2692
switch (
bclks_per_wclk
& RT5682S_TDM_BCLK_MS1_MASK) {
in rt5682s_bclk_recalc_rate()
H
A
D
rt5682.c
2762
unsigned int
bclks_per_wclk
;
in rt5682_bclk_recalc_rate()
local
2764
regmap_read(rt5682->regmap, RT5682_TDM_TCON_CTRL, &
bclks_per_wclk
);
in rt5682_bclk_recalc_rate()
2766
switch (
bclks_per_wclk
& RT5682_TDM_BCLK_MS1_MASK) {
in rt5682_bclk_recalc_rate()
Completed in 17 milliseconds