Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/echo/
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()
98 fir->history[fir->curr_pos] = sample; in fir16()
100 offset2 = fir->curr_pos; in fir16()
107 if (fir->curr_pos <= 0) in fir16()
108 fir->curr_pos = fir->taps; in fir16()
109 fir->curr_pos--; in fir16()
117 fir->curr_pos = taps - 1; in fir32_create()
[all …]
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()
Decho.h124 int curr_pos; member
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-sst-cldma.c189 const void *curr_pos, bool intr_enable, bool trigger) in skl_cldma_fill_buffer() argument
205 curr_pos, size_b); in skl_cldma_fill_buffer()
207 curr_pos += size_b; in skl_cldma_fill_buffer()
212 curr_pos, size); in skl_cldma_fill_buffer()
253 const void *curr_pos = bin; in skl_cldma_copy_to_buf() local
271 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start); in skl_cldma_copy_to_buf()
296 curr_pos, false, start); in skl_cldma_copy_to_buf()
299 curr_pos = curr_pos + size; in skl_cldma_copy_to_buf()
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-v5.10/drivers/gpu/vga/
Dvgaarb.c1078 char kbuf[64], *curr_pos; in vga_arb_write() local
1088 curr_pos = kbuf; in vga_arb_write()
1091 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write()
1092 curr_pos += 5; in vga_arb_write()
1097 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write()
1127 } else if (strncmp(curr_pos, "unlock ", 7) == 0) { in vga_arb_write()
1128 curr_pos += 7; in vga_arb_write()
1133 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write()
1137 (curr_pos, remaining, &io_state)) { in vga_arb_write()
1183 } else if (strncmp(curr_pos, "trylock ", 8) == 0) { in vga_arb_write()
[all …]
/Linux-v5.10/sound/soc/sof/intel/
Dhda-compress.c32 hdac_stream(stream)->curr_pos = 0; in hda_probe_compr_assign()
110 tstamp->copied_total = hdac_stream(stream)->curr_pos; in hda_probe_compr_pointer()
Dhda-stream.c650 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos); in hda_dsp_set_bytes_transferred()
658 hstream->curr_pos += num_bytes; in hda_dsp_set_bytes_transferred()
/Linux-v5.10/include/sound/
Dhdaudio.h534 u64 curr_pos; member