Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm_fsk9600.c135 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_9600_4_u8()
183 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_9600_4_s16()
281 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_9600_5_u8()
329 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_9600_5_s16()
Dsm_psk4800.c257 hdlcdrv_channelbit(&sm->hdrv, st->descram & 4); in demod_psk48_baseband()
258 hdlcdrv_channelbit(&sm->hdrv, st->descram & 2); in demod_psk48_baseband()
259 hdlcdrv_channelbit(&sm->hdrv, st->descram & 1); in demod_psk48_baseband()
285 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demod_psk48_baseband()
Dsm_hapn4800.c278 hdlcdrv_channelbit(&sm->hdrv, cursync); in demodulator_hapn4800_10_u8()
343 hdlcdrv_channelbit(&sm->hdrv, cursync); in demodulator_hapn4800_10_s16()
408 hdlcdrv_channelbit(&sm->hdrv, cursync); in demodulator_hapn4800_8_u8()
473 hdlcdrv_channelbit(&sm->hdrv, cursync); in demodulator_hapn4800_8_s16()
Dsm_afsk1200.c174 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_1200_u8()
223 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_1200_s16()
Dsm_afsk2400_7.c196 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_u8()
247 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_s16()
Dsm_afsk2400_8.c196 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_u8()
247 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_s16()
Dsm_afsk2666.c269 hdlcdrv_channelbit(&sm->hdrv, curbit); in demod_one_sample()
/linux-2.4.37.9/include/linux/
Dhdlcdrv.h339 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit() function
/linux-2.4.37.9/drivers/net/hamradio/
Dbaycom_ser_hdx.c224 hdlcdrv_channelbit(&bc->hdrv, cur_s); in ser12_rx()