Searched refs:CS7 (Results 26 - 50 of 79) sorted by relevance

1234

/linux-master/drivers/tty/serial/
H A Ddz.c576 case CS7:
H A Dclps711x.c275 case CS7:
H A Ddigicolor-usart.c305 case CS7:
H A Dmilbeaut_usio.c313 case CS7:
H A Dmen_z135_uart.c66 #define MEN_Z135_WL7 2 /* CS7 */
661 case CS7:
H A Dsunplus-uart.c359 case CS7:
H A Dfsl_lpuart.c1990 * only support CS8 and CS7, and for CS7 must enable PE.
1998 (termios->c_cflag & CSIZE) != CS7) {
2005 (termios->c_cflag & CSIZE) == CS7)
2030 /* parity must be enabled when CS7 to match 8-bits format */
2031 if ((termios->c_cflag & CSIZE) == CS7)
2225 * only support CS8 and CS7, and for CS7 must enable PE.
2233 (termios->c_cflag & CSIZE) != CS7) {
2240 (termios->c_cflag & CSIZE) == CS7)
[all...]
H A Dlantiq.c403 case CS7:
H A Drp2.c349 (((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) |
H A Dsa1100.c396 * We only support CS7 and CS8.
398 while ((termios->c_cflag & CSIZE) != CS7 &&
H A Dserial_txx9.c591 case CS7:
H A Duartlite.c838 pdata->cflags |= CS7;
H A Dsccnxp.c669 case CS7:
H A Dsb1250-duart.c556 case CS7:
H A Dmeson_uart.c354 case CS7:
H A Dip22zilog.c824 case CS7:
H A Dmax3100.c475 cflag = (cflag & ~CSIZE) | CS7;
H A Dst-asc.c498 if ((cflag & CSIZE) == CS7) {
/linux-master/drivers/usb/serial/
H A Dmxuport.c866 case CS7:
H A Doti6858.c424 case CS7:
H A Diuu_phoenix.c891 int csize = CS7;
H A Ddigi_acceleport.c742 case CS7: arg = DIGI_WORD_SIZE_7; break;
/linux-master/drivers/tty/
H A Dtty_ioctl.c279 case CS7:
/linux-master/drivers/ipack/devices/
H A Dipoctal.c516 case CS7:
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c942 case CS7:

Completed in 419 milliseconds

1234