Home
last modified time | relevance | path

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

12345

/Linux-v5.4/drivers/usb/serial/
Dkl5kusb105.c495 || (cflag & CSTOPB) != (old_cflag & CSTOPB)) { in klsi_105_set_termios()
497 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
Dbelkin_sa.c385 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in belkin_sa_set_termios()
386 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
Dcp210x.c991 cflag &= ~CSTOPB; in cp210x_get_termios_port()
1003 cflag |= CSTOPB; in cp210x_get_termios_port()
1217 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in cp210x_set_termios()
1220 if (cflag & CSTOPB) { in cp210x_set_termios()
Ddigi_acceleport.c782 if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) { in digi_set_termios()
784 if ((cflag & CSTOPB)) in digi_set_termios()
Dspcp8x5.c365 buf[1] |= (cflag & CSTOPB) ? SET_UART_FORMAT_STOP_2 : in spcp8x5_set_termios()
Dkobil_sct.c507 urb_val |= (c_cflag & CSTOPB) ? SUSBCR_SPASB_2StopBits : in kobil_set_termios()
Diuu_phoenix.c910 parity |= (cflag & CSTOPB ? IUU_TWO_STOP_BITS : IUU_ONE_STOP_BIT); in iuu_set_termios()
945 tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL; in iuu_init_termios()
Dark3116.c220 if (cflag & CSTOPB) in ark3116_set_termios()
Dkeyspan.c2098 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa26_send_setup()
2368 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa49_send_setup()
2544 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa90_send_setup()
2670 msg.lcr = (p_priv->cflag & CSTOPB) ? STOPBITS_678_2 : STOPBITS_5678_1; in keyspan_usa67_send_setup()
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dtermbits.h154 #define CSTOPB 0000100 macro
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dtermbits.h138 #define CSTOPB 0000100 macro
/Linux-v5.4/include/uapi/asm-generic/
Dtermbits.h137 #define CSTOPB 0000100 macro
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dtermbits.h167 #define CSTOPB 00002000 macro
/Linux-v5.4/arch/ia64/include/uapi/asm/
Dtermbits.h146 #define CSTOPB 0000100 macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dtermbits.h176 #define CSTOPB 00002000 macro
/Linux-v5.4/arch/mips/include/uapi/asm/
Dtermbits.h161 #define CSTOPB 0000100 /* Two stop bits instead of one. */ macro
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dtermbits.h169 #define CSTOPB 0x00000040 macro
/Linux-v5.4/drivers/tty/serial/
Dsuncore.c163 case 2: cflag |= CSTOPB; break; in sunserial_console_termios()
Dfsl_linflexuart.c479 if (termios->c_cflag & CSTOPB) in linflex_set_termios()
480 termios->c_cflag &= ~CSTOPB; in linflex_set_termios()
D21285.c250 if (termios->c_cflag & CSTOPB) in serial21285_set_termios()
Dclps711x.c288 if (termios->c_cflag & CSTOPB) in uart_clps711x_set_termios()
Ddigicolor-usart.c315 if (termios->c_cflag & CSTOPB) in digicolor_uart_set_termios()
Dmps2-uart.c370 termios->c_cflag &= ~CSTOPB; in mps2_uart_set_termios()
/Linux-v5.4/drivers/staging/speakup/
Dserialio.c62 cval = cflag & (CSIZE | CSTOPB); in spk_serial_init()
/Linux-v5.4/net/bluetooth/rfcomm/
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()

12345