Home
last modified time | relevance | path

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

123

/linux/drivers/usb/serial/
H 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()
H A Dbelkin_sa.c366 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in belkin_sa_set_termios()
367 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
H A Ddigi_acceleport.c759 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios()
761 if ((cflag & CSTOPB)) in digi_set_termios()
H A Dspcp8x5.c354 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
H A Diuu_phoenix.c915 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 Dkobil_sct.c505 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
H A Dark3116.c205 if (cflag & CSTOPB) in ark3116_set_termios()
H A Dkeyspan.c2085 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2355 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2531 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2657 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
H A Dmct_u232.c667 last_lcr |= (cflag & CSTOPB) ? in mct_u232_set_termios()
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h126 #define CSTOPB 0x00000400 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h101 #define CSTOPB 0x00000040 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h101 #define CSTOPB 0x00000040 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h136 #define CSTOPB 0x00000400 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h125 #define CSTOPB 0x00000040 /* Two stop bits instead of one */ macro
/linux/tools/arch/x86/dell-uart-backlight-emulator/
H A Ddell-uart-backlight-emulator.c68 tty.c_cflag &= ~CSTOPB; in main()
/linux/drivers/tty/serial/
H A Dsuncore.c163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
H A D21285.c264 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
H A Dmps2-uart.c351 termios->c_cflag &= ~CSTOPB; in mps2_uart_set_termios()
H A Dmcf.c245 if (termios->c_cflag & CSTOPB) in mcf_set_termios()
H A Dlpc32xx_hs.c479 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD); in serial_lpc32xx_set_termios()
H A Dvt8500_serial.c378 if (termios->c_cflag & CSTOPB) in vt8500_set_termios()
/linux/net/bluetooth/rfcomm/
H A Dtty.c917 if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB)) in rfcomm_tty_set_termios()
923 if (new->c_cflag & CSTOPB) in rfcomm_tty_set_termios()
/linux/drivers/accessibility/speakup/
H A Dserialio.c64 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
/linux/include/linux/
H A Dtty.h90 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB)
/linux/drivers/ipack/devices/
H A Dipoctal.c540 if (cflag & CSTOPB) in ipoctal_set_termios()

123