Searched refs:stop_tx (Results 1 – 25 of 87) sorted by relevance
1234
/drivers/tty/serial/ |
D | sb1250-duart.c | 386 int stop_tx; in sbd_transmit_chars() local 397 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); in sbd_transmit_chars() 400 if (!stop_tx) { in sbd_transmit_chars() 410 if (stop_tx || uart_circ_empty(xmit)) { in sbd_transmit_chars() 753 .stop_tx = sbd_stop_tx,
|
D | mpc52xx_uart.c | 93 void (*stop_tx)(struct uart_port *port); member 351 .stop_tx = mpc52xx_psc_stop_tx, 381 .stop_tx = mpc52xx_psc_stop_tx, 974 .stop_tx = mpc5125_psc_stop_tx, 1009 .stop_tx = mpc512x_psc_stop_tx, 1073 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx() 1347 .stop_tx = mpc52xx_uart_stop_tx,
|
D | tegra-tcu.c | 137 .stop_tx = tegra_tcu_uart_stop_tx,
|
D | mux.c | 426 .stop_tx = mux_stop_tx,
|
D | 21285.c | 377 .stop_tx = serial21285_stop_tx,
|
D | sunhv.c | 378 .stop_tx = sunhv_stop_tx,
|
D | altera_jtaguart.c | 284 .stop_tx = altera_jtaguart_stop_tx,
|
D | arc_uart.c | 464 .stop_tx = arc_serial_stop_tx,
|
D | timbuart.c | 389 .stop_tx = timbuart_stop_tx,
|
D | digicolor-usart.c | 373 .stop_tx = digicolor_uart_stop_tx,
|
D | apbuart.c | 329 .stop_tx = apbuart_stop_tx,
|
D | clps711x.c | 336 .stop_tx = uart_clps711x_stop_tx,
|
D | altera_uart.c | 419 .stop_tx = altera_uart_stop_tx,
|
D | serial_core.c | 122 port->ops->stop_tx(port); in uart_stop() 538 uport->ops->stop_tx(uport); in uart_change_speed() 2256 ops->stop_tx(uport); in uart_suspend_port() 3184 uport->ops->stop_tx(uport); in uart_handle_cts_change()
|
D | mps2-uart.c | 418 .stop_tx = mps2_uart_stop_tx,
|
/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_dma.h | 31 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
|
D | sxgbe_dma.c | 352 .stop_tx = sxgbe_dma_stop_tx,
|
/drivers/net/wireless/ti/wl18xx/ |
D | cmd.h | 24 u8 stop_tx; member
|
D | cmd.c | 34 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
|
/drivers/net/wireless/ti/wl12xx/ |
D | cmd.h | 102 u8 stop_tx; member
|
D | cmd.c | 292 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 123 .stop_tx = dwmac_dma_stop_tx,
|
D | dwmac4_dma.c | 521 .stop_tx = dwmac4_dma_stop_tx, 550 .stop_tx = dwmac4_dma_stop_tx,
|
D | dwmac1000_dma.c | 285 .stop_tx = dwmac_dma_stop_tx,
|
D | hwif.h | 200 void (*stop_tx)(void __iomem *ioaddr, u32 chan); member 250 stmmac_do_void_callback(__priv, dma, stop_tx, __args)
|
1234