Searched refs:stop_tx (Results 1 – 7 of 7) sorted by relevance
88 void (*stop_tx)(struct serial_port *); member
42 if ( port->driver->stop_tx != NULL ) in serial_stop_tx()43 port->driver->stop_tx(port); in serial_stop_tx()
199 .stop_tx = meson_uart_stop_tx,
221 .stop_tx = mvebu3700_uart_stop_tx,
221 .stop_tx = pl011_tx_stop,
283 .stop_tx = scif_uart_stop_tx,
977 .stop_tx = ns16550_stop_tx,
Completed in 12 milliseconds