Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dxr_serial.c701 switch (C_CSIZE(tty)) { in xr21v141x_set_line_settings()
711 if (C_CSIZE(tty) == CS7) in xr21v141x_set_line_settings()
790 (C_CSIZE(tty) == CS5 || C_CSIZE(tty) == CS6)) { in xr_cdc_set_line_coding()
798 switch (C_CSIZE(tty)) { in xr_cdc_set_line_coding()
H A Dupd78f0730.c323 switch (C_CSIZE(tty)) { in upd78f0730_set_termios()
H A Dch341.c502 switch (C_CSIZE(tty)) { in ch341_set_termios()
H A Dmxuport.c859 switch (C_CSIZE(tty)) { in mxuport_set_termios()
H A Dti_usb_3410_5052.c914 switch (C_CSIZE(tty)) { in ti_set_termios()
H A Dcp210x.c1277 switch (C_CSIZE(tty)) { in cp210x_set_termios()
/linux/include/linux/
H A Dtty.h89 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE) macro