Home
last modified time | relevance | path

Searched refs:DCDState (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dmoxa.c138 u8 DCDState; /* Protected by the port lock */ member
666 port->DCDState = 0; in moxa_load_code()
684 port->DCDState = 0; in moxa_load_code()
1143 dcd = ch->DCDState; in moxa_carrier_raised()
1355 if (dcd != p->DCDState) { in moxa_new_dcdstate()
1356 p->DCDState = dcd; in moxa_new_dcdstate()
/kernel/linux/linux-6.6/drivers/tty/
H A Dmoxa.c438 u8 DCDState; /* Protected by the port lock */ member
966 port->DCDState = 0; in moxa_load_code()
984 port->DCDState = 0; in moxa_load_code()
1441 dcd = ch->DCDState; in moxa_carrier_raised()
1654 if (dcd != p->DCDState) { in moxa_new_dcdstate()
1655 p->DCDState = dcd; in moxa_new_dcdstate()

Completed in 7 milliseconds