| /Linux-v5.4/sound/soc/xtensa/ |
| D | xtfpga-i2s.c | 159 bool tx_active; in xtfpga_pcm_push_tx() local 163 tx_active = tx_substream && snd_pcm_running(tx_substream); in xtfpga_pcm_push_tx() 164 if (tx_active) { in xtfpga_pcm_push_tx() 173 return tx_active; in xtfpga_pcm_push_tx() 185 bool tx_active = xtfpga_pcm_push_tx(i2s); in xtfpga_pcm_refill_fifo() local 189 if (tx_active) in xtfpga_pcm_refill_fifo() 193 if (!tx_active || in xtfpga_pcm_refill_fifo()
|
| /Linux-v5.4/drivers/net/can/mscan/ |
| D | mscan.c | 59 if (priv->tx_active) { in mscan_set_mode() 61 out_8(®s->cantarq, priv->tx_active); in mscan_set_mode() 138 priv->tx_active = 0; in mscan_start() 199 i = ~priv->tx_active & MSCAN_TXE; in mscan_start_xmit() 275 priv->tx_active |= 1 << buf_id; in mscan_start_xmit() 276 out_8(®s->cantier, priv->tx_active); in mscan_start_xmit() 452 priv->tx_active &= ~mask; in mscan_isr() 467 out_8(®s->cantier, priv->tx_active); in mscan_isr()
|
| D | mscan.h | 281 u8 tx_active; member
|
| /Linux-v5.4/drivers/net/ethernet/apple/ |
| D | mace.c | 61 unsigned char tx_active; member 487 mp->tx_active = 0; in mace_open() 568 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start() 572 ++mp->tx_active; in mace_xmit_start() 769 --mp->tx_active; in mace_interrupt() 783 i += mp->tx_active; in mace_interrupt() 786 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt() 792 ++mp->tx_active; in mace_interrupt() 795 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt() 816 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout() [all …]
|
| /Linux-v5.4/drivers/char/pcmcia/ |
| D | synclink_cs.c | 193 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-v5.4/drivers/staging/pi433/ |
| D | pi433_if.c | 104 bool tx_active; member 415 retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_receive() 449 if (!dev->tx_active) in pi433_receive() 647 device->tx_active = true; in pi433_tx_thread() 754 device->tx_active = false; in pi433_tx_thread() 1150 device->tx_active = false; in pi433_probe()
|
| /Linux-v5.4/drivers/net/can/c_can/ |
| D | c_can.h | 200 atomic_t tx_active; member
|
| D | c_can.c | 475 idx = fls(atomic_read(&priv->tx_active)); in c_can_start_xmit() 491 atomic_add((1 << idx), &priv->tx_active); in c_can_start_xmit() 636 atomic_set(&priv->tx_active, 0); in c_can_chip_config() 751 atomic_sub(clr, &priv->tx_active); in c_can_do_tx()
|
| /Linux-v5.4/drivers/tty/ |
| D | synclinkmp.c | 214 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() 1403 info->tx_active,info->bh_requested,info->bh_running, in line_info() 1605 if (!info->tx_active) in hdlcdev_xmit() [all …]
|
| D | synclink.c | 247 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 …]
|
| D | synclink_gt.c | 311 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() 1290 info->tx_active,info->bh_requested,info->bh_running, in line_info() 2135 if (info->tx_active) in isr_serial() 2273 if (info->tx_active) { in isr_txeom() 2286 info->tx_active = false; in isr_txeom() 4041 info->tx_active = true; in tx_start() 4065 info->tx_active = false; in tx_stop() 4850 if (info->tx_active) in tbuf_bytes() [all …]
|
| /Linux-v5.4/include/rdma/ |
| D | opa_port_info.h | 336 __be16 tx_active; member
|
| /Linux-v5.4/drivers/net/wan/ |
| D | z85230.h | 366 unsigned char tx_active; /* character is being xmitted */ member
|
| /Linux-v5.4/sound/soc/samsung/ |
| D | i2s.c | 137 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function 165 return tx_active(other); in other_tx_active() 171 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active() 210 return tx_active(i2s) || rx_active(i2s); in this_active()
|
| /Linux-v5.4/drivers/usb/serial/ |
| D | io_ti.c | 525 static int tx_active(struct edgeport_port *port) in tx_active() function 2130 ret = tx_active(edge_port); in edge_tx_empty()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | mad.c | 853 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()
|