Home
last modified time | relevance | path

Searched refs:CSTOPB (Results 1 – 25 of 102) sorted by relevance

12345

/linux/drivers/usb/serial/
A Dbelkin_sa.c365 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in belkin_sa_set_termios()
366 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
A Dkl5kusb105.c464 || (cflag & CSTOPB) != (old_cflag & CSTOPB)) { in klsi_105_set_termios()
466 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
A Ddigi_acceleport.c759 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios()
761 if ((cflag & CSTOPB)) in digi_set_termios()
A Dspcp8x5.c363 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
A Diuu_phoenix.c914 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios()
949 tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL; in iuu_init_termios()
A Dark3116.c218 if (cflag & CSTOPB) in ark3116_set_termios()
A Dkobil_sct.c505 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
A Dkeyspan.c2082 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2352 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2528 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2654 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
/linux/arch/xtensa/include/uapi/asm/
A Dtermbits.h154 #define CSTOPB 0000100 macro
/linux/arch/parisc/include/uapi/asm/
A Dtermbits.h138 #define CSTOPB 0000100 macro
/linux/arch/powerpc/include/uapi/asm/
A Dtermbits.h167 #define CSTOPB 00002000 macro
/linux/arch/ia64/include/uapi/asm/
A Dtermbits.h146 #define CSTOPB 0000100 macro
/linux/include/uapi/asm-generic/
A Dtermbits.h137 #define CSTOPB 0000100 macro
/linux/arch/mips/include/uapi/asm/
A Dtermbits.h161 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
/linux/arch/alpha/include/uapi/asm/
A Dtermbits.h176 #define CSTOPB 00002000 macro
/linux/arch/sparc/include/uapi/asm/
A Dtermbits.h169 #define CSTOPB 0x00000040 macro
/linux/drivers/tty/serial/
A Dsuncore.c163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
A Dfsl_linflexuart.c471 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
472 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
A D21285.c285 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
A Dclps711x.c284 if (termios->c_cflag & CSTOPB) in uart_clps711x_set_termios()
A Ddigicolor-usart.c315 if (termios->c_cflag & CSTOPB) in digicolor_uart_set_termios()
A Dmps2-uart.c370 termios->c_cflag &= ~CSTOPB; in mps2_uart_set_termios()
/linux/net/bluetooth/rfcomm/
A Dtty.c919 if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB)) in rfcomm_tty_set_termios()
925 if (new->c_cflag & CSTOPB) in rfcomm_tty_set_termios()
/linux/drivers/accessibility/speakup/
A Dserialio.c64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
/linux/include/linux/
A Dtty.h91 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)

Completed in 43 milliseconds

12345