Searched refs:buf_bytes (Results 1 – 7 of 7) sorted by relevance
| /sound/soc/renesas/ |
| A D | siu_pcm.c | 26 #define GET_MAX_PERIODS(buf_bytes, period_bytes) \ argument 27 ((buf_bytes) / (period_bytes)) 87 GET_MAX_PERIODS(siu_stream->buf_bytes, in siu_dma_tx_complete() 94 siu_stream->buf_bytes, siu_stream->cookie); in siu_dma_tx_complete() 373 siu_stream->buf_bytes = snd_pcm_lib_buffer_bytes(ss); in siu_pcm_prepare() 380 if (siu_stream->buf_bytes % siu_stream->period_bytes) { in siu_pcm_prepare() 382 __func__, siu_stream->buf_bytes, in siu_pcm_prepare() 396 (unsigned long)rt->dma_addr, siu_stream->buf_bytes, in siu_pcm_prepare() 474 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes, in siu_pcm_pointer_dma() 477 if (ptr >= siu_stream->buf_bytes) in siu_pcm_pointer_dma()
|
| A D | siu.h | 102 size_t buf_bytes; member
|
| /sound/firewire/fireworks/ |
| A D | fireworks_command.c | 109 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local 113 buf_bytes = sizeof(struct snd_efw_transaction) + in efw_transaction() 117 buf = kzalloc(buf_bytes, GFP_KERNEL); in efw_transaction() 145 buf, buf_bytes); in efw_transaction()
|
| /sound/pci/cs5535audio/ |
| A D | cs5535audio_pcm.c | 239 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_cs5535audio_hw_params() 325 if (curdma >= dma->buf_bytes) { in snd_cs5535audio_pcm_pointer() 327 curdma, dma->buf_bytes); in snd_cs5535audio_pcm_pointer()
|
| A D | cs5535audio.h | 79 unsigned int buf_addr, buf_bytes; member
|
| /sound/pci/ |
| A D | atiixp_modem.c | 209 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member 606 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer() 784 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
|
| A D | atiixp.c | 233 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member 657 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer() 953 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
|
Completed in 24 milliseconds