Home
last modified time | relevance | path

Searched defs:fir (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/echo/
Dfir.h91 static inline const int16_t *fir16_create(struct fir16_state_t *fir, in fir16_create()
105 static inline void fir16_flush(struct fir16_state_t *fir) in fir16_flush()
114 static inline void fir16_free(struct fir16_state_t *fir) in fir16_free()
146 static inline int16_t fir16(struct fir16_state_t *fir, int16_t sample) in fir16()
175 static inline const int16_t *fir32_create(struct fir32_state_t *fir, in fir32_create()
185 static inline void fir32_flush(struct fir32_state_t *fir) in fir32_flush()
190 static inline void fir32_free(struct fir32_state_t *fir) in fir32_free()
195 static inline int16_t fir32(struct fir32_state_t *fir, int16_t sample) in fir32()
/drivers/edac/
Dcell_edac.c78 u64 fir, addreg, clear = 0; in cell_edac_check() local
/drivers/net/irda/
Ddonauboe.c748 toshoboe_maketestpacket (unsigned char *buf, int badcrc, int fir) in toshoboe_maketestpacket()
841 int fir = (j > 1); in toshoboe_probe() local