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:ssm2518
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ssm2518.c
23
#include "
ssm2518
.h"
109
struct
ssm2518
{
struct
310
static int ssm2518_lookup_mcs(struct
ssm2518
*
ssm2518
,
in ssm2518_lookup_mcs()
argument
327
if (sysclks[i] ==
ssm2518
->sysclk)
in ssm2518_lookup_mcs()
338
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
in ssm2518_hw_params()
local
344
mcs = ssm2518_lookup_mcs(
ssm2518
, rate);
in ssm2518_hw_params()
361
if (
ssm2518
->right_j) {
in ssm2518_hw_params()
376
ret = regmap_update_bits(
ssm2518
in ssm2518_hw_params()
392
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_mute()
local
406
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_set_dai_fmt()
local
475
ssm2518
_set_power(struct
ssm2518
*
ssm2518
, bool enable)
ssm2518_set_power()
argument
502
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
ssm2518_set_bias_level()
local
525
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_set_tdm_slot()
local
610
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_startup()
local
646
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
ssm2518_set_sysclk()
local
738
struct
ssm2518
*
ssm2518
;
ssm2518_i2c_probe()
local
[all...]
H
A
D
Makefile
262
snd-soc-
ssm2518
-objs :=
ssm2518
.o
641
obj-$(CONFIG_SND_SOC_SSM2518) += snd-soc-
ssm2518
.o
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
ssm2518.c
16
#include <linux/platform_data/
ssm2518
.h>
24
#include "
ssm2518
.h"
110
struct
ssm2518
{
struct
311
static int ssm2518_lookup_mcs(struct
ssm2518
*
ssm2518
,
in ssm2518_lookup_mcs()
argument
328
if (sysclks[i] ==
ssm2518
->sysclk)
in ssm2518_lookup_mcs()
339
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
in ssm2518_hw_params()
local
345
mcs = ssm2518_lookup_mcs(
ssm2518
, rate);
in ssm2518_hw_params()
362
if (
ssm2518
in ssm2518_hw_params()
393
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_mute()
local
407
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_set_dai_fmt()
local
476
ssm2518
_set_power(struct
ssm2518
*
ssm2518
, bool enable)
ssm2518_set_power()
argument
503
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
ssm2518_set_bias_level()
local
526
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_set_tdm_slot()
local
611
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(dai->component);
ssm2518_startup()
local
647
struct
ssm2518
*
ssm2518
= snd_soc_component_get_drvdata(component);
ssm2518_set_sysclk()
local
742
struct
ssm2518
*
ssm2518
;
ssm2518_i2c_probe()
local
[all...]
H
A
D
Makefile
202
snd-soc-
ssm2518
-objs :=
ssm2518
.o
509
obj-$(CONFIG_SND_SOC_SSM2518) += snd-soc-
ssm2518
.o
Completed in 6 milliseconds