| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | winbond-cir.c | 208 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 D | z8530drv.rst | 294 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 D | dbus.c | 94 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 D | dhd.h | 1264 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_common.c | 1559 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus.c | 93 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 D | dhd.h | 689 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_common.c | 686 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| H A D | dhd_sdio.c | 3006 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 98 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 D | dhd.h | 1266 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_common.c | 1559 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 520 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 D | dhd.h | 959 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_linux.c | 3881 if ((state == ON) && (dhdp->txoff == FALSE)) { 3887 if ((state == OFF) && (dhdp->txoff == TRUE)) { 3926 dhdp->txoff = state; 8509 dhd->pub.txoff = FALSE;
|
| H A D | dhd_common.c | 872 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| H A D | dhd_sdio.c | 2706 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 959 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_linux.c | 3881 if ((state == ON) && (dhdp->txoff == FALSE)) { 3887 if ((state == OFF) && (dhdp->txoff == TRUE)) { 3926 dhdp->txoff = state; 8509 dhd->pub.txoff = FALSE;
|
| H A D | dhd_common.c | 872 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| H A D | dhd_sdio.c | 2702 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 961 bool txoff; /* Transmit flow-controlled */ member
|
| H A D | dhd_linux.c | 3892 if ((state == ON) && (dhdp->txoff == FALSE)) { 3898 if ((state == OFF) && (dhdp->txoff == TRUE)) { 3937 dhdp->txoff = state; 8481 dhd->pub.txoff = FALSE;
|
| H A D | dhd_common.c | 871 dhdp->up, dhdp->txoff, dhdp->busstate); in dhd_dump()
|
| H A D | dhd_sdio.c | 2763 if (!wlfc_enabled && dhd_doflow && dhd->txoff) { in dhdsdio_sendfromq()
|