Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dwinbond-cir.c208 u32 txoff; member
409 for (used = 0; used < space && data->txoff != data->txlen; used++) { in wbcir_irq_tx()
410 if (data->txbuf[data->txoff] == 0) { in wbcir_irq_tx()
411 data->txoff++; in wbcir_irq_tx()
414 byte = min((u32)0x80, data->txbuf[data->txoff]); in wbcir_irq_tx()
415 data->txbuf[data->txoff] -= byte; in wbcir_irq_tx()
417 byte |= (data->txoff % 2 ? 0x80 : 0x00); /* pulse/space */ in wbcir_irq_tx()
421 while (data->txoff != data->txlen && data->txbuf[data->txoff] == 0) in wbcir_irq_tx()
422 data->txoff++; in wbcir_irq_tx()
433 } else if (data->txoff == data->txlen) { in wbcir_irq_tx()
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst294 txoff off
390 txoff : off
457 txoff off
572 txoff:
576 Example: sccparam /dev/scc2 txoff on
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus.c94 bool txoff; member
235 if (dhd_bus->txoff == on) in dbus_flowctrl_tx()
238 dhd_bus->txoff = on; in dbus_flowctrl_tx()
1104 dhd_bus->txoff && !dhd_bus->txoverride) { in dbus_if_send_irb_complete()
2605 if (bus->txoff) { in dhd_bus_txdata()
H A Ddhd.h1264 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_common.c1559 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus.c93 bool txoff; member
234 if (dhd_bus->txoff == on) in dbus_flowctrl_tx()
237 dhd_bus->txoff = on; in dbus_flowctrl_tx()
1094 dhd_bus->txoff && !dhd_bus->txoverride) { in dbus_if_send_irb_complete()
2581 if (bus->txoff) { in dhd_bus_txdata()
H A Ddhd.h689 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_common.c686 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
H A Ddhd_sdio.c3006 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus.c98 bool txoff; member
234 if (dhd_bus->txoff == on) in dbus_flowctrl_tx()
237 dhd_bus->txoff = on; in dbus_flowctrl_tx()
1104 dhd_bus->txoff && !dhd_bus->txoverride) { in dbus_if_send_irb_complete()
2592 if (bus->txoff) { in dhd_bus_txdata()
H A Ddhd.h1266 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_common.c1559 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c520 bool txoff; /* Transmit flow-controlled */ member
2376 bus->txoff && (pktq_len(&bus->txq) < TXLOW)) { in brcmf_sdio_sendfromq()
2377 bus->txoff = false; in brcmf_sdio_sendfromq()
2827 bus->txoff = true; in brcmf_sdio_bus_txdata()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd.h959 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_linux.c3881 if ((state == ON) && (dhdp->txoff == FALSE)) {
3887 if ((state == OFF) && (dhdp->txoff == TRUE)) {
3926 dhdp->txoff = state;
8509 dhd->pub.txoff = FALSE;
H A Ddhd_common.c872 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
H A Ddhd_sdio.c2706 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd.h959 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_linux.c3881 if ((state == ON) && (dhdp->txoff == FALSE)) {
3887 if ((state == OFF) && (dhdp->txoff == TRUE)) {
3926 dhdp->txoff = state;
8509 dhd->pub.txoff = FALSE;
H A Ddhd_common.c872 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
H A Ddhd_sdio.c2702 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd.h961 bool txoff; /* Transmit flow-controlled */ member
H A Ddhd_linux.c3892 if ((state == ON) && (dhdp->txoff == FALSE)) {
3898 if ((state == OFF) && (dhdp->txoff == TRUE)) {
3937 dhdp->txoff = state;
8481 dhd->pub.txoff = FALSE;
H A Ddhd_common.c871 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
H A Ddhd_sdio.c2763 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()

12