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:s3c_i2sv2_info
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
s3c-i2s-v2.c
37
static inline struct
s3c_i2sv2_info
*to_info(struct snd_soc_dai *cpu_dai)
in to_info()
72
static void s3c2412_snd_txctrl(struct
s3c_i2sv2_info
*i2s, int on)
in s3c2412_snd_txctrl()
145
static void s3c2412_snd_rxctrl(struct
s3c_i2sv2_info
*i2s, int on)
in s3c2412_snd_rxctrl()
218
static int s3c2412_snd_lrsync(struct
s3c_i2sv2_info
*i2s)
in s3c2412_snd_lrsync()
247
struct
s3c_i2sv2_info
*i2s = to_info(cpu_dai);
in s3c2412_i2s_set_fmt()
298
struct
s3c_i2sv2_info
*i2s = to_info(dai);
in s3c_i2sv2_hw_params()
337
struct
s3c_i2sv2_info
*i2s = to_info(cpu_dai);
in s3c_i2sv2_set_sysclk()
383
struct
s3c_i2sv2_info
*i2s = to_info(asoc_rtd_to_cpu(rtd, 0));
in s3c2412_i2s_trigger()
446
struct
s3c_i2sv2_info
*i2s = to_info(cpu_dai);
in s3c2412_i2s_set_clkdiv()
529
struct
s3c_i2sv2_info
*i2
in s3c2412_i2s_delay()
[all...]
H
A
D
s3c-i2s-v2.h
33
* struct
s3c_i2sv2_info
- S3C I2S-V2 information
47
struct
s3c_i2sv2_info
{
struct
86
struct
s3c_i2sv2_info
*i2s);
94
struct
s3c_i2sv2_info
*i2s);
H
A
D
s3c2412-i2s.c
38
static struct
s3c_i2sv2_info
s3c2412_i2s;
90
struct
s3c_i2sv2_info
*i2s = snd_soc_dai_get_drvdata(cpu_dai);
in s3c2412_i2s_hw_params()
116
struct
s3c_i2sv2_info
*i2s = snd_soc_component_get_drvdata(component);
in s3c2412_i2s_suspend()
143
struct
s3c_i2sv2_info
*i2s = snd_soc_component_get_drvdata(component);
in s3c2412_i2s_resume()
Completed in 2 milliseconds