Home
last modified time | relevance | path

Searched refs:tx_active (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/sound/soc/xtensa/
Dxtfpga-i2s.c162 bool tx_active; in xtfpga_pcm_push_tx() local
166 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx()
167 if (tx_active) { in xtfpga_pcm_push_tx()
176 return tx_active; in xtfpga_pcm_push_tx()
188 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local
192 if (tx_active) in xtfpga_pcm_refill_fifo()
196 if (!tx_active || in xtfpga_pcm_refill_fifo()
/Linux-v4.19/drivers/net/can/mscan/
Dmscan.c70 if (priv->tx_active) { in mscan_set_mode()
72 out_8(&regs->cantarq, priv->tx_active); in mscan_set_mode()
149 priv->tx_active = 0; in mscan_start()
210 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit()
286 priv->tx_active |= 1 << buf_id; in mscan_start_xmit()
287 out_8(&regs->cantier, priv->tx_active); in mscan_start_xmit()
463 priv->tx_active &= ~mask; in mscan_isr()
478 out_8(&regs->cantier, priv->tx_active); in mscan_isr()
Dmscan.h292 u8 tx_active; member
/Linux-v4.19/drivers/net/ethernet/apple/
Dmace.c60 unsigned char tx_active; member
486 mp->tx_active = 0; in mace_open()
567 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
571 ++mp->tx_active; in mace_xmit_start()
768 --mp->tx_active; in mace_interrupt()
782 i += mp->tx_active; in mace_interrupt()
785 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
791 ++mp->tx_active; in mace_interrupt()
794 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
815 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
[all …]
/Linux-v4.19/drivers/char/pcmcia/
Dsynclink_cs.c193 bool tx_active; member
963 if (!info->tx_active) in tx_done()
966 info->tx_active = false; in tx_done()
1007 if (!info->tx_active) in tx_ready()
1015 info->tx_active = false; in tx_ready()
1503 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1539 if (!info->tx_active) in mgslpc_flush_chars()
1574 if (info->tx_active) in mgslpc_write()
1601 if (!info->tx_active) in mgslpc_write()
1624 if (info->tx_active) in mgslpc_write_room()
[all …]
/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c114 bool tx_active; member
429 retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_receive()
463 if (!dev->tx_active) in pi433_receive()
661 device->tx_active = true; in pi433_tx_thread()
770 device->tx_active = false; in pi433_tx_thread()
1167 device->tx_active = false; in pi433_probe()
/Linux-v4.19/drivers/net/can/c_can/
Dc_can.h200 atomic_t tx_active; member
Dc_can.c471 idx = fls(atomic_read(&priv->tx_active)); in c_can_start_xmit()
487 atomic_add((1 << idx), &priv->tx_active); in c_can_start_xmit()
607 atomic_set(&priv->tx_active, 0); in c_can_chip_config()
722 atomic_sub(clr, &priv->tx_active); in c_can_do_tx()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c214 bool tx_active; member
930 if (info->tx_active) in write()
974 if (!info->tx_active) in write()
1008 !info->tx_active ) { in put_char()
1086 while (info->tx_active) { in wait_until_sent()
1098 while ( info->tx_active && info->tx_enabled) { in wait_until_sent()
1124 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1162 if (!info->tx_active) { in flush_chars()
1404 info->tx_active,info->bh_requested,info->bh_running, in line_info()
1606 if (!info->tx_active) in hdlcdev_xmit()
[all …]
Dsynclink.c247 bool tx_active; member
1133 if ( !info->tx_active && info->loopmode_send_done_requested ) in mgsl_bh_transmit()
1242 info->tx_active = false; in mgsl_isr_transmit_status()
1415 info->tx_active = false; in mgsl_isr_transmit_data()
2019 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) { in mgsl_put_char()
2062 if (!info->tx_active) { in mgsl_flush_chars()
2110 if (info->tx_active) { in mgsl_write()
2194 if (!info->tx_active) in mgsl_write()
2232 if ( info->tx_active ) in mgsl_write_room()
2267 if ( info->tx_active ) in mgsl_chars_in_buffer()
[all …]
Dsynclink_gt.c311 bool tx_active; member
916 while (info->tx_active) { in wait_until_sent()
934 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1299 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2144 if (info->tx_active) in isr_serial()
2282 if (info->tx_active) { in isr_txeom()
2295 info->tx_active = false; in isr_txeom()
4050 info->tx_active = true; in tx_start()
4074 info->tx_active = false; in tx_stop()
4859 if (info->tx_active) in tbuf_bytes()
[all …]
/Linux-v4.19/include/rdma/
Dopa_port_info.h334 __be16 tx_active; member
/Linux-v4.19/drivers/net/wan/
Dz85230.h366 unsigned char tx_active; /* character is being xmitted */ member
/Linux-v4.19/sound/soc/samsung/
Di2s.c121 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function
149 return tx_active(other); in other_tx_active()
155 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
194 return tx_active(i2s) || rx_active(i2s); in this_active()
/Linux-v4.19/drivers/usb/serial/
Dio_ti.c525 static int tx_active(struct edgeport_port *port) in tx_active() function
2130 ret = tx_active(edge_port); in edge_tx_empty()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c853 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()