Lines Matching refs:sm_state
64 static void modulator_hapn4800_10_u8(struct sm_state *sm, unsigned char *buf, unsigned int buflen) in modulator_hapn4800_10_u8()
87 static void modulator_hapn4800_10_s16(struct sm_state *sm, short *buf, unsigned int buflen) in modulator_hapn4800_10_s16()
110 static void modulator_hapn4800_8_u8(struct sm_state *sm, unsigned char *buf, unsigned int buflen) in modulator_hapn4800_8_u8()
132 static void modulator_hapn4800_8_s16(struct sm_state *sm, short *buf, unsigned int buflen) in modulator_hapn4800_8_s16()
154 static void modulator_hapn4800_pm10_u8(struct sm_state *sm, unsigned char *buf, unsigned int buflen) in modulator_hapn4800_pm10_u8()
177 static void modulator_hapn4800_pm10_s16(struct sm_state *sm, short *buf, unsigned int buflen) in modulator_hapn4800_pm10_s16()
200 static void modulator_hapn4800_pm8_u8(struct sm_state *sm, unsigned char *buf, unsigned int buflen) in modulator_hapn4800_pm8_u8()
222 static void modulator_hapn4800_pm8_s16(struct sm_state *sm, short *buf, unsigned int buflen) in modulator_hapn4800_pm8_s16()
244 static void demodulator_hapn4800_10_u8(struct sm_state *sm, const unsigned char *buf, unsigned int … in demodulator_hapn4800_10_u8()
309 static void demodulator_hapn4800_10_s16(struct sm_state *sm, const short *buf, unsigned int buflen) in demodulator_hapn4800_10_s16()
374 static void demodulator_hapn4800_8_u8(struct sm_state *sm, const unsigned char *buf, unsigned int b… in demodulator_hapn4800_8_u8()
439 static void demodulator_hapn4800_8_s16(struct sm_state *sm, const short *buf, unsigned int buflen) in demodulator_hapn4800_8_s16()
504 static void demod_init_hapn4800(struct sm_state *sm) in demod_init_hapn4800()