Home
last modified time | relevance | path

Searched refs:txoff (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/rc/
Dwinbond-cir.c222 u32 txoff; member
440 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
441 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
442 data->txoff++; in wbcir_irq_tx()
445 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
446 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
448 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
452 while (data->txbuf[data->txoff] == 0 && data->txoff != data->txlen) in wbcir_irq_tx()
453 data->txoff++; in wbcir_irq_tx()
464 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/linux-4.4.14/Documentation/networking/
Dz8530drv.txt277 txoff off
373 txoff : off
437 txoff : off
551 txoff:
555 Example: sccparam /dev/scc2 txoff on
/linux-4.4.14/drivers/isdn/hardware/avm/
Db1dma.c868 u32 txoff, txlen, rxoff, rxlen, csr; in b1dmactl_proc_show() local
925 txoff = (dma_addr_t)b1dma_readl(card, AMCC_TXPTR)-card->dma->sendbuf.dmaaddr; in b1dmactl_proc_show()
937 seq_printf(m, "%-16s %lu\n", "txoff", (unsigned long)txoff); in b1dmactl_proc_show()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c515 bool txoff; /* Transmit flow-controlled */ member
2419 bus->txoff && (pktq_len(&bus->txq) < TXLOW)) { in brcmf_sdio_sendfromq()
2420 bus->txoff = false; in brcmf_sdio_sendfromq()
2843 bus->txoff = true; in brcmf_sdio_bus_txdata()