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:has_capture
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/adi/
H
A
D
axi-i2s.c
45
bool
has_capture
;
member
144
i2s->
has_capture
? &i2s->capture_dma_data : NULL);
in axi_i2s_dai_probe()
180
i2s->
has_capture
= true;
in axi_i2s_parse_of()
235
if (i2s->
has_capture
) {
in axi_i2s_probe()
267
i2s->
has_capture
? "enabled" : "disabled",
in axi_i2s_probe()
/kernel/linux/linux-6.6/sound/soc/adi/
H
A
D
axi-i2s.c
45
bool
has_capture
;
member
144
i2s->
has_capture
? &i2s->capture_dma_data : NULL);
in axi_i2s_dai_probe()
181
i2s->
has_capture
= true;
in axi_i2s_parse_of()
235
if (i2s->
has_capture
) {
in axi_i2s_probe()
267
i2s->
has_capture
? "enabled" : "disabled",
in axi_i2s_probe()
/kernel/linux/linux-6.6/sound/soc/rockchip/
H
A
D
rockchip_i2s.c
44
bool
has_capture
;
member
536
i2s->
has_capture
? &i2s->capture_dma_data : NULL);
in rockchip_i2s_dai_probe()
680
i2s->
has_capture
= true;
in rockchip_i2s_init_dai()
709
if (i2s->
has_capture
) {
in rockchip_i2s_init_dai()
H
A
D
rockchip_i2s_tdm.c
73
bool
has_capture
;
member
777
if (i2s_tdm->
has_capture
)
in rockchip_i2s_tdm_dai_probe()
1046
i2s_tdm->
has_capture
= true;
in rockchip_i2s_tdm_init_dai()
1062
if (i2s_tdm->
has_capture
) {
in rockchip_i2s_tdm_init_dai()
1312
if (i2s_tdm->
has_capture
) {
in rockchip_i2s_tdm_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
hdmi-codec.c
431
bool
has_capture
= !hcp->hcd.no_i2s_capture;
in hdmi_codec_startup()
local
435
if (!((has_playback && tx) || (
has_capture
&& !tx)))
in hdmi_codec_startup()
477
bool
has_capture
= !hcp->hcd.no_i2s_capture;
in hdmi_codec_shutdown()
local
480
if (!((has_playback && tx) || (
has_capture
&& !tx)))
in hdmi_codec_shutdown()
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-pcm.c
2780
int
has_capture
= 0;
in soc_get_playback_capture()
local
2812
has_capture
= 1;
in soc_get_playback_capture()
2817
if (!
has_capture
) {
in soc_get_playback_capture()
2860
has_capture
= 1;
in soc_get_playback_capture()
2865
has_capture
= 0;
in soc_get_playback_capture()
2870
if (!has_playback && !
has_capture
) {
in soc_get_playback_capture()
2878
*capture =
has_capture
;
in soc_get_playback_capture()
Completed in 10 milliseconds