Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/echo/
Dfir.h53 struct fir32_state_t { struct
113 static inline const int16_t *fir32_create(struct fir32_state_t *fir, in fir32_create()
123 static inline void fir32_flush(struct fir32_state_t *fir) in fir32_flush()
128 static inline void fir32_free(struct fir32_state_t *fir) in fir32_free()
133 static inline int16_t fir32(struct fir32_state_t *fir, int16_t sample) in fir32()