Searched refs:buffer_bytes (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm_oss.h54 size_t buffer_bytes; /* requested buffer size */ member in struct:snd_pcm_oss_runtime
H A Dvx_core.h80 int buffer_bytes; /* the ALSA pcm buffer size in bytes */ member in struct:vx_pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dst.c560 STbuffer->buffer_bytes -= STbuffer->writing;
645 offset = (STp->buffer)->buffer_bytes;
677 (STp->buffer)->buffer_bytes = 0;
691 (STp->buffer)->buffer_bytes = 0;
726 backspace = ((STp->buffer)->buffer_bytes +
730 (STp->buffer)->buffer_bytes = 0;
1061 (STp->buffer)->buffer_bytes = (STp->buffer)->read_pointer = 0;
1421 STbp->buffer_bytes = 0; /* can be used as transfer counter */
1592 STbp->buffer_bytes;
1611 STbp->buffer_bytes < STb
[all...]
H A Dst.h38 int buffer_bytes; member in struct:st_buffer
H A Dosst.c457 if (STbuffer->writing < STbuffer->buffer_bytes)
461 STbuffer->buffer_bytes -= STbuffer->writing;
551 STp->buffer->buffer_bytes = OS_FRAME_SIZE;
641 STp->buffer->buffer_bytes = blk_cnt * blk_sz;
1246 STp->buffer->buffer_bytes -= STp->buffer->read_pointer;
1252 STp->buffer->buffer_bytes, STp->buffer->read_pointer / STp->block_size,
1308 STp->ps[STp->partition].rw == ST_WRITING?STp->buffer->buffer_bytes:
1316 sector |= (STp->buffer->buffer_bytes >> OSST_SECTOR_SHIFT) & OSST_SECTOR_MASK;
1356 STp->buffer->buffer_bytes -= offset;
1361 STp->buffer->buffer_bytes
[all...]
H A Dosst.h511 int buffer_bytes; member in struct:osst_buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_ops.c373 if (offset + count > pipe->buffer_bytes) {
374 int length = pipe->buffer_bytes - offset;
414 if (offset + count > pipe->buffer_bytes) {
415 int length = pipe->buffer_bytes - offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dals300.c462 unsigned short buffer_bytes = snd_pcm_lib_buffer_bytes(substream); local
470 period_bytes, buffer_bytes);
481 runtime->dma_addr + buffer_bytes - 1);
493 unsigned short buffer_bytes = snd_pcm_lib_buffer_bytes(substream); local
501 buffer_bytes);
512 runtime->dma_addr + buffer_bytes - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx-pcm.c314 size_t buffer_bytes = params_buffer_bytes(params); local
322 DBG("%s: buffer_size 0x%x buffer_bytes 0x%x\n", __FUNCTION__, buffer_size, buffer_bytes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c263 if (offset + count > pipe->buffer_bytes) {
264 int length = pipe->buffer_bytes - offset;
300 if (offset + count > pipe->buffer_bytes) {
301 int length = pipe->buffer_bytes - offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c117 if (++offset >= pipe->buffer_bytes) {
122 if (++offset >= pipe->buffer_bytes) {
127 if (++offset >= pipe->buffer_bytes) {
920 pipe->buffer_bytes = frames_to_bytes(runtime, runtime->buffer_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_oss.c606 if (buffer_size == runtime->oss.buffer_bytes)
609 return runtime->oss.buffer_bytes * bytes / buffer_size;
612 u64 bsize = (u64)runtime->oss.buffer_bytes * (u64)bytes;
624 if (buffer_size == runtime->oss.buffer_bytes)
626 return bytes_to_frames(runtime, (buffer_size * bytes) / runtime->oss.buffer_bytes);
989 runtime->oss.buffer_bytes = oss_buffer_size;
993 runtime->oss.buffer_bytes);
2048 info.blocks = (runtime->oss.buffer_bytes - delay - fixup) / runtime->oss.period_bytes;

Completed in 210 milliseconds