Searched refs:stop_tx (Results 1 – 25 of 86) sorted by relevance
1234
/drivers/tty/serial/ |
D | sb1250-duart.c | 395 int stop_tx; in sbd_transmit_chars() local 406 stop_tx = (uart_circ_empty(xmit) || uart_tx_stopped(&sport->port)); in sbd_transmit_chars() 409 if (!stop_tx) { in sbd_transmit_chars() 419 if (stop_tx || uart_circ_empty(xmit)) { in sbd_transmit_chars() 766 .stop_tx = sbd_stop_tx,
|
D | mpc52xx_uart.c | 100 void (*stop_tx)(struct uart_port *port); member 357 .stop_tx = mpc52xx_psc_stop_tx, 387 .stop_tx = mpc52xx_psc_stop_tx, 980 .stop_tx = mpc5125_psc_stop_tx, 1015 .stop_tx = mpc512x_psc_stop_tx, 1079 psc_ops->stop_tx(port); in mpc52xx_uart_stop_tx() 1346 .stop_tx = mpc52xx_uart_stop_tx,
|
D | mux.c | 439 .stop_tx = mux_stop_tx,
|
D | 21285.c | 341 .stop_tx = serial21285_stop_tx,
|
D | altera_jtaguart.c | 288 .stop_tx = altera_jtaguart_stop_tx,
|
D | nwpserial.c | 311 .stop_tx = nwpserial_stop_tx,
|
D | timbuart.c | 399 .stop_tx = timbuart_stop_tx,
|
D | arc_uart.c | 471 .stop_tx = arc_serial_stop_tx,
|
D | sunhv.c | 376 .stop_tx = sunhv_stop_tx,
|
D | serial_core.c | 89 port->ops->stop_tx(port); in uart_stop() 1318 uport->ops->stop_tx(uport); in uart_set_termios() 1965 ops->stop_tx(uport); in uart_suspend_port() 2810 uport->ops->stop_tx(uport); in uart_handle_cts_change()
|
D | sn_console.c | 387 .stop_tx = snp_stop_tx,
|
D | apbuart.c | 332 .stop_tx = apbuart_stop_tx,
|
D | altera_uart.c | 412 .stop_tx = altera_uart_stop_tx,
|
D | clps711x.c | 343 .stop_tx = uart_clps711x_stop_tx,
|
D | tilegx.c | 605 .stop_tx = tilegx_stop_tx,
|
D | uartlite.c | 390 .stop_tx = ulite_stop_tx,
|
/drivers/net/wireless/ti/wl18xx/ |
D | cmd.h | 38 u8 stop_tx; member
|
D | cmd.c | 47 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
|
/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_dma.h | 34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
|
D | sxgbe_dma.c | 355 .stop_tx = sxgbe_dma_stop_tx,
|
/drivers/net/wireless/ti/wl12xx/ |
D | cmd.h | 116 u8 stop_tx; member
|
D | cmd.c | 306 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_dma.c | 142 .stop_tx = dwmac_dma_stop_tx,
|
D | dwmac1000_dma.c | 195 .stop_tx = dwmac_dma_stop_tx,
|
D | common.h | 360 void (*stop_tx) (void __iomem *ioaddr); member
|
1234