Searched refs:tx_fn (Results 1 – 3 of 3) sorted by relevance
112 new_ptr = dev->tx_fn(dev, substream->runtime, ptr, in dw_pcm_transfer()176 dev->tx_fn = dw_pcm_tx_16; in dw_pcm_hw_params()181 dev->tx_fn = dw_pcm_tx_32; in dw_pcm_hw_params()
112 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, member
76 unsigned (*tx_fn)(struct xtfpga_i2s *i2s, member166 unsigned new_tx_ptr = i2s->tx_fn(i2s, tx_substream->runtime, in xtfpga_pcm_push_tx()409 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params()415 i2s->tx_fn = (channels == 1) ? in xtfpga_pcm_hw_params()
Completed in 6 milliseconds