Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dserial_8250.h109 unsigned int rpm_tx_active; member
/Linux-v6.1/drivers/tty/serial/8250/
D8250_port.c705 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
719 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()