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:s3c2412_i2s
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
s3c2412-i2s.c
38
static struct s3c_i2sv2_info
s3c2412_i2s
;
variable
49
ret = s3c_i2sv2_probe(dai, &
s3c2412_i2s
);
in s3c2412_i2s_probe()
53
s3c2412_i2s
.dma_capture = &s3c2412_i2s_pcm_stereo_in;
in s3c2412_i2s_probe()
54
s3c2412_i2s
.dma_playback = &s3c2412_i2s_pcm_stereo_out;
in s3c2412_i2s_probe()
56
s3c2412_i2s
.iis_cclk = devm_clk_get(dai->dev, "i2sclk");
in s3c2412_i2s_probe()
57
if (IS_ERR(
s3c2412_i2s
.iis_cclk)) {
in s3c2412_i2s_probe()
59
ret = PTR_ERR(
s3c2412_i2s
.iis_cclk);
in s3c2412_i2s_probe()
65
clk_set_parent(
s3c2412_i2s
.iis_cclk, clk_get(NULL, "mpll"));
in s3c2412_i2s_probe()
66
ret = clk_prepare_enable(
s3c2412_i2s
.iis_cclk);
in s3c2412_i2s_probe()
73
s3c_i2sv2_cleanup(dai, &
s3c2412_i2s
);
in s3c2412_i2s_probe()
[all...]
Completed in 1 milliseconds