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

/linux-master/include/linux/
H A Dserial_8250.h165 void (*rs485_stop_tx)(struct uart_8250_port *); member in struct:uart_8250_port
/linux-master/drivers/tty/serial/8250/
H A D8250_dwlib.c258 up->rs485_stop_tx = serial8250_em485_stop_tx;
H A D8250_bcm2835aux.c104 up.rs485_stop_tx = bcm2835aux_rs485_stop_tx;
H A D8250_of.c135 up->rs485_stop_tx = serial8250_em485_stop_tx;
H A D8250_port.c561 p->rs485_stop_tx(p);
1387 * serial8250_em485_stop_tx() - generic ->rs485_stop_tx() callback
1429 p->rs485_stop_tx(p);
1454 * rs485_stop_tx() is going to set RTS according to config
1461 p->rs485_stop_tx(p);
3409 up->rs485_stop_tx(up);
H A D8250_core.c1065 uart->rs485_stop_tx = up->rs485_stop_tx;
H A D8250_omap.c1452 up.rs485_stop_tx = serial8250_em485_stop_tx;

Completed in 143 milliseconds