| /linux/drivers/accessibility/speakup/ |
| H A D | spk_ttyio.c | 171 if (!(tmp_termios.c_cflag & CRTSCTS)) { in spk_ttyio_initialise_ldisc() 172 tmp_termios.c_cflag |= CRTSCTS; in spk_ttyio_initialise_ldisc() 180 if (!(tmp_termios.c_cflag & CRTSCTS)) in spk_ttyio_initialise_ldisc()
|
| /linux/arch/sh/kernel/cpu/sh4a/ |
| H A D | serial-sh7722.c | 15 if (!(cflag & CRTSCTS)) in sh7722_sci_init_pins()
|
| /linux/arch/sh/kernel/cpu/sh3/ |
| H A D | serial-sh770x.c | 19 if (!(cflag & CRTSCTS)) { in sh770x_sci_init_pins()
|
| H A D | serial-sh7720.c | 12 if (cflag & CRTSCTS) { in sh7720_sci_init_pins()
|
| /linux/include/uapi/asm-generic/ |
| H A D | termbits-common.h | 51 #define CRTSCTS 0x80000000 /* flow control */ macro
|
| /linux/drivers/usb/serial/ |
| H A D | kl5kusb105.c | 474 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in klsi_105_set_termios() 476 tty->termios.c_cflag &= ~CRTSCTS; in klsi_105_set_termios()
|
| H A D | belkin_sa.c | 314 if (!(old_cflag & CRTSCTS)) in belkin_sa_set_termios() 376 ((cflag ^ old_cflag) & CRTSCTS)) { in belkin_sa_set_termios() 383 if (cflag & CRTSCTS) in belkin_sa_set_termios()
|
| H A D | digi_acceleport.c | 775 (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in digi_set_termios() 782 if (cflag & CRTSCTS) { in digi_set_termios() 803 (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in digi_set_termios() 810 if (cflag & CRTSCTS) in digi_set_termios()
|
| H A D | spcp8x5.c | 298 if (!(old_termios->c_cflag & CRTSCTS)) in spcp8x5_set_termios() 374 if (cflag & CRTSCTS) { in spcp8x5_set_termios()
|
| H A D | console.c | 106 cflag |= CRTSCTS; in usb_console_setup()
|
| H A D | upd78f0730.c | 366 tty->termios.c_cflag &= ~CRTSCTS; in upd78f0730_set_termios()
|
| H A D | ssu100.c | 254 if (cflag & CRTSCTS) in ssu100_set_termios()
|
| H A D | ark3116.c | 215 hcr = (cflag & CRTSCTS) ? 0x03 : 0x00; in ark3116_set_termios()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ldisc.c | 328 ktermios.c_cflag &= ~CRTSCTS; in hci_uart_set_flow_control() 331 (tty->termios.c_cflag & CRTSCTS) ? "failed" : "success"); in hci_uart_set_flow_control() 362 ktermios.c_cflag |= CRTSCTS; in hci_uart_set_flow_control() 365 !(tty->termios.c_cflag & CRTSCTS) ? "failed" : "success"); in hci_uart_set_flow_control()
|
| /linux/net/nfc/nci/ |
| H A D | uart.c | 416 new_termios.c_cflag |= CRTSCTS; in nci_uart_set_config() 418 new_termios.c_cflag &= ~CRTSCTS; in nci_uart_set_config()
|
| /linux/tools/arch/x86/dell-uart-backlight-emulator/ |
| H A D | dell-uart-backlight-emulator.c | 69 tty.c_cflag &= ~CRTSCTS; in main()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_mtk.c | 411 if ((termios->c_cflag & CRTSCTS) && (!(termios->c_iflag & CRTSCTS))) in mtk8250_set_termios() 413 else if (termios->c_iflag & CRTSCTS) in mtk8250_set_termios()
|
| H A D | 8250_dwlib.c | 99 if (termios->c_cflag & CRTSCTS) in dw8250_do_set_termios()
|
| /linux/drivers/tty/serial/ |
| H A D | st-asc.c | 477 (ascport->hw_flow_control ? 0 : CRTSCTS)); in asc_set_termios() 517 if ((cflag & CRTSCTS)) { in asc_set_termios()
|
| H A D | meson_uart.c | 381 if (cflags & CRTSCTS) { in meson_uart_set_termios() 385 termios->c_cflag &= ~CRTSCTS; in meson_uart_set_termios()
|
| H A D | 21285.c | 233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
|
| H A D | apbuart.c | 228 if (termios->c_cflag & CRTSCTS) in apbuart_set_termios()
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 774 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control() 812 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | tty.c | 868 if ((old->c_cflag & CRTSCTS) && !(new->c_cflag & CRTSCTS)) in rfcomm_tty_set_termios()
|
| /linux/drivers/staging/greybus/ |
| H A D | uart.c | 568 if (tty->termios.c_cflag & CRTSCTS) { in gb_tty_throttle() 587 if (tty->termios.c_cflag & CRTSCTS) { in gb_tty_unthrottle()
|