Searched refs:hdlcdrv_channelbit (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | sm_fsk9600.c | 135 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()
|
D | sm_psk4800.c | 257 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()
|
D | sm_hapn4800.c | 278 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()
|
D | sm_afsk1200.c | 174 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_1200_u8() 223 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_1200_s16()
|
D | sm_afsk2400_7.c | 196 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_u8() 247 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_s16()
|
D | sm_afsk2400_8.c | 196 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_u8() 247 hdlcdrv_channelbit(&sm->hdrv, st->last_sample); in demodulator_2400_s16()
|
D | sm_afsk2666.c | 269 hdlcdrv_channelbit(&sm->hdrv, curbit); in demod_one_sample()
|
/linux-2.4.37.9/include/linux/ |
D | hdlcdrv.h | 339 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit() function
|
/linux-2.4.37.9/drivers/net/hamradio/ |
D | baycom_ser_hdx.c | 224 hdlcdrv_channelbit(&bc->hdrv, cur_s); in ser12_rx()
|