Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dupd78f0730.c351 if (C_CMSPAR(tty)) { in upd78f0730_set_termios()
Dpl2303.c619 if (C_CMSPAR(tty)) { in pl2303_set_termios()
627 if (C_CMSPAR(tty)) { in pl2303_set_termios()
Df81232.c466 if (C_CMSPAR(tty)) in f81232_set_termios()
Dch341.c390 if (C_CMSPAR(tty)) in ch341_set_termios()
Dmxuport.c884 if (C_CMSPAR(tty)) { in mxuport_set_termios()
Df81534.c965 if (C_CMSPAR(tty)) in f81534_set_termios()
/Linux-v4.19/include/linux/
Dtty.h170 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR) macro