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:cs35l32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs35l32.c
3
*
cs35l32
.c -- CS35L32 ALSA SoC audio driver
30
#include <dt-bindings/sound/
cs35l32
.h>
32
#include "
cs35l32
.h"
187
.name = "
cs35l32
-monitor",
348
struct cs35l32_private *
cs35l32
;
in cs35l32_i2c_probe()
local
355
cs35l32
= devm_kzalloc(&i2c_client->dev, sizeof(*
cs35l32
), GFP_KERNEL);
in cs35l32_i2c_probe()
356
if (!
cs35l32
)
in cs35l32_i2c_probe()
359
i2c_set_clientdata(i2c_client,
cs35l32
);
in cs35l32_i2c_probe()
361
cs35l32
in cs35l32_i2c_probe()
499
struct
cs35l32
_private *
cs35l32
= i2c_get_clientdata(i2c_client);
cs35l32_i2c_remove()
local
510
struct
cs35l32
_private *
cs35l32
= dev_get_drvdata(dev);
cs35l32_runtime_suspend()
local
527
struct
cs35l32
_private *
cs35l32
= dev_get_drvdata(dev);
cs35l32_runtime_resume()
local
[all...]
H
A
D
Makefile
49
snd-soc-
cs35l32
-objs :=
cs35l32
.o
358
obj-$(CONFIG_SND_SOC_CS35L32) += snd-soc-
cs35l32
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs35l32.c
3
*
cs35l32
.c -- CS35L32 ALSA SoC audio driver
30
#include <dt-bindings/sound/
cs35l32
.h>
32
#include "
cs35l32
.h"
188
.name = "
cs35l32
-monitor",
350
struct cs35l32_private *
cs35l32
;
in cs35l32_i2c_probe()
local
356
cs35l32
= devm_kzalloc(&i2c_client->dev, sizeof(*
cs35l32
), GFP_KERNEL);
in cs35l32_i2c_probe()
357
if (!
cs35l32
)
in cs35l32_i2c_probe()
360
i2c_set_clientdata(i2c_client,
cs35l32
);
in cs35l32_i2c_probe()
362
cs35l32
in cs35l32_i2c_probe()
502
struct
cs35l32
_private *
cs35l32
= i2c_get_clientdata(i2c_client);
cs35l32_i2c_remove()
local
511
struct
cs35l32
_private *
cs35l32
= dev_get_drvdata(dev);
cs35l32_runtime_suspend()
local
528
struct
cs35l32
_private *
cs35l32
= dev_get_drvdata(dev);
cs35l32_runtime_resume()
local
[all...]
H
A
D
Makefile
60
snd-soc-
cs35l32
-objs :=
cs35l32
.o
446
obj-$(CONFIG_SND_SOC_CS35L32) += snd-soc-
cs35l32
.o
Completed in 5 milliseconds