Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dserial_8250.h137 unsigned int rpm_tx_active; member
/linux-6.6.21/drivers/tty/serial/8250/
D8250_port.c657 rpm_active = xchg(&p->rpm_tx_active, 1); in serial8250_rpm_get_tx()
671 rpm_active = xchg(&p->rpm_tx_active, 0); in serial8250_rpm_put_tx()