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:audio_params
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/i2c/
H
A
D
tda998x.h
37
struct tda998x_audio_params
audio_params
;
member
/kernel/linux/linux-6.6/include/drm/i2c/
H
A
D
tda998x.h
37
struct tda998x_audio_params
audio_params
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
tda998x_drv.c
1761
if (p->
audio_params
.format != AFMT_UNUSED) {
in tda998x_set_config()
1763
bool spdif = p->
audio_params
.format == AFMT_SPDIF;
in tda998x_set_config()
1768
priv->audio.cea = p->
audio_params
.cea;
in tda998x_set_config()
1769
priv->audio.sample_rate = p->
audio_params
.sample_rate;
in tda998x_set_config()
1770
memcpy(priv->audio.status, p->
audio_params
.status,
in tda998x_set_config()
1772
sizeof(p->
audio_params
.status)));
in tda998x_set_config()
1773
priv->audio.ena_ap = p->
audio_params
.config;
in tda998x_set_config()
1776
ratio = spdif ? 64 : p->
audio_params
.sample_width * 2;
in tda998x_set_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
tda998x_drv.c
1764
if (p->
audio_params
.format != AFMT_UNUSED) {
in tda998x_set_config()
1766
bool spdif = p->
audio_params
.format == AFMT_SPDIF;
in tda998x_set_config()
1771
priv->audio.cea = p->
audio_params
.cea;
in tda998x_set_config()
1772
priv->audio.sample_rate = p->
audio_params
.sample_rate;
in tda998x_set_config()
1773
memcpy(priv->audio.status, p->
audio_params
.status,
in tda998x_set_config()
1775
sizeof(p->
audio_params
.status)));
in tda998x_set_config()
1776
priv->audio.ena_ap = p->
audio_params
.config;
in tda998x_set_config()
1779
ratio = spdif ? 64 : p->
audio_params
.sample_width * 2;
in tda998x_set_config()
Completed in 7 milliseconds