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:cs42l83
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l83-i2c.c
3
*
cs42l83
-i2c.c -- CS42L83 ALSA SoC audio driver for I2C
170
struct cs42l42_private *
cs42l83
;
in cs42l83_i2c_probe()
local
174
cs42l83
= devm_kzalloc(dev, sizeof(*
cs42l83
), GFP_KERNEL);
in cs42l83_i2c_probe()
175
if (!
cs42l83
)
in cs42l83_i2c_probe()
183
cs42l83
->devid = CS42L83_CHIP_ID;
in cs42l83_i2c_probe()
184
cs42l83
->dev = dev;
in cs42l83_i2c_probe()
185
cs42l83
->regmap = regmap;
in cs42l83_i2c_probe()
186
cs42l83
->irq = i2c_client->irq;
in cs42l83_i2c_probe()
188
ret = cs42l42_common_probe(
cs42l83
,
in cs42l83_i2c_probe()
197
struct cs42l42_private *
cs42l83
= dev_get_drvdata(&i2c_client->dev);
cs42l83_i2c_remove()
local
[all...]
H
A
D
Makefile
87
snd-soc-
cs42l83
-i2c-objs :=
cs42l83
-i2c.o
473
obj-$(CONFIG_SND_SOC_CS42L83) += snd-soc-
cs42l83
-i2c.o
Completed in 4 milliseconds