Lines Matching defs:bytes
44 size_t fifo_size; /* fifo size in bytes */
70 unsigned long pos, unsigned long bytes);
73 unsigned long bytes);
75 unsigned long pos, void *buf, unsigned long bytes);
669 * bytes_to_samples - Unit conversion of the size from bytes to samples
671 * @size: size in bytes
679 * bytes_to_frames - Unit conversion of the size from bytes to frames
681 * @size: size in bytes
689 * samples_to_bytes - Unit conversion of the size from samples to bytes
699 * frames_to_bytes - Unit conversion of the size from frames to bytes
711 * @bytes: size in bytes
713 static inline int frame_aligned(struct snd_pcm_runtime *runtime, ssize_t bytes)
715 return bytes % runtime->byte_align == 0;
719 * snd_pcm_lib_buffer_bytes - Get the buffer size of the current PCM in bytes
729 * snd_pcm_lib_period_bytes - Get the period size of the current PCM in bytes
962 * params_buffer_bytes - Get the buffer size (in bytes) from the hw params
1163 runtime->dma_bytes = bufp->bytes;
1222 * @size: the requested buffer size, in bytes
1241 * @size: the requested buffer size, in bytes