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:chan_names
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
dmaengine.c
31
pcm_conf->
chan_names
[SNDRV_PCM_STREAM_PLAYBACK] = tx;
in samsung_asoc_dma_platform_register()
32
pcm_conf->
chan_names
[SNDRV_PCM_STREAM_CAPTURE] = rx;
in samsung_asoc_dma_platform_register()
/kernel/linux/linux-6.6/sound/soc/samsung/
H
A
D
dmaengine.c
31
pcm_conf->
chan_names
[SNDRV_PCM_STREAM_PLAYBACK] = tx;
in samsung_asoc_dma_platform_register()
32
pcm_conf->
chan_names
[SNDRV_PCM_STREAM_CAPTURE] = rx;
in samsung_asoc_dma_platform_register()
/kernel/linux/linux-5.10/sound/soc/ti/
H
A
D
edma-pcm.c
54
config->
chan_names
[0] = "tx";
in edma_pcm_platform_register()
55
config->
chan_names
[1] = "rx";
in edma_pcm_platform_register()
H
A
D
sdma-pcm.c
62
config->
chan_names
[0] = txdmachan;
in sdma_pcm_platform_register()
63
config->
chan_names
[1] = rxdmachan;
in sdma_pcm_platform_register()
/kernel/linux/linux-6.6/sound/soc/ti/
H
A
D
edma-pcm.c
54
config->
chan_names
[0] = "tx";
in edma_pcm_platform_register()
55
config->
chan_names
[1] = "rx";
in edma_pcm_platform_register()
H
A
D
sdma-pcm.c
62
config->
chan_names
[0] = txdmachan;
in sdma_pcm_platform_register()
63
config->
chan_names
[1] = rxdmachan;
in sdma_pcm_platform_register()
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
tegra_pcm.c
63
config->
chan_names
[0] = txdmachan;
in tegra_pcm_platform_register_with_chan_names()
64
config->
chan_names
[1] = rxdmachan;
in tegra_pcm_platform_register_with_chan_names()
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
ux500_dma.c
274
char **
chan_names
;
in ux500_dma_controller_start()
local
296
chan_names
= (char **)iep_chan_names;
in ux500_dma_controller_start()
313
dma_request_chan(dev,
chan_names
[ch_num]);
in ux500_dma_controller_start()
340
chan_names
= (char **)oep_chan_names;
in ux500_dma_controller_start()
/kernel/linux/linux-5.10/sound/soc/
H
A
D
soc-generic-dmaengine-pcm.c
251
if (!pcm->chan[i] && config && config->
chan_names
[i])
in dmaengine_pcm_new()
253
config->
chan_names
[i]);
in dmaengine_pcm_new()
385
if (config && config->
chan_names
[i])
in dmaengine_pcm_request_chan_of()
386
name = config->
chan_names
[i];
in dmaengine_pcm_request_chan_of()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
ux500_dma.c
274
char **
chan_names
;
in ux500_dma_controller_start()
local
296
chan_names
= (char **)iep_chan_names;
in ux500_dma_controller_start()
313
dma_request_chan(dev,
chan_names
[ch_num]);
in ux500_dma_controller_start()
340
chan_names
= (char **)oep_chan_names;
in ux500_dma_controller_start()
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-generic-dmaengine-pcm.c
244
if (!pcm->chan[i] && config->
chan_names
[i])
in dmaengine_pcm_new()
246
config->
chan_names
[i]);
in dmaengine_pcm_new()
377
if (config->
chan_names
[i])
in dmaengine_pcm_request_chan_of()
378
name = config->
chan_names
[i];
in dmaengine_pcm_request_chan_of()
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra_pcm.c
57
config->
chan_names
[0] = txdmachan;
in tegra_pcm_platform_register_with_chan_names()
58
config->
chan_names
[1] = rxdmachan;
in tegra_pcm_platform_register_with_chan_names()
/kernel/linux/linux-5.10/include/sound/
H
A
D
dmaengine_pcm.h
121
* @
chan_names
: If set, these custom DMA channel names will be requested at
143
const char *
chan_names
[SNDRV_PCM_STREAM_LAST + 1];
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
dmaengine_pcm.h
126
* @
chan_names
: If set, these custom DMA channel names will be requested at
148
const char *
chan_names
[SNDRV_PCM_STREAM_LAST + 1];
member
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.c
1217
.
chan_names
[SNDRV_PCM_STREAM_PLAYBACK] = "audio-rx",
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.c
2638
.
chan_names
[SNDRV_PCM_STREAM_PLAYBACK] = "audio-rx",
Completed in 16 milliseconds