Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dserial.h88 void (*stop_tx)(struct serial_port *); member
/xen/xen/drivers/char/
A Dserial.c42 if ( port->driver->stop_tx != NULL ) in serial_stop_tx()
43 port->driver->stop_tx(port); in serial_stop_tx()
A Dmeson-uart.c199 .stop_tx = meson_uart_stop_tx,
A Dmvebu-uart.c221 .stop_tx = mvebu3700_uart_stop_tx,
A Dpl011.c221 .stop_tx = pl011_tx_stop,
A Dscif-uart.c283 .stop_tx = scif_uart_stop_tx,
A Dns16550.c977 .stop_tx = ns16550_stop_tx,

Completed in 12 milliseconds