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:adau1372
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
adau1372.c
23
#include "
adau1372
.h"
26
struct
adau1372
{
struct
575
struct
adau1372
*
adau1372
= snd_soc_dai_get_drvdata(dai);
in adau1372_set_dai_fmt()
local
581
adau1372
->clock_provider = true;
in adau1372_set_dai_fmt()
585
adau1372
->clock_provider = false;
in adau1372_set_dai_fmt()
629
regmap_update_bits(
adau1372
->regmap, ADAU1372_REG_SAI0, ADAU1372_SAI0_DELAY_MASK, sai0);
in adau1372_set_dai_fmt()
630
regmap_update_bits(
adau1372
->regmap, ADAU1372_REG_SAI1,
in adau1372_set_dai_fmt()
640
struct
adau1372
*
adau1372
in adau1372_hw_params()
local
681
struct
adau1372
*
adau1372
= snd_soc_dai_get_drvdata(dai);
adau1372_set_tdm_slot()
local
743
struct
adau1372
*
adau1372
= snd_soc_dai_get_drvdata(dai);
adau1372_set_tristate()
local
756
struct
adau1372
*
adau1372
= snd_soc_dai_get_drvdata(dai);
adau1372_startup()
local
764
adau1372
_enable_pll(struct
adau1372
*
adau1372
)
adau1372_enable_pll()
argument
784
adau1372
_set_power(struct
adau1372
*
adau1372
, bool enable)
adau1372_set_power()
argument
836
struct
adau1372
*
adau1372
= snd_soc_component_get_drvdata(component);
adau1372_set_bias_level()
local
899
adau1372
_setup_pll(struct
adau1372
*
adau1372
, unsigned int rate)
adau1372_setup_pll()
argument
918
struct
adau1372
*
adau1372
;
adau1372_probe()
local
[all...]
H
A
D
Makefile
12
snd-soc-
adau1372
-objs :=
adau1372
.o
13
snd-soc-
adau1372
-i2c-objs :=
adau1372
-i2c.o
14
snd-soc-
adau1372
-spi-objs :=
adau1372
-spi.o
397
obj-$(CONFIG_SND_SOC_ADAU1372) += snd-soc-
adau1372
.o
398
obj-$(CONFIG_SND_SOC_ADAU1372_I2C) += snd-soc-
adau1372
-i2c.o
399
obj-$(CONFIG_SND_SOC_ADAU1372_SPI) += snd-soc-
adau1372
-spi.o
Completed in 4 milliseconds