Searched refs:tx_fn (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/dwc/ |
H A D | dwc-pcm.c | 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()
|
H A D | local.h | 112 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, member
|
/kernel/linux/linux-6.6/sound/soc/dwc/ |
H A D | dwc-pcm.c | 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()
|
H A D | local.h | 144 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, member
|
/kernel/linux/linux-5.10/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 76 unsigned (*tx_fn)(struct xtfpga_i2s *i2s, member 166 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()
|
/kernel/linux/linux-6.6/sound/soc/xtensa/ |
H A D | xtfpga-i2s.c | 76 unsigned (*tx_fn)(struct xtfpga_i2s *i2s, member 166 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 5 milliseconds