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:tx_substream
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/xtensa/
H
A
D
xtfpga-i2s.c
75
struct snd_pcm_substream __rcu *
tx_substream
;
member
158
struct snd_pcm_substream *
tx_substream
;
in xtfpga_pcm_push_tx()
local
162
tx_substream
= rcu_dereference(i2s->
tx_substream
);
in xtfpga_pcm_push_tx()
163
tx_active =
tx_substream
&& snd_pcm_running(
tx_substream
);
in xtfpga_pcm_push_tx()
166
unsigned new_tx_ptr = i2s->tx_fn(i2s,
tx_substream
->runtime,
in xtfpga_pcm_push_tx()
226
struct snd_pcm_substream *
tx_substream
;
in xtfpga_i2s_threaded_irq_handler()
local
252
tx_substream
= rcu_dereference(i2s->
tx_substream
);
in xtfpga_i2s_threaded_irq_handler()
[all...]
/kernel/linux/linux-6.6/sound/soc/xtensa/
H
A
D
xtfpga-i2s.c
75
struct snd_pcm_substream __rcu *
tx_substream
;
member
158
struct snd_pcm_substream *
tx_substream
;
in xtfpga_pcm_push_tx()
local
162
tx_substream
= rcu_dereference(i2s->
tx_substream
);
in xtfpga_pcm_push_tx()
163
tx_active =
tx_substream
&& snd_pcm_running(
tx_substream
);
in xtfpga_pcm_push_tx()
166
unsigned new_tx_ptr = i2s->tx_fn(i2s,
tx_substream
->runtime,
in xtfpga_pcm_push_tx()
226
struct snd_pcm_substream *
tx_substream
;
in xtfpga_i2s_threaded_irq_handler()
local
252
tx_substream
= rcu_dereference(i2s->
tx_substream
);
in xtfpga_i2s_threaded_irq_handler()
[all...]
/kernel/linux/linux-5.10/sound/soc/dwc/
H
A
D
dwc-pcm.c
102
substream = rcu_dereference(dev->
tx_substream
);
in dw_pcm_transfer()
205
rcu_assign_pointer(dev->
tx_substream
, substream);
in dw_pcm_trigger()
215
rcu_assign_pointer(dev->
tx_substream
, NULL);
in dw_pcm_trigger()
H
A
D
local.h
110
struct snd_pcm_substream __rcu *
tx_substream
;
member
/kernel/linux/linux-6.6/sound/soc/dwc/
H
A
D
dwc-pcm.c
102
substream = rcu_dereference(dev->
tx_substream
);
in dw_pcm_transfer()
205
rcu_assign_pointer(dev->
tx_substream
, substream);
in dw_pcm_trigger()
215
rcu_assign_pointer(dev->
tx_substream
, NULL);
in dw_pcm_trigger()
H
A
D
local.h
142
struct snd_pcm_substream __rcu *
tx_substream
;
member
/kernel/linux/linux-6.6/sound/soc/google/
H
A
D
chv3-i2s.c
65
struct snd_pcm_substream *
tx_substream
;
member
124
snd_pcm_period_elapsed(i2s->
tx_substream
);
in chv3_i2s_isr()
148
i2s->
tx_substream
= substream;
in chv3_dma_open()
/kernel/linux/linux-5.10/sound/soc/intel/keembay/
H
A
D
kmb_platform.c
177
substream = kmb_i2s->
tx_substream
;
in kmb_pcm_operation()
225
kmb_i2s->
tx_substream
= substream;
in kmb_pcm_trigger()
233
kmb_i2s->
tx_substream
= NULL;
in kmb_pcm_trigger()
H
A
D
kmb_platform.h
140
struct snd_pcm_substream *
tx_substream
;
member
/kernel/linux/linux-6.6/sound/soc/intel/keembay/
H
A
D
kmb_platform.h
149
struct snd_pcm_substream *
tx_substream
;
member
H
A
D
kmb_platform.c
228
substream = kmb_i2s->
tx_substream
;
in kmb_pcm_operation()
276
kmb_i2s->
tx_substream
= substream;
in kmb_pcm_trigger()
284
kmb_i2s->
tx_substream
= NULL;
in kmb_pcm_trigger()
Completed in 7 milliseconds