Home
last modified time | relevance | path

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

/linux-6.15/drivers/misc/echo/
H 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 …]
H 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()
H A Decho.h124 int curr_pos; member
/linux-6.15/drivers/pci/
H A Dvgaarb.c1164 char kbuf[64], *curr_pos; in vga_arb_write() local
1174 curr_pos = kbuf; in vga_arb_write()
1177 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write()
1178 curr_pos += 5; in vga_arb_write()
1214 curr_pos += 7; in vga_arb_write()
1219 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write()
1223 (curr_pos, remaining, &io_state)) { in vga_arb_write()
1270 curr_pos += 8; in vga_arb_write()
1314 curr_pos += 7; in vga_arb_write()
1318 if (!strncmp(curr_pos, "default", 7)) in vga_arb_write()
[all …]
/linux-6.15/sound/soc/sof/intel/
H A Dhda-loader-skl.c394 const void *curr_pos, in cl_skl_cldma_fill_buffer() argument
402 memcpy(dmab->area, curr_pos, size); in cl_skl_cldma_fill_buffer()
459 const void *curr_pos = bin; in cl_skl_cldma_copy_to_buf() local
469 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bufsize, curr_pos, true); in cl_skl_cldma_copy_to_buf()
479 curr_pos += bufsize; in cl_skl_cldma_copy_to_buf()
484 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bytes_left, curr_pos, false); in cl_skl_cldma_copy_to_buf()
H 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()
H A Dhda-stream.c772 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos); in hda_dsp_compr_bytes_transferred()
780 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()
/linux-6.15/sound/soc/intel/avs/
H A Dprobes.c76 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open()
222 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
H A Dcore.c236 div64_u64_rem(stream->curr_pos, buffer_size, &prev_pos); in hdac_stream_update_pos()
244 stream->curr_pos += num_bytes; in hdac_stream_update_pos()
/linux-6.15/include/sound/
H A Dhdaudio.h554 u64 curr_pos; member