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:zx_spdif
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/zte/
H
A
D
zx-spdif.c
84
struct zx_spdif_info *
zx_spdif
= dev_get_drvdata(dai->dev);
in zx_spdif_dai_probe()
local
86
snd_soc_dai_set_drvdata(dai,
zx_spdif
);
in zx_spdif_dai_probe()
87
zx_spdif
->dma_data.addr =
zx_spdif
->mapbase + ZX_DATA;
in zx_spdif_dai_probe()
88
zx_spdif
->dma_data.maxburst = 8;
in zx_spdif_dai_probe()
89
snd_soc_dai_init_dma_data(dai, &
zx_spdif
->dma_data, NULL);
in zx_spdif_dai_probe()
139
struct zx_spdif_info *
zx_spdif
= dev_get_drvdata(socdai->dev);
in zx_spdif_hw_params()
local
148
val = readl_relaxed(
zx_spdif
->reg_base + ZX_CTRL);
in zx_spdif_hw_params()
176
writel_relaxed(val,
zx_spdif
->reg_base + ZX_CTRL);
in zx_spdif_hw_params()
178
val = readl_relaxed(
zx_spdif
in zx_spdif_hw_params()
213
struct
zx_spdif
_info *
zx_spdif
= dev_get_drvdata(dai->dev);
zx_spdif_trigger()
local
244
struct
zx_spdif
_info *
zx_spdif
= dev_get_drvdata(dai->dev);
zx_spdif_startup()
local
252
struct
zx_spdif
_info *
zx_spdif
= dev_get_drvdata(dai->dev);
zx_spdif_shutdown()
local
308
struct
zx_spdif
_info *
zx_spdif
;
zx_spdif_probe()
local
[all...]
Completed in 2 milliseconds