Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/xtensa/
Dxtfpga-i2s.c159 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-6.1.9/drivers/net/can/mscan/
Dmscan.c59 if (priv->tx_active) { in mscan_set_mode()
61 out_8(&regs->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()
276 priv->tx_active |= 1 << buf_id; in mscan_start_xmit()
277 out_8(&regs->cantier, priv->tx_active); in mscan_start_xmit()
454 priv->tx_active &= ~mask; in mscan_isr()
469 out_8(&regs->cantier, priv->tx_active); in mscan_isr()
Dmscan.h281 u8 tx_active; member
/linux-6.1.9/drivers/net/ethernet/apple/
Dmace.c60 unsigned char tx_active; member
492 mp->tx_active = 0; in mace_open()
573 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
577 ++mp->tx_active; in mace_xmit_start()
774 --mp->tx_active; in mace_interrupt()
788 i += mp->tx_active; in mace_interrupt()
791 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
797 ++mp->tx_active; in mace_interrupt()
800 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
821 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
[all …]
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c193 bool tx_active; member
961 if (!info->tx_active) in tx_done()
964 info->tx_active = false; in tx_done()
1005 if (!info->tx_active) in tx_ready()
1013 info->tx_active = false; in tx_ready()
1497 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1533 if (!info->tx_active) in mgslpc_flush_chars()
1568 if (info->tx_active) in mgslpc_write()
1595 if (!info->tx_active) in mgslpc_write()
1618 if (info->tx_active) in mgslpc_write_room()
[all …]
/linux-6.1.9/drivers/staging/pi433/
Dpi433_if.c106 bool tx_active; member
418 retval = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_receive()
452 if (!dev->tx_active) in pi433_receive()
649 device->tx_active = true; in pi433_tx_thread()
756 device->tx_active = false; in pi433_tx_thread()
1117 ret = wait_event_interruptible(dev->rx_wait_queue, !dev->tx_active); in pi433_debugfs_regs_show()
1202 device->tx_active = false; in pi433_probe()
/linux-6.1.9/include/rdma/
Dopa_port_info.h301 __be16 tx_active; member
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c282 bool tx_active; member
854 while (info->tx_active) { in wait_until_sent()
872 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1228 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2070 if (info->tx_active) in isr_serial()
2208 if (info->tx_active) { in isr_txeom()
2221 info->tx_active = false; in isr_txeom()
3967 info->tx_active = true; in tx_start()
3991 info->tx_active = false; in tx_stop()
4776 if (info->tx_active) in tbuf_bytes()
[all …]
/linux-6.1.9/sound/soc/samsung/
Di2s.c137 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-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h105 u8 tx_active; member
/linux-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_hif_cldma.c613 unsigned int tx_active; in t7xx_cldma_qs_are_active() local
619 tx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_TX); in t7xx_cldma_qs_are_active()
622 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
/linux-6.1.9/drivers/usb/serial/
Dio_ti.c524 static int tx_active(struct edgeport_port *port) in tx_active() function
2115 ret = tx_active(edge_port); in edge_tx_empty()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmad.c811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()