Searched refs:stop_tx (Results 1 – 5 of 5) sorted by relevance
87 void (*stop_tx)(struct serial_port *); member
41 if ( port->driver->stop_tx != NULL ) in serial_stop_tx()42 port->driver->stop_tx(port); in serial_stop_tx()
232 .stop_tx = scif_uart_stop_tx,
221 .stop_tx = pl011_tx_stop,
920 .stop_tx = ns16550_stop_tx,
Completed in 8 milliseconds