Searched refs:tx_substream (Results 1 – 5 of 5) sorted by relevance
75 struct snd_pcm_substream __rcu *tx_substream; member158 struct snd_pcm_substream *tx_substream; in xtfpga_pcm_push_tx() local162 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() local252 tx_substream = rcu_dereference(i2s->tx_substream); in xtfpga_i2s_threaded_irq_handler()254 if (tx_substream && snd_pcm_running(tx_substream)) { in xtfpga_i2s_threaded_irq_handler()255 snd_pcm_period_elapsed(tx_substream); in xtfpga_i2s_threaded_irq_handler()439 rcu_assign_pointer(i2s->tx_substream, substream); in xtfpga_pcm_trigger()[all …]
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()
110 struct snd_pcm_substream __rcu *tx_substream; member
140 struct snd_pcm_substream *tx_substream; member
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()