oslec_state       106 drivers/misc/echo/echo.c static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift)
oslec_state       143 drivers/misc/echo/echo.c struct oslec_state *oslec_create(int len, int adaption_mode)
oslec_state       145 drivers/misc/echo/echo.c 	struct oslec_state *ec;
oslec_state       209 drivers/misc/echo/echo.c void oslec_free(struct oslec_state *ec)
oslec_state       222 drivers/misc/echo/echo.c void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode)
oslec_state       228 drivers/misc/echo/echo.c void oslec_flush(struct oslec_state *ec)
oslec_state       254 drivers/misc/echo/echo.c void oslec_snapshot(struct oslec_state *ec)
oslec_state       262 drivers/misc/echo/echo.c int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
oslec_state       554 drivers/misc/echo/echo.c int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx)
oslec_state        31 drivers/misc/echo/oslec.h struct oslec_state;
oslec_state        39 drivers/misc/echo/oslec.h struct oslec_state *oslec_create(int len, int adaption_mode);
oslec_state        45 drivers/misc/echo/oslec.h void oslec_free(struct oslec_state *ec);
oslec_state        51 drivers/misc/echo/oslec.h void oslec_flush(struct oslec_state *ec);
oslec_state        58 drivers/misc/echo/oslec.h void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode);
oslec_state        60 drivers/misc/echo/oslec.h void oslec_snapshot(struct oslec_state *ec);
oslec_state        70 drivers/misc/echo/oslec.h int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
oslec_state        79 drivers/misc/echo/oslec.h int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);