Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/echo/
Doslec.h44 struct oslec_state;
52 struct oslec_state *oslec_create(int len, int adaption_mode);
58 void oslec_free(struct oslec_state *ec);
64 void oslec_flush(struct oslec_state *ec);
71 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode);
73 void oslec_snapshot(struct oslec_state *ec);
83 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
92 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
Decho.c119 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg()
190 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg()
228 struct oslec_state *oslec_create(int len, int adaption_mode) in oslec_create()
230 struct oslec_state *ec; in oslec_create()
294 void oslec_free(struct oslec_state *ec) in oslec_free()
307 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode) in oslec_adaption_mode()
313 void oslec_flush(struct oslec_state *ec) in oslec_flush()
339 void oslec_snapshot(struct oslec_state *ec) in oslec_snapshot()
347 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
639 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()
Decho.h129 struct oslec_state { struct