Searched refs:ptt (Results 1 – 6 of 6) sorted by relevance
35 int ptt; member41 int ptt; member
131 unsigned char ptt; member233 s->hdlctx.ptt = 0; in hdlcdrv_getbits()257 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
134 unsigned char ptt; member328 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()
371 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()
1055 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()1065 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
117 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local141 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() local183 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()