Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Damba-pl011.c272 enum pl011_rs485_tx_state rs485_tx_state; member
1276 if (uap->rs485_tx_state == SEND) in pl011_rs485_tx_stop()
1277 uap->rs485_tx_state = WAIT_AFTER_SEND; in pl011_rs485_tx_stop()
1279 if (uap->rs485_tx_state == WAIT_AFTER_SEND) { in pl011_rs485_tx_stop()
1294 } else if (uap->rs485_tx_state == WAIT_AFTER_RTS) { in pl011_rs485_tx_stop()
1310 uap->rs485_tx_state = OFF; in pl011_rs485_tx_stop()
1319 uap->rs485_tx_state == WAIT_AFTER_RTS) { in pl011_stop_tx()
1329 uap->rs485_tx_state != OFF) in pl011_stop_tx()
1349 if (uap->rs485_tx_state == WAIT_AFTER_RTS) { in pl011_rs485_tx_start()
1350 uap->rs485_tx_state = SEND; in pl011_rs485_tx_start()
[all …]