Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/serial/
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()
Dupd78f0730.c323 switch (C_CSIZE(tty)) { in upd78f0730_set_termios()
Dch341.c502 switch (C_CSIZE(tty)) { in ch341_set_termios()
Dmxuport.c859 switch (C_CSIZE(tty)) { in mxuport_set_termios()
Dpl2303.c830 if (C_CSIZE(tty) == CS5) { in pl2303_set_termios()
Dti_usb_3410_5052.c916 switch (C_CSIZE(tty)) { in ti_set_termios()
Dcp210x.c1273 switch (C_CSIZE(tty)) { in cp210x_set_termios()
Dftdi_sio.c2645 if (C_CSIZE(tty) == CS6) { in ftdi_set_termios()
/Linux-v6.6/include/linux/
Dtty.h90 #define C_CSIZE(tty) _C_FLAG((tty), CSIZE) macro