Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Damiserial.c116 #define SER_DCD (1<<5) macro
306 unsigned char status = ciab.pra & (SER_DCD | SER_CTS | SER_DSR); in check_modem_status()
319 if (dstatus & SER_DCD) { in check_modem_status()
327 if (tty_port_check_carrier(port) && (dstatus & SER_DCD)) { in check_modem_status()
330 (!(status & SER_DCD)) ? "on" : "off"); in check_modem_status()
332 if (!(status & SER_DCD)) in check_modem_status()
488 current_ctl_bits = ciab.pra & (SER_DCD | SER_CTS | SER_DSR); in startup()
1025 | (!(status & SER_DCD) ? TIOCM_CAR : 0) in rs_tiocmget()
1387 if(!(status & SER_DCD)) in line_info()
1457 return !(ciab.pra & SER_DCD); in amiga_carrier_raised()
[all …]