Home
last modified time | relevance | path

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

/linux/drivers/misc/echo/
A Doslec.h31 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);
A Decho.c106 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) in lms_adapt_bg()
143 struct oslec_state *oslec_create(int len, int adaption_mode) in oslec_create()
145 struct oslec_state *ec; in oslec_create()
209 void oslec_free(struct oslec_state *ec) in oslec_free()
222 void oslec_adaption_mode(struct oslec_state *ec, int adaption_mode) in oslec_adaption_mode()
228 void oslec_flush(struct oslec_state *ec) in oslec_flush()
254 void oslec_snapshot(struct oslec_state *ec) in oslec_snapshot()
262 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
554 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()
A Decho.h117 struct oslec_state { struct

Completed in 5 milliseconds