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

/linux-master/sound/soc/sh/
H A Dsiu_pcm.c26 #define GET_MAX_PERIODS(buf_bytes, period_bytes) \
27 ((buf_bytes) / (period_bytes))
87 GET_MAX_PERIODS(siu_stream->buf_bytes,
94 siu_stream->buf_bytes, siu_stream->cookie);
373 siu_stream->buf_bytes = snd_pcm_lib_buffer_bytes(ss);
380 if (siu_stream->buf_bytes % siu_stream->period_bytes) {
382 __func__, siu_stream->buf_bytes,
394 dev_dbg(dev, "port=%d buf=%lx buf_bytes=%d period_bytes=%d "
396 (unsigned long)rt->dma_addr, siu_stream->buf_bytes,
474 siu_read32(base + SIU_SBFSTS), ptr, siu_stream->buf_bytes,
[all...]
H A Dsiu.h102 size_t buf_bytes; member in struct:siu_stream
/linux-master/arch/s390/crypto/
H A Daes_s390.c67 unsigned int buf_bytes; member in struct:gcm_sg_walk
712 if (gw->buf_bytes && gw->buf_bytes >= minbytesneeded) {
714 gw->nbytes = gw->buf_bytes;
730 if (!gw->buf_bytes && gw->walk_bytes >= minbytesneeded) {
737 n = min(gw->walk_bytes, AES_BLOCK_SIZE - gw->buf_bytes);
738 memcpy(gw->buf + gw->buf_bytes, gw->walk_ptr, n);
739 gw->buf_bytes += n;
741 if (gw->buf_bytes >= minbytesneeded) {
743 gw->nbytes = gw->buf_bytes;
[all...]
/linux-master/sound/firewire/fireworks/
H A Dfireworks_command.c109 unsigned int buf_bytes, cmd_bytes; local
113 buf_bytes = sizeof(struct snd_efw_transaction) +
117 buf = kzalloc(buf_bytes, GFP_KERNEL);
145 buf, buf_bytes);
/linux-master/sound/pci/cs5535audio/
H A Dcs5535audio_pcm.c239 dma->buf_bytes = params_buffer_bytes(hw_params);
325 if (curdma >= dma->buf_bytes) {
326 dev_err(cs5535au->card->dev, "diff=%x >= %x buf_bytes.\n",
327 curdma, dma->buf_bytes);
H A Dcs5535audio.h79 unsigned int buf_addr, buf_bytes; member in struct:cs5535audio_dma
/linux-master/drivers/mmc/core/
H A Dblock.c402 u64 buf_bytes; member in struct:mmc_blk_ioc_data
427 idata->buf_bytes = (u64) idata->ic.blksz * idata->ic.blocks;
428 if (idata->buf_bytes > MMC_IOC_MAX_BYTES) {
433 if (!idata->buf_bytes) {
439 idata->ic.data_ptr, idata->buf_bytes);
464 idata->buf, idata->buf_bytes))
512 if (idata->buf_bytes) {
518 sg_init_one(data.sg, idata->buf, idata->buf_bytes);
/linux-master/sound/pci/
H A Datiixp_modem.c209 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member in struct:atiixp_dma
606 if (curptr >= dma->buf_bytes)
784 dma->buf_bytes = params_buffer_bytes(hw_params);
H A Datiixp.c233 unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */ member in struct:atiixp_dma
657 if (curptr >= dma->buf_bytes)
953 dma->buf_bytes = params_buffer_bytes(hw_params);
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c382 char buf_bytes[sizeof(*buf) + 8]; local
389 buf = (struct mcp_cmd *)ALIGN((unsigned long)buf_bytes, 8);

Completed in 237 milliseconds