Searched refs:C_CSIZE (Results 1 – 9 of 9) sorted by relevance
688 switch (C_CSIZE(tty)) { in xr21v141x_set_line_settings()698 if (C_CSIZE(tty) == CS7) in xr21v141x_set_line_settings()779 (C_CSIZE(tty) == CS5 || C_CSIZE(tty) == CS6)) { in xr_cdc_set_line_coding()787 switch (C_CSIZE(tty)) { in xr_cdc_set_line_coding()
320 switch (C_CSIZE(tty)) { in upd78f0730_set_termios()
502 switch (C_CSIZE(tty)) { in ch341_set_termios()
859 switch (C_CSIZE(tty)) { in mxuport_set_termios()
830 if (C_CSIZE(tty) == CS5) { in pl2303_set_termios()
916 switch (C_CSIZE(tty)) { in ti_set_termios()
1258 switch (C_CSIZE(tty)) { in cp210x_set_termios()
2641 if (C_CSIZE(tty) == CS6) { in ftdi_set_termios()
90 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE) macro