Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/misc/echo/
A Dfir.h43 int curr_pos; member
55 int curr_pos; member
66 int curr_pos; member
75 fir->curr_pos = taps - 1; in fir16_create()
100 offset2 = fir->curr_pos; in fir16()
107 if (fir->curr_pos <= 0) in fir16()
109 fir->curr_pos--; in fir16()
117 fir->curr_pos = taps - 1; in fir32_create()
141 offset2 = fir->curr_pos; in fir32()
148 if (fir->curr_pos <= 0) in fir32()
[all …]
A Decho.c122 offset2 = ec->curr_pos; in lms_adapt_bg()
155 ec->curr_pos = ec->taps - 1; in oslec_create()
244 ec->fir_state.curr_pos = ec->taps - 1; in oslec_flush()
245 ec->fir_state_bg.curr_pos = ec->taps - 1; in oslec_flush()
249 ec->curr_pos = ec->taps - 1; in oslec_flush()
334 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update()
335 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
519 if (ec->curr_pos <= 0) in oslec_update()
520 ec->curr_pos = ec->taps; in oslec_update()
521 ec->curr_pos--; in oslec_update()
A Decho.h124 int curr_pos; member
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-sst-cldma.c194 const void *curr_pos, bool intr_enable, bool trigger) in skl_cldma_fill_buffer() argument
210 curr_pos, size_b); in skl_cldma_fill_buffer()
212 curr_pos += size_b; in skl_cldma_fill_buffer()
217 curr_pos, size); in skl_cldma_fill_buffer()
258 const void *curr_pos = bin; in skl_cldma_copy_to_buf() local
276 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start); in skl_cldma_copy_to_buf()
301 curr_pos, false, start); in skl_cldma_copy_to_buf()
304 curr_pos = curr_pos + size; in skl_cldma_copy_to_buf()
A Dskl-sst.c334 int ret, bytes_left, curr_pos; in skl_transfer_module() local
360 curr_pos = size - bytes_left; in skl_transfer_module()
367 data + curr_pos, in skl_transfer_module()
/linux-6.3-rc2/drivers/pci/
A Dvgaarb.c1171 char kbuf[64], *curr_pos; in vga_arb_write() local
1181 curr_pos = kbuf; in vga_arb_write()
1184 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write()
1185 curr_pos += 5; in vga_arb_write()
1221 curr_pos += 7; in vga_arb_write()
1226 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write()
1230 (curr_pos, remaining, &io_state)) { in vga_arb_write()
1277 curr_pos += 8; in vga_arb_write()
1321 curr_pos += 7; in vga_arb_write()
1325 if (!strncmp(curr_pos, "default", 7)) in vga_arb_write()
[all …]
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-loader-skl.c395 const void *curr_pos, in cl_skl_cldma_fill_buffer() argument
403 memcpy(dmab->area, curr_pos, size); in cl_skl_cldma_fill_buffer()
460 const void *curr_pos = bin; in cl_skl_cldma_copy_to_buf() local
470 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bufsize, curr_pos, true); in cl_skl_cldma_copy_to_buf()
480 curr_pos += bufsize; in cl_skl_cldma_copy_to_buf()
485 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bytes_left, curr_pos, false); in cl_skl_cldma_copy_to_buf()
A Dhda-probes.c39 hdac_stream(hext_stream)->curr_pos = 0; in hda_probes_compr_startup()
122 tstamp->copied_total = hdac_stream(hext_stream)->curr_pos; in hda_probes_compr_pointer()
A Dhda-stream.c719 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos); in hda_dsp_compr_bytes_transferred()
727 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()
/linux-6.3-rc2/sound/soc/intel/avs/
A Dprobes.c72 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open()
219 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
A Dcore.c233 div64_u64_rem(stream->curr_pos, buffer_size, &prev_pos); in hdac_stream_update_pos()
241 stream->curr_pos += num_bytes; in hdac_stream_update_pos()
/linux-6.3-rc2/include/sound/
A Dhdaudio.h549 u64 curr_pos; member

Completed in 26 milliseconds