Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dicom.c200 #define ICOM_DCD 0x20 macro
943 if (delta_status & ICOM_DCD) in check_modem_status()
945 delta_status & ICOM_DCD); in check_modem_status()
1237 result = ((status & ICOM_DCD) ? TIOCM_CAR : 0) in icom_get_mctrl()