Searched refs:oslec_state (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/misc/echo/
H A Doslec.h27 * oslec_state: G.168 echo canceller descriptor.
31 struct oslec_state;
39 struct oslec_state *oslec_create(int len, int adaption_mode);
45 void oslec_free(struct oslec_state *ec);
51 void oslec_flush(struct oslec_state *ec);
58 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode);
60 void oslec_snapshot(struct oslec_state *ec);
70 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
79 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
H A Decho.h117 struct oslec_state { struct
H A Decho.c106 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift)
143 struct oslec_state *oslec_create(int len, int adaption_mode)
145 struct oslec_state *ec;
209 void oslec_free(struct oslec_state *ec)
222 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode)
228 void oslec_flush(struct oslec_state *ec)
254 void oslec_snapshot(struct oslec_state *ec)
262 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
554 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx)

Completed in 102 milliseconds