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_type
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-cards.h
51
u8
audio_type
; /* audio input type */
member
H
A
D
cx18-cards.c
619
strscpy(audio->name, input_strs[aud_input->
audio_type
- 1],
in cx18_get_audio_input()
H
A
D
cx18-driver.c
780
if (cx->card->audio_inputs[i].
audio_type
== 0)
in cx18_init_struct2()
1049
cx->options.radio = (cx->card->radio_input.
audio_type
!= 0);
in cx18_probe()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-cards.h
51
u8
audio_type
; /* audio input type */
member
H
A
D
cx18-cards.c
619
strscpy(audio->name, input_strs[aud_input->
audio_type
- 1],
in cx18_get_audio_input()
H
A
D
cx18-driver.c
779
if (cx->card->audio_inputs[i].
audio_type
== 0)
in cx18_init_struct2()
1048
cx->options.radio = (cx->card->radio_input.
audio_type
!= 0);
in cx18_probe()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-cards.h
168
u8
audio_type
; /* audio input type */
member
H
A
D
ivtv-driver.c
809
if (itv->card->audio_inputs[i].
audio_type
== 0)
in ivtv_init_struct2()
1135
itv->options.radio = (itv->card->radio_input.
audio_type
!= 0);
in ivtv_probe()
H
A
D
ivtv-cards.c
1344
strscpy(audio->name, input_strs[aud_input->
audio_type
- 1],
in ivtv_get_audio_input()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-cards.h
194
u8
audio_type
; /* audio input type */
member
H
A
D
ivtv-driver.c
806
if (itv->card->audio_inputs[i].
audio_type
== 0)
in ivtv_init_struct2()
1137
itv->options.radio = (itv->card->radio_input.
audio_type
!= 0);
in ivtv_probe()
H
A
D
ivtv-cards.c
1344
strscpy(audio->name, input_strs[aud_input->
audio_type
- 1],
in ivtv_get_audio_input()
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tda1997x.c
267
int
audio_type
;
member
930
switch (state->
audio_type
) {
in tda1997x_configure_audout()
1544
state->
audio_type
= AUDCFG_TYPE_DST;
in tda1997x_irq_audio()
1546
state->
audio_type
= AUDCFG_TYPE_OBA;
in tda1997x_irq_audio()
1548
state->
audio_type
= AUDCFG_TYPE_HBR;
in tda1997x_irq_audio()
1550
state->
audio_type
= AUDCFG_TYPE_PCM;
in tda1997x_irq_audio()
1552
audtype_names[state->
audio_type
]);
in tda1997x_irq_audio()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tda1997x.c
267
int
audio_type
;
member
930
switch (state->
audio_type
) {
in tda1997x_configure_audout()
1560
state->
audio_type
= AUDCFG_TYPE_DST;
in tda1997x_irq_audio()
1562
state->
audio_type
= AUDCFG_TYPE_OBA;
in tda1997x_irq_audio()
1564
state->
audio_type
= AUDCFG_TYPE_HBR;
in tda1997x_irq_audio()
1566
state->
audio_type
= AUDCFG_TYPE_PCM;
in tda1997x_irq_audio()
1568
audtype_names[state->
audio_type
]);
in tda1997x_irq_audio()
Completed in 21 milliseconds