Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/sh/
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()
408 siu_stream->buf_bytes = snd_pcm_lib_buffer_bytes(ss); in siu_pcm_prepare()
415 if (siu_stream->buf_bytes % siu_stream->period_bytes) { in siu_pcm_prepare()
417 __func__, siu_stream->buf_bytes, in siu_pcm_prepare()
431 (unsigned long)rt->dma_addr, siu_stream->buf_bytes, in siu_pcm_prepare()
506 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes, in siu_pcm_pointer_dma()
509 if (ptr >= siu_stream->buf_bytes) in siu_pcm_pointer_dma()
Dsiu.h102 size_t buf_bytes; member
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c66 unsigned int buf_bytes; member
842 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) { in gcm_sg_walk_go()
844 gw->nbytes = gw->buf_bytes; in gcm_sg_walk_go()
862 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) { in gcm_sg_walk_go()
869 n = min(gw->walk_bytes, AES_BLOCK_SIZE - gw->buf_bytes); in gcm_sg_walk_go()
870 memcpy(gw->buf + gw->buf_bytes, gw->walk_ptr, n); in gcm_sg_walk_go()
871 gw->buf_bytes += n; in gcm_sg_walk_go()
877 if (gw->buf_bytes >= minbytesneeded) { in gcm_sg_walk_go()
879 gw->nbytes = gw->buf_bytes; in gcm_sg_walk_go()
905 n = gw->buf_bytes - bytesdone; in gcm_sg_walk_done()
[all …]
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_command.c110 unsigned int buf_bytes, cmd_bytes; in efw_transaction() local
114 buf_bytes = sizeof(struct snd_efw_transaction) + in efw_transaction()
118 buf = kzalloc(buf_bytes, GFP_KERNEL); in efw_transaction()
146 buf, buf_bytes); in efw_transaction()
/Linux-v4.19/sound/pci/cs5535audio/
Dcs5535audio_pcm.c257 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_cs5535audio_hw_params()
343 if (curdma >= dma->buf_bytes) { in snd_cs5535audio_pcm_pointer()
345 curdma, dma->buf_bytes); in snd_cs5535audio_pcm_pointer()
Dcs5535audio.h79 unsigned int buf_addr, buf_bytes; member
/Linux-v4.19/drivers/mmc/core/
Dblock.c347 u64 buf_bytes; member
368 idata->buf_bytes = (u64) idata->ic.blksz * idata->ic.blocks; in mmc_blk_ioctl_copy_from_user()
369 if (idata->buf_bytes > MMC_IOC_MAX_BYTES) { in mmc_blk_ioctl_copy_from_user()
374 if (!idata->buf_bytes) { in mmc_blk_ioctl_copy_from_user()
380 idata->ic.data_ptr, idata->buf_bytes); in mmc_blk_ioctl_copy_from_user()
405 idata->buf, idata->buf_bytes)) in mmc_blk_ioctl_copy_to_user()
504 if (idata->buf_bytes) { in __mmc_blk_ioctl_cmd()
510 sg_init_one(data.sg, idata->buf, idata->buf_bytes); in __mmc_blk_ioctl_cmd()
/Linux-v4.19/sound/pci/
Datiixp_modem.c224 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member
623 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer()
804 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
Datiixp.c248 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member
674 if (curptr >= dma->buf_bytes) in snd_atiixp_pcm_pointer()
966 dma->buf_bytes = params_buffer_bytes(hw_params); in snd_atiixp_pcm_hw_params()
/Linux-v4.19/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c382 char buf_bytes[sizeof(*buf) + 8]; in myri10ge_send_cmd() local
389 buf = (struct mcp_cmd *)ALIGN((unsigned long)buf_bytes, 8); in myri10ge_send_cmd()