Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dcyclades.h337 #define C_RS_DSR 0x00000200 /* DSR */ macro
/linux-4.1.27/drivers/tty/
Dcyclades.c2439 ((lstatus & C_RS_DSR) ? TIOCM_DSR : 0) | in cy_tiocmget()