Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm.h121 struct modem_rx_info { struct
122 const char *name;
123 unsigned int loc_storage;
124 int srate;
125 int bitrate;
126 unsigned int overlap;
127 unsigned int sperbit;
128 void (*demodulator_u8)(struct sm_state *, const unsigned char *, unsigned int);
129 void (*demodulator_s16)(struct sm_state *, const short *, unsigned int);
130 void (*init)(struct sm_state *);