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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
329 s->hdlctx.ptt = 0;
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c133 unsigned char ptt; member in struct:baycom_state::modem_state
306 if (bc->modem.ptt)
322 if (bc->modem.ptt && txcount) {
327 bc->modem.ptt = 0;
336 if (!bc->modem.ptt && txcount) {
341 bc->modem.ptt = 1;
H A Dhdlcdrv.c360 s->hdlctx.ptt = 1;
368 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb)
450 s->hdlctx.ptt = 0;
545 bi.data.cs.ptt = hdlcdrv_ptt(s);
555 bi.data.ocs.ptt = hdlcdrv_ptt(s);
645 s->hdlctx.ptt = 0;
H A Dbaycom_epp.c1033 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT);
1043 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT);

Completed in 190 milliseconds