Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dserial_8250.h165 void (*rs485_stop_tx)(struct uart_8250_port *up, bool toggle_ier); member
/linux-6.15/drivers/tty/serial/8250/
H A D8250_bcm2835aux.c105 up.rs485_stop_tx = bcm2835aux_rs485_stop_tx; in bcm2835aux_serial_probe()
H A D8250_dwlib.c257 up->rs485_stop_tx = serial8250_em485_stop_tx; in dw8250_setup_port()
H A D8250_of.c156 up->rs485_stop_tx = serial8250_em485_stop_tx; in of_platform_serial_setup()
H A D8250_core.c746 uart->rs485_stop_tx = up->rs485_stop_tx; in serial8250_register_8250_port()
H A D8250_port.c579 p->rs485_stop_tx(p, true); in serial8250_em485_init()
1442 p->rs485_stop_tx(p, true); in serial8250_em485_handle_stop_tx()
1474 p->rs485_stop_tx(p, true); in __stop_tx_rs485()
3469 up->rs485_stop_tx(up, false); in serial8250_console_write()
H A D8250_omap.c1482 up.rs485_stop_tx = serial8250_em485_stop_tx; in omap8250_probe()