Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dpl2303.c548 if (C_CMSPAR(tty)) { in pl2303_set_termios()
556 if (C_CMSPAR(tty)) { in pl2303_set_termios()
Df81232.c470 if (C_CMSPAR(tty)) in f81232_set_termios()
Dmxuport.c888 if (C_CMSPAR(tty)) { in mxuport_set_termios()
/linux-4.4.14/include/linux/
Dtty.h168 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR) macro