Home
last modified time | relevance | path

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

/linux-4.19.296/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.c118 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg()
155 struct oslec_state *oslec_create(int len, int adaption_mode) in oslec_create()
157 struct oslec_state *ec; in oslec_create()
221 void oslec_free(struct oslec_state *ec) in oslec_free()
234 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode) in oslec_adaption_mode()
240 void oslec_flush(struct oslec_state *ec) in oslec_flush()
266 void oslec_snapshot(struct oslec_state *ec) in oslec_snapshot()
274 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
566 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()
Decho.h129 struct oslec_state { struct