Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/serial/
Dupd78f0730.c351 if (C_CMSPAR(tty)) { in upd78f0730_set_termios()
Dpl2303.c724 if (C_CMSPAR(tty)) { in pl2303_set_termios()
732 if (C_CMSPAR(tty)) { in pl2303_set_termios()
Dch341.c536 if (C_CMSPAR(tty)) in ch341_set_termios()
Df81232.c664 if (C_CMSPAR(tty)) in f81232_set_termios()
Dmxuport.c884 if (C_CMSPAR(tty)) { in mxuport_set_termios()
Df81534.c968 if (C_CMSPAR(tty)) in f81534_set_termios()
/Linux-v5.10/include/linux/
Dtty.h170 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR) macro