Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dhdlcdrv.h35 int ptt; member
41 int ptt; member
/linux-4.1.27/include/linux/
Dhdlcdrv.h131 unsigned char ptt; member
233 s->hdlctx.ptt = 0; in hdlcdrv_getbits()
257 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
/linux-4.1.27/drivers/net/hamradio/
Dbaycom_ser_fdx.c134 unsigned char ptt; member
328 if (bc->modem.ptt) in ser12_interrupt()
344 if (bc->modem.ptt && txcount) { in ser12_interrupt()
349 bc->modem.ptt = 0; in ser12_interrupt()
358 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
363 bc->modem.ptt = 1; in ser12_interrupt()
Dhdlcdrv.c371 s->hdlctx.ptt = 1; in start_tx()
379 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
464 s->hdlctx.ptt = 0; in hdlcdrv_open()
559 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
569 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
661 s->hdlctx.ptt = 0; in hdlcdrv_setup()
Dbaycom_epp.c1055 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
1065 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
/linux-4.1.27/drivers/usb/host/
Dehci-sched.c117 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local
141 ptt = &tt_index[port]; in find_tt()
144 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
147 tt = *ptt; in find_tt()
164 *ptt = tt; in find_tt()
174 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local
183 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
190 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
193 tt = *ptt; in drop_tt()
198 *ptt = NULL; in drop_tt()