Home
last modified time | relevance | path

Searched refs:fir_state (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/misc/echo/
Decho.c252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create()
283 fir16_free(&ec->fir_state); in oslec_create()
298 fir16_free(&ec->fir_state); in oslec_free()
327 fir16_flush(&ec->fir_state); in oslec_flush()
329 ec->fir_state.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()
436 ec->fir_state.coeffs = ec->fir_taps16[0]; in oslec_update()
437 echo_value = fir16(&ec->fir_state, tx); in oslec_update()
Decho.h162 struct fir16_state_t fir_state; member