/linux-2.4.37.9/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 94 if (cflag & CRTSCTS) { in ircomm_tty_change_speed() 177 if (!(tty->termios->c_cflag & CRTSCTS) || in ircomm_tty_set_termios() 185 if ((old_termios->c_cflag & CRTSCTS) && in ircomm_tty_set_termios() 186 !(tty->termios->c_cflag & CRTSCTS)) in ircomm_tty_set_termios()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | belkin_sa.c | 358 if (!(old_cflag&CRTSCTS) ) in belkin_sa_set_termios() 431 || (cflag&CRTSCTS) != (old_cflag&CRTSCTS) ) { in belkin_sa_set_termios() 438 if (cflag & CRTSCTS) in belkin_sa_set_termios()
|
D | digi_acceleport.c | 1000 if( !(port->tty->termios->c_cflag & CRTSCTS) || in digi_set_termios() 1104 || (cflag&CRTSCTS) != (old_cflag&CRTSCTS) ) { in digi_set_termios() 1113 if( (cflag&CRTSCTS) ) { in digi_set_termios() 1137 || (cflag&CRTSCTS) != (old_cflag&CRTSCTS) ) { in digi_set_termios() 1146 if( (cflag&CRTSCTS) ) { in digi_set_termios() 1968 && port->tty->termios->c_cflag & CRTSCTS ) { in digi_read_oob_callback() 1976 && port->tty->termios->c_cflag & CRTSCTS ) { in digi_read_oob_callback()
|
D | kl5kusb105.c | 733 if (!(old_cflag & CRTSCTS)) { in klsi_105_set_termios() 833 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS) ) { in klsi_105_set_termios() 837 if ((iflag & IXOFF) || (iflag & IXON) || (cflag & CRTSCTS) ) in klsi_105_set_termios()
|
/linux-2.4.37.9/include/asm-cris/ |
D | termbits.h | 130 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | termbits.h | 146 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | termbits.h | 157 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | termbits.h | 145 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | termbits.h | 137 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | termbits.h | 153 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | termbits.h | 135 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | termbits.h | 165 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | termbits.h | 138 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | termbits.h | 137 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | termbits.h | 145 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | termbits.h | 137 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | termbits.h | 148 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | termbits.h | 138 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | termbits.h | 149 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | termbits.h | 167 #define CRTSCTS 020000000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | termbits.h | 177 #define CRTSCTS 0x80000000 /* flow control */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | termbits.h | 178 #define CRTSCTS 0x80000000 /* flow control */ macro
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xsyn.c | 499 if (cflag & CRTSCTS) in sab8253x_change_speedS() 584 !(tty->termios->c_cflag & CRTSCTS)) in sab8253x_set_termiosS() 591 if ((old_termios->c_cflag & CRTSCTS) && in sab8253x_set_termiosS() 592 !(tty->termios->c_cflag & CRTSCTS)) in sab8253x_set_termiosS()
|
/linux-2.4.37.9/drivers/char/ |
D | pdc_console.c | 414 if ((old_termios->c_cflag & CRTSCTS) && in pdc_set_termios() 415 !(tty->termios->c_cflag & CRTSCTS)) { in pdc_set_termios()
|
D | serial_amba.c | 769 if (cflag & CRTSCTS) in ambauart_change_speed() 810 (cflag & CRTSCTS) || in ambauart_change_speed() 982 if (tty->termios->c_cflag & CRTSCTS) { in ambauart_throttle() 1002 if (tty->termios->c_cflag & CRTSCTS) { in ambauart_unthrottle() 1351 if (!(cflag & CRTSCTS) || in ambauart_set_termios() 1359 if ((old_termios->c_cflag & CRTSCTS) && in ambauart_set_termios() 1360 !(cflag & CRTSCTS)) { in ambauart_set_termios()
|