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:max9867
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
max9867.c
17
#include "
max9867
.h"
56
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_adc_dac_event()
local
71
max9867
->adc_dac_active |= BIT(adc_dac);
in max9867_adc_dac_event()
73
max9867
->adc_dac_active &= ~BIT(adc_dac);
in max9867_adc_dac_event()
82
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_filter_get()
local
86
ret = regmap_read(
max9867
->regmap, MAX9867_CODECFLTR, ®);
in max9867_filter_get()
102
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_filter_set()
local
110
if (
max9867
->adc_dac_active)
in max9867_filter_set()
114
ret = regmap_read(
max9867
->regmap, MAX9867_CODECFLTR, ®);
in max9867_filter_set()
126
regmap_update_bits(
max9867
in max9867_filter_set()
315
struct
max9867
_priv *
max9867
=
max9867_startup()
local
331
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_dai_hw_params()
local
423
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_mute()
local
433
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_set_dai_sysclk()
local
471
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_dai_set_fmt()
local
579
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_set_bias_level()
local
652
struct
max9867
_priv *
max9867
;
max9867_i2c_probe()
local
[all...]
H
A
D
Makefile
150
snd-soc-
max9867
-objs :=
max9867
.o
531
obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-
max9867
.o
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
max9867.c
16
#include "
max9867
.h"
54
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_adc_dac_event()
local
69
max9867
->adc_dac_active |= BIT(adc_dac);
in max9867_adc_dac_event()
71
max9867
->adc_dac_active &= ~BIT(adc_dac);
in max9867_adc_dac_event()
80
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_filter_get()
local
84
ret = regmap_read(
max9867
->regmap, MAX9867_CODECFLTR, ®);
in max9867_filter_get()
100
struct max9867_priv *
max9867
= snd_soc_component_get_drvdata(component);
in max9867_filter_set()
local
108
if (
max9867
->adc_dac_active)
in max9867_filter_set()
112
ret = regmap_read(
max9867
->regmap, MAX9867_CODECFLTR, ®);
in max9867_filter_set()
124
regmap_update_bits(
max9867
in max9867_filter_set()
313
struct
max9867
_priv *
max9867
=
max9867_startup()
local
329
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_dai_hw_params()
local
392
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_mute()
local
402
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_set_dai_sysclk()
local
442
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_dai_set_fmt()
local
550
struct
max9867
_priv *
max9867
= snd_soc_component_get_drvdata(component);
max9867_set_bias_level()
local
619
struct
max9867
_priv *
max9867
;
max9867_i2c_probe()
local
[all...]
H
A
D
Makefile
114
snd-soc-
max9867
-objs :=
max9867
.o
423
obj-$(CONFIG_SND_SOC_MAX9867) += snd-soc-
max9867
.o
Completed in 5 milliseconds