fir_taps16 127 drivers/misc/echo/echo.c ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); fir_taps16 131 drivers/misc/echo/echo.c ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); fir_taps16 157 drivers/misc/echo/echo.c ec->fir_taps16[0] = fir_taps16 159 drivers/misc/echo/echo.c if (!ec->fir_taps16[0]) fir_taps16 162 drivers/misc/echo/echo.c ec->fir_taps16[1] = fir_taps16 164 drivers/misc/echo/echo.c if (!ec->fir_taps16[1]) fir_taps16 167 drivers/misc/echo/echo.c history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); fir_taps16 170 drivers/misc/echo/echo.c history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); fir_taps16 200 drivers/misc/echo/echo.c kfree(ec->fir_taps16[1]); fir_taps16 202 drivers/misc/echo/echo.c kfree(ec->fir_taps16[0]); fir_taps16 216 drivers/misc/echo/echo.c kfree(ec->fir_taps16[i]); fir_taps16 247 drivers/misc/echo/echo.c memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); fir_taps16 256 drivers/misc/echo/echo.c memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); fir_taps16 351 drivers/misc/echo/echo.c ec->fir_state.coeffs = ec->fir_taps16[0]; fir_taps16 442 drivers/misc/echo/echo.c memcpy(ec->fir_taps16[0], ec->fir_taps16[1], fir_taps16 152 drivers/misc/echo/echo.h int16_t *fir_taps16[2];