Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dupd78f0730.c351 if (C_CMSPAR(tty)) { in upd78f0730_set_termios()
H A Dpl2303.c733 if (C_CMSPAR(tty)) { in pl2303_set_termios()
741 if (C_CMSPAR(tty)) { in pl2303_set_termios()
H A Dch341.c549 if (C_CMSPAR(tty)) in ch341_set_termios()
H A Df81232.c666 if (C_CMSPAR(tty)) in f81232_set_termios()
H A Dmxuport.c884 if (C_CMSPAR(tty)) { in mxuport_set_termios()
H A Df81534.c970 if (C_CMSPAR(tty)) in f81534_set_termios()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h171 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR) macro