Home
last modified time | relevance | path

Searched refs:C_PARODD (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dupd78f0730.c343 if (C_PARODD(tty)) { in upd78f0730_set_termios()
H A Dmxuport.c885 if (C_PARODD(tty)) in mxuport_set_termios()
890 if (C_PARODD(tty)) in mxuport_set_termios()
H A Dch341.c547 if (C_PARODD(tty) == 0) in ch341_set_termios()
H A Df81232.c663 if (!C_PARODD(tty)) in f81232_set_termios()
H A Dpl2303.c732 if (C_PARODD(tty)) { in pl2303_set_termios()
H A Df81534.c967 if (!C_PARODD(tty)) in f81534_set_termios()
H A Dti_usb_3410_5052.c945 if (C_PARODD(tty)) { in ti_set_termios()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h166 #define C_PARODD(tty) _C_FLAG((tty), PARODD) macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Disicom.c746 if (C_PARODD(tty)) in isicom_config_port()