Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/echo/
Dfir.h63 int curr_pos; member
75 int curr_pos; member
86 int curr_pos; member
95 fir->curr_pos = taps - 1; in fir16_create()
150 fir->history[fir->curr_pos] = sample; in fir16()
151 fir->history[fir->curr_pos + fir->taps] = sample; in fir16()
152 y = dot_asm((int16_t *) fir->coeffs, &fir->history[fir->curr_pos], in fir16()
159 fir->history[fir->curr_pos] = sample; in fir16()
161 offset2 = fir->curr_pos; in fir16()
169 if (fir->curr_pos <= 0) in fir16()
[all …]
Decho.c136 offset2 = ec->curr_pos; in lms_adapt_bg()
206 offset2 = ec->curr_pos; in lms_adapt_bg()
240 ec->curr_pos = ec->taps - 1; in oslec_create()
329 ec->fir_state.curr_pos = ec->taps - 1; in oslec_flush()
330 ec->fir_state_bg.curr_pos = ec->taps - 1; in oslec_flush()
334 ec->curr_pos = ec->taps - 1; in oslec_flush()
419 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update()
420 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
604 if (ec->curr_pos <= 0) in oslec_update()
605 ec->curr_pos = ec->taps; in oslec_update()
[all …]
Decho.h136 int curr_pos; member
/linux-4.4.14/drivers/gpu/vga/
Dvgaarb.c919 char *kbuf, *curr_pos; in vga_arb_write() local
934 curr_pos = kbuf; in vga_arb_write()
937 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write()
938 curr_pos += 5; in vga_arb_write()
943 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write()
973 } else if (strncmp(curr_pos, "unlock ", 7) == 0) { in vga_arb_write()
974 curr_pos += 7; in vga_arb_write()
979 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write()
983 (curr_pos, remaining, &io_state)) { in vga_arb_write()
1029 } else if (strncmp(curr_pos, "trylock ", 8) == 0) { in vga_arb_write()
[all …]
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-cldma.c171 const void *curr_pos, bool intr_enable, bool trigger) in skl_cldma_fill_buffer() argument
179 curr_pos, size); in skl_cldma_fill_buffer()
215 const void *curr_pos = bin; in skl_cldma_copy_to_buf() local
233 skl_cldma_fill_buffer(ctx, size, curr_pos, true, start); in skl_cldma_copy_to_buf()
257 curr_pos, false, start); in skl_cldma_copy_to_buf()
260 curr_pos = curr_pos + size; in skl_cldma_copy_to_buf()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c270 u32 curr_pos; member
714 stream->last_pos = stream->curr_pos; in hsw_log_message()
716 hsw->dsp, &stream->curr_pos, sizeof(stream->curr_pos)); in hsw_log_message()