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

/linux-master/drivers/misc/echo/
H A Dfir.h43 int curr_pos; member in struct:fir16_state_t
55 int curr_pos; member in struct:fir32_state_t
66 int curr_pos; member in struct:fir_float_state_t
75 fir->curr_pos = taps - 1;
98 fir->history[fir->curr_pos] = sample;
100 offset2 = fir->curr_pos;
107 if (fir->curr_pos <= 0)
108 fir->curr_pos = fir->taps;
109 fir->curr_pos--;
117 fir->curr_pos
[all...]
H A Decho.h124 int curr_pos; member in struct:oslec_state
H A Decho.c122 offset2 = ec->curr_pos;
155 ec->curr_pos = ec->taps - 1;
244 ec->fir_state.curr_pos = ec->taps - 1;
245 ec->fir_state_bg.curr_pos = ec->taps - 1;
249 ec->curr_pos = ec->taps - 1;
334 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] *
335 (int)ec->fir_state.history[ec->fir_state.curr_pos];
519 if (ec->curr_pos <= 0)
520 ec->curr_pos = ec->taps;
521 ec->curr_pos
[all...]
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c194 const void *curr_pos, bool intr_enable, bool trigger)
210 curr_pos, size_b);
212 curr_pos += size_b;
217 curr_pos, size);
258 const void *curr_pos = bin; local
276 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start);
301 curr_pos, false, start);
304 curr_pos = curr_pos + size;
193 skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, const void *curr_pos, bool intr_enable, bool trigger) argument
H A Dskl-sst.c334 int ret, bytes_left, curr_pos; local
360 curr_pos = size - bytes_left;
367 data + curr_pos,
/linux-master/drivers/pci/
H A Dvgaarb.c1164 char kbuf[64], *curr_pos; local
1174 curr_pos = kbuf;
1177 if (strncmp(curr_pos, "lock ", 5) == 0) {
1178 curr_pos += 5;
1183 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
1213 } else if (strncmp(curr_pos, "unlock ", 7) == 0) {
1214 curr_pos += 7;
1219 if (strncmp(curr_pos, "all", 3) == 0)
1223 (curr_pos, remaining, &io_state)) {
1269 } else if (strncmp(curr_pos, "tryloc
[all...]
/linux-master/sound/soc/sof/intel/
H A Dhda-loader-skl.c394 const void *curr_pos,
402 memcpy(dmab->area, curr_pos, size);
459 const void *curr_pos = bin; local
469 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bufsize, curr_pos, true);
479 curr_pos += bufsize;
484 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bytes_left, curr_pos, false);
390 cl_skl_cldma_fill_buffer(struct snd_sof_dev *sdev, struct snd_dma_buffer *dmab, unsigned int bufsize, unsigned int copysize, const void *curr_pos, bool intr_enable) argument
H A Dhda-probes.c39 hdac_stream(hext_stream)->curr_pos = 0;
122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos;
H A Dhda-stream.c741 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos);
749 hstream->curr_pos += num_bytes;
/linux-master/sound/soc/intel/avs/
H A Dprobes.c72 hdac_stream(host_stream)->curr_pos = 0;
218 tstamp->copied_total = hdac_stream(host_stream)->curr_pos;
H A Dcore.c236 div64_u64_rem(stream->curr_pos, buffer_size, &prev_pos);
244 stream->curr_pos += num_bytes;
/linux-master/include/sound/
H A Dhdaudio.h553 u64 curr_pos; member in struct:hdac_stream

Completed in 323 milliseconds