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:cs4265
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs4265.c
3
*
cs4265
.c -- CS4265 ALSA SoC audio driver
28
#include "
cs4265
.h"
322
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_set_sysclk()
local
331
cs4265
->sysclk = freq;
in cs4265_set_sysclk()
335
cs4265
->sysclk = 0;
in cs4265_set_sysclk()
343
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_set_fmt()
local
376
cs4265
->format = iface;
in cs4265_set_fmt()
407
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_pcm_hw_params()
local
411
((
cs4265
->format & SND_SOC_DAIFMT_FORMAT_MASK)
in cs4265_pcm_hw_params()
415
index = cs4265_get_clk_index(
cs4265
in cs4265_pcm_hw_params()
572
struct
cs4265
_private *
cs4265
;
cs4265_i2c_probe()
local
628
struct
cs4265
_private *
cs4265
= i2c_get_clientdata(i2c);
cs4265_i2c_remove()
local
[all...]
H
A
D
Makefile
89
snd-soc-
cs4265
-objs :=
cs4265
.o
475
obj-$(CONFIG_SND_SOC_CS4265) += snd-soc-
cs4265
.o
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs4265.c
3
*
cs4265
.c -- CS4265 ALSA SoC audio driver
28
#include "
cs4265
.h"
322
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_set_sysclk()
local
331
cs4265
->sysclk = freq;
in cs4265_set_sysclk()
335
cs4265
->sysclk = 0;
in cs4265_set_sysclk()
343
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_set_fmt()
local
376
cs4265
->format = iface;
in cs4265_set_fmt()
407
struct cs4265_private *
cs4265
= snd_soc_component_get_drvdata(component);
in cs4265_pcm_hw_params()
local
411
((
cs4265
->format & SND_SOC_DAIFMT_FORMAT_MASK)
in cs4265_pcm_hw_params()
415
index = cs4265_get_clk_index(
cs4265
in cs4265_pcm_hw_params()
574
struct
cs4265
_private *
cs4265
;
cs4265_i2c_probe()
local
[all...]
H
A
D
Makefile
61
snd-soc-
cs4265
-objs :=
cs4265
.o
370
obj-$(CONFIG_SND_SOC_CS4265) += snd-soc-
cs4265
.o
Completed in 6 milliseconds