Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/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()
452 priv->tx_active &= ~mask; in mscan_isr()
467 out_8(&regs->cantier, priv->tx_active); in mscan_isr()
Dmscan.h281 u8 tx_active; member
/Linux-v5.15/drivers/net/ethernet/apple/
Dmace.c61 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.15/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()
1495 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1531 if (!info->tx_active) in mgslpc_flush_chars()
1566 if (info->tx_active) in mgslpc_write()
1593 if (!info->tx_active) in mgslpc_write()
1616 if (info->tx_active) in mgslpc_write_room()
[all …]
/Linux-v5.15/drivers/staging/pi433/
Dpi433_if.c104 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()
1140 device->tx_active = false; in pi433_probe()
/Linux-v5.15/include/rdma/
Dopa_port_info.h301 __be16 tx_active; member
/Linux-v5.15/drivers/tty/
Dsynclink_gt.c285 bool tx_active; member
860 while (info->tx_active) { in wait_until_sent()
878 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1234 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2074 if (info->tx_active) in isr_serial()
2212 if (info->tx_active) { in isr_txeom()
2225 info->tx_active = false; in isr_txeom()
3972 info->tx_active = true; in tx_start()
3996 info->tx_active = false; in tx_stop()
4781 if (info->tx_active) in tbuf_bytes()
[all …]
/Linux-v5.15/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-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.h151 u8 tx_active; member
/Linux-v5.15/drivers/usb/serial/
Dio_ti.c521 static int tx_active(struct edgeport_port *port) in tx_active() function
2112 ret = tx_active(edge_port); in edge_tx_empty()
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dmad.c811 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()