Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/net/ethernet/apple/
Dmace.c60 unsigned char tx_active; member
487 mp->tx_active = 0; in mace_open()
570 if (!mp->tx_bad_runt && mp->tx_active < MAX_TX_ACTIVE) { in mace_xmit_start()
574 ++mp->tx_active; in mace_xmit_start()
771 --mp->tx_active; in mace_interrupt()
785 i += mp->tx_active; in mace_interrupt()
788 if (!mp->tx_bad_runt && i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE) { in mace_interrupt()
794 ++mp->tx_active; in mace_interrupt()
797 } while (i != mp->tx_fill && mp->tx_active < MAX_TX_ACTIVE); in mace_interrupt()
818 if (mp->tx_active == 0 && !mp->tx_bad_runt) in mace_tx_timeout()
[all …]
/linux-4.4.14/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()
1510 if (info->params.mode == MGSL_MODE_ASYNC || !info->tx_active) { in mgslpc_put_char()
1546 if (!info->tx_active) in mgslpc_flush_chars()
1581 if (info->tx_active) in mgslpc_write()
1608 if (!info->tx_active) in mgslpc_write()
1631 if (info->tx_active) in mgslpc_write_room()
[all …]
/linux-4.4.14/drivers/net/can/c_can/
Dc_can.h200 atomic_t tx_active; member
Dc_can.c447 idx = fls(atomic_read(&priv->tx_active)); in c_can_start_xmit()
463 atomic_add((1 << idx), &priv->tx_active); in c_can_start_xmit()
583 atomic_set(&priv->tx_active, 0); in c_can_chip_config()
698 atomic_sub(clr, &priv->tx_active); in c_can_do_tx()
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c214 bool tx_active; member
935 if (info->tx_active) in write()
979 if (!info->tx_active) in write()
1013 !info->tx_active ) { in put_char()
1091 while (info->tx_active) { in wait_until_sent()
1103 while ( info->tx_active && info->tx_enabled) { in wait_until_sent()
1129 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1167 if (!info->tx_active) { in flush_chars()
1409 info->tx_active,info->bh_requested,info->bh_running, in line_info()
1624 if (!info->tx_active) in hdlcdev_xmit()
[all …]
Dsynclink.c248 bool tx_active; member
1134 if ( !info->tx_active && info->loopmode_send_done_requested ) in mgsl_bh_transmit()
1243 info->tx_active = false; in mgsl_isr_transmit_status()
1417 info->tx_active = false; in mgsl_isr_transmit_data()
2030 if ((info->params.mode == MGSL_MODE_ASYNC ) || !info->tx_active) { in mgsl_put_char()
2073 if (!info->tx_active) { in mgsl_flush_chars()
2121 if (info->tx_active) { in mgsl_write()
2205 if (!info->tx_active) in mgsl_write()
2243 if ( info->tx_active ) in mgsl_write_room()
2278 if ( info->tx_active ) in mgsl_chars_in_buffer()
[all …]
Dsynclink_gt.c312 bool tx_active; member
922 while (info->tx_active) { in wait_until_sent()
940 ret = (info->tx_active) ? 0 : HDLC_MAX_FRAME_SIZE; in write_room()
1305 info->tx_active,info->bh_requested,info->bh_running, in line_info()
2164 if (info->tx_active) in isr_serial()
2302 if (info->tx_active) { in isr_txeom()
2315 info->tx_active = false; in isr_txeom()
4077 info->tx_active = true; in tx_start()
4101 info->tx_active = false; in tx_stop()
4886 if (info->tx_active) in tbuf_bytes()
[all …]
/linux-4.4.14/drivers/net/wan/
Dz85230.h365 unsigned char tx_active; /* character is being xmitted */ member
/linux-4.4.14/sound/soc/samsung/
Di2s.c124 static inline bool tx_active(struct i2s_dai *i2s) in tx_active() function
152 return tx_active(other); in other_tx_active()
158 return tx_active(i2s) || other_tx_active(i2s); in any_tx_active()
197 return tx_active(i2s) || rx_active(i2s); in this_active()
/linux-4.4.14/include/rdma/
Dopa_port_info.h349 __be16 tx_active; member
/linux-4.4.14/drivers/usb/serial/
Dio_ti.c529 static int tx_active(struct edgeport_port *port) in tx_active() function
2141 ret = tx_active(edge_port); in edge_tx_empty()
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S791 ;; tx_active
Dxircom_pgs.S852 ;; tx_active
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c569 pi->link_width_downgrade.tx_active = in __subn_get_opa_portinfo()