Lines Matching refs:size_t
100 size_t buf_pos; // position in the DMA buffer
101 size_t period_pos; // period-relative position
102 size_t b_rw; // Bytes to write on every timer tick
103 size_t s_rw_ch; // Samples to write to one channel on every tick
106 size_t period_bytes; // bytes in a one period
108 size_t total_bytes; // Total bytes read/written
109 size_t chan_block; // Bytes in one channel buffer when non-interleaved
142 static inline void inc_buf_pos(struct pcmtst_buf_iter *v_iter, size_t by, size_t bytes)
155 static inline size_t buf_pos_n(struct pcmtst_buf_iter *v_iter, unsigned int channels,
166 static inline size_t ch_pos_i(size_t b_total, unsigned int channels, unsigned int b_sample)
173 size_t i;
198 size_t i;
240 size_t i;
256 size_t sample;
257 size_t pos_in_ch, pos_pattern;
286 size_t bytes_remain = runtime->dma_bytes - v_iter->buf_pos;
307 size_t in_cur_block = runtime->dma_bytes - v_iter->buf_pos;
649 static ssize_t pattern_write(struct file *file, const char __user *u_buff, size_t len, loff_t *off)
670 static ssize_t pattern_read(struct file *file, char __user *u_buff, size_t len, loff_t *off)
695 size_t i;
712 size_t i;