Searched refs:ptt (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h35 int ptt; member in struct:hdlcdrv_old_channel_state
41 int ptt; member in struct:hdlcdrv_channel_state
227 unsigned char ptt; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
330 s->hdlctx.ptt = 0;
354 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c132 unsigned char ptt; member in struct:baycom_state::modem_state
305 if (bc->modem.ptt)
321 if (bc->modem.ptt && txcount) {
326 bc->modem.ptt = 0;
335 if (!bc->modem.ptt && txcount) {
340 bc->modem.ptt = 1;
H A Dhdlcdrv.c360 s->hdlctx.ptt = 1;
368 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb)
462 s->hdlctx.ptt = 0;
557 bi.data.cs.ptt = hdlcdrv_ptt(s);
567 bi.data.ocs.ptt = hdlcdrv_ptt(s);
649 s->hdlctx.ptt = 0;
H A Dbaycom_epp.c1053 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT);
1063 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT);

Completed in 62 milliseconds