Home
last modified time | relevance | path

Searched refs:stop_tx (Results 1 – 25 of 86) sorted by relevance

1234

/drivers/tty/serial/
Dsb1250-duart.c395 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,
Dmpc52xx_uart.c100 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,
Dmux.c439 .stop_tx = mux_stop_tx,
D21285.c341 .stop_tx = serial21285_stop_tx,
Daltera_jtaguart.c288 .stop_tx = altera_jtaguart_stop_tx,
Dnwpserial.c311 .stop_tx = nwpserial_stop_tx,
Dtimbuart.c399 .stop_tx = timbuart_stop_tx,
Darc_uart.c471 .stop_tx = arc_serial_stop_tx,
Dsunhv.c376 .stop_tx = sunhv_stop_tx,
Dserial_core.c89 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()
Dsn_console.c387 .stop_tx = snp_stop_tx,
Dapbuart.c332 .stop_tx = apbuart_stop_tx,
Daltera_uart.c412 .stop_tx = altera_uart_stop_tx,
Dclps711x.c343 .stop_tx = uart_clps711x_stop_tx,
Dtilegx.c605 .stop_tx = tilegx_stop_tx,
Duartlite.c390 .stop_tx = ulite_stop_tx,
/drivers/net/wireless/ti/wl18xx/
Dcmd.h38 u8 stop_tx; member
Dcmd.c47 cmd->stop_tx = ch_switch->block_tx; in wl18xx_cmd_channel_switch()
/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_dma.h34 void (*stop_tx)(void __iomem *ioaddr, int tchannels); member
Dsxgbe_dma.c355 .stop_tx = sxgbe_dma_stop_tx,
/drivers/net/wireless/ti/wl12xx/
Dcmd.h116 u8 stop_tx; member
Dcmd.c306 cmd->stop_tx = ch_switch->block_tx; in wl12xx_cmd_channel_switch()
/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_dma.c142 .stop_tx = dwmac_dma_stop_tx,
Ddwmac1000_dma.c195 .stop_tx = dwmac_dma_stop_tx,
Dcommon.h360 void (*stop_tx) (void __iomem *ioaddr); member

1234