Home
last modified time | relevance | path

Searched refs:buf_bytes (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/sound/soc/sh/
A Dsiu_pcm.c26 #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 Dsiu.h102 size_t buf_bytes; member
/linux-6.3-rc2/arch/s390/crypto/
A Daes_s390.c67 unsigned int buf_bytes; member
710 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
712 gw->nbytes = gw->buf_bytes; in gcm_in_walk_go()
728 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) { in gcm_in_walk_go()
736 memcpy(gw->buf + gw->buf_bytes, gw->walk_ptr, n); in gcm_in_walk_go()
737 gw->buf_bytes += n; in gcm_in_walk_go()
739 if (gw->buf_bytes >= minbytesneeded) { in gcm_in_walk_go()
741 gw->nbytes = gw->buf_bytes; in gcm_in_walk_go()
791 int n = gw->buf_bytes - bytesdone; in gcm_in_walk_done()
794 gw->buf_bytes = n; in gcm_in_walk_done()
[all …]
/linux-6.3-rc2/sound/firewire/fireworks/
A Dfireworks_command.c109 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()
/linux-6.3-rc2/sound/pci/cs5535audio/
A Dcs5535audio_pcm.c239 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 Dcs5535audio.h79 unsigned int buf_addr, buf_bytes; member
/linux-6.3-rc2/drivers/mmc/core/
A Dblock.c401 u64 buf_bytes; member
422 idata->buf_bytes = (u64) idata->ic.blksz * idata->ic.blocks; in mmc_blk_ioctl_copy_from_user()
423 if (idata->buf_bytes > MMC_IOC_MAX_BYTES) { in mmc_blk_ioctl_copy_from_user()
428 if (!idata->buf_bytes) { in mmc_blk_ioctl_copy_from_user()
434 idata->ic.data_ptr, idata->buf_bytes); in mmc_blk_ioctl_copy_from_user()
459 idata->buf, idata->buf_bytes)) in mmc_blk_ioctl_copy_to_user()
499 if (idata->buf_bytes) { in __mmc_blk_ioctl_cmd()
505 sg_init_one(data.sg, idata->buf, idata->buf_bytes); in __mmc_blk_ioctl_cmd()
/linux-6.3-rc2/sound/pci/
A Datiixp_modem.c209 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member
608 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer()
786 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
A Datiixp.c233 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member
659 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer()
955 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
/linux-6.3-rc2/drivers/net/ethernet/myricom/myri10ge/
A Dmyri10ge.c381 char buf_bytes[sizeof(*buf) + 8]; in myri10ge_send_cmd() local
388 buf = (struct mcp_cmd *)ALIGN((unsigned long)buf_bytes, 8); in myri10ge_send_cmd()

Completed in 38 milliseconds