/openbmc/linux/drivers/usb/serial/ |
H A D | kl5kusb105.c | 465 || (cflag & CSTOPB) != (old_cflag & CSTOPB)) { in klsi_105_set_termios() 467 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
|
H A D | belkin_sa.c | 367 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in belkin_sa_set_termios() 368 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
|
H A D | digi_acceleport.c | 761 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios() 763 if ((cflag & CSTOPB)) in digi_set_termios()
|
H A D | spcp8x5.c | 364 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
|
H A D | iuu_phoenix.c | 915 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios() 950 tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL; in iuu_init_termios()
|
H A D | ark3116.c | 205 if (cflag & CSTOPB) in ark3116_set_termios()
|
H A D | kobil_sct.c | 507 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
|
H A D | keyspan.c | 2086 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup() 2356 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup() 2532 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup() 2658 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
|
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 145 tty.c_cflag &= ~(CSIZE | PARENB | PARODD | CRTSCTS | CSTOPB); in tty_serial_init() 173 tty.c_cflag |= CSTOPB; in tty_serial_init()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 126 #define CSTOPB 0x00000400 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 101 #define CSTOPB 0x00000040 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 101 #define CSTOPB 0x00000040 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 136 #define CSTOPB 0x00000400 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 125 #define CSTOPB 0x00000040 /* Two stop bits instead of one */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 120 #define CSTOPB 0x00000040 macro
|
/openbmc/linux/drivers/tty/serial/ |
H A D | suncore.c | 163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
|
H A D | fsl_linflexuart.c | 458 if (termios->c_cflag & CSTOPB) in linflex_set_termios() 459 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
|
H A D | 21285.c | 264 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
|
H A D | digicolor-usart.c | 315 if (termios->c_cflag & CSTOPB) in digicolor_uart_set_termios()
|
H A D | clps711x.c | 284 if (termios->c_cflag & CSTOPB) in uart_clps711x_set_termios()
|
H A D | mps2-uart.c | 351 termios->c_cflag &= ~CSTOPB; in mps2_uart_set_termios()
|
H A D | mcf.c | 245 if (termios->c_cflag & CSTOPB) in mcf_set_termios()
|
/openbmc/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 920 if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB)) in rfcomm_tty_set_termios() 926 if (new->c_cflag & CSTOPB) in rfcomm_tty_set_termios()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | serialio.c | 64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 91 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
|