Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dserial_8250.h108 unsigned int rpm_tx_active; member
/Linux-v5.4/drivers/tty/serial/8250/
D8250_port.c683 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
697 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()