Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dserial_8250.h137 void (*rs485_stop_tx)(struct uart_8250_port *); member
/Linux-v5.10/drivers/tty/serial/8250/
D8250_bcm2835aux.c104 up.rs485_stop_tx = bcm2835aux_rs485_stop_tx; in bcm2835aux_serial_probe()
D8250_of.c160 up->rs485_stop_tx = serial8250_em485_stop_tx; in of_platform_serial_setup()
D8250_core.c1020 uart->rs485_stop_tx = up->rs485_stop_tx; in serial8250_register_8250_port()
D8250_port.c627 p->rs485_stop_tx(p); in serial8250_em485_init()
1479 p->rs485_stop_tx(p); in serial8250_em485_handle_stop_tx()
1510 p->rs485_stop_tx(p); in __stop_tx_rs485()
3327 up->rs485_stop_tx(up); in serial8250_console_write()
D8250_omap.c1280 up.rs485_stop_tx = serial8250_em485_stop_tx; in omap8250_probe()