Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/echo/
Dfir.h65 struct fir32_state_t { struct
125 static inline const int16_t *fir32_create(struct fir32_state_t *fir, in fir32_create()
135 static inline void fir32_flush(struct fir32_state_t *fir) in fir32_flush()
140 static inline void fir32_free(struct fir32_state_t *fir) in fir32_free()
145 static inline int16_t fir32(struct fir32_state_t *fir, int16_t sample) in fir32()