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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dhdlcdrv.h35 int ptt; member in struct:hdlcdrv_old_channel_state
41 int ptt; member in struct:hdlcdrv_channel_state
226 unsigned char ptt; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
329 s->hdlctx.ptt = 0;
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dhdlcdrv.h35 int ptt; member in struct:hdlcdrv_old_channel_state
41 int ptt; member in struct:hdlcdrv_channel_state
226 unsigned char ptt; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
329 s->hdlctx.ptt = 0;
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c130 unsigned char ptt; member in struct:baycom_state::modem_state
303 if (bc->modem.ptt)
319 if (bc->modem.ptt && txcount) {
324 bc->modem.ptt = 0;
333 if (!bc->modem.ptt && txcount) {
338 bc->modem.ptt = 1;
H A Dhdlcdrv.c419 s->hdlctx.ptt = 1;
437 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb)
554 s->hdlctx.ptt = 0;
654 bi.data.cs.ptt = hdlcdrv_ptt(s);
664 bi.data.ocs.ptt = hdlcdrv_ptt(s);
756 s->hdlctx.ptt = 0;
H A Dbaycom_epp.c1262 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT);
1272 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dsm.c267 int ptt = /*hdlcdrv_ptt(&sm->hdrv)*/(sm->dma.ptt_cnt > 0) ^ invert_ptt; local
271 outb(dcd | (ptt << 1), UART_MCR(sm->hdrv.ptt_out.seriobase));
272 outb(0x40 & (-ptt), UART_LCR(sm->hdrv.ptt_out.seriobase));
275 parport_write_data(sm->pardev->port, ptt | (dcd << 1));
292 request_region(sm->hdrv.ptt_out.seriobase, SER_EXTENT, "sm ser ptt");
329 "sm midi ptt");
333 printk(KERN_INFO "%s: ptt output:", sm_drvname);
351 sm->hdrv.hdlctx.ptt = sm->hdrv.hdlctx.calibrate = 0;

Completed in 118 milliseconds