| /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/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/include/uapi/asm-generic/ |
| H A D | termbits-common.h | 51 #define CRTSCTS 0x80000000 /* flow control */ macro
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 317 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed() 874 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios() 880 if ((old_termios->c_cflag & CRTSCTS) && !(cflag & CRTSCTS)) { in sdio_uart_set_termios() 886 if (!(old_termios->c_cflag & CRTSCTS) && (cflag & CRTSCTS)) { in sdio_uart_set_termios()
|
| /linux/drivers/bluetooth/ |
| H A D | hci_ldisc.c | 340 ktermios.c_cflag &= ~CRTSCTS; in hci_uart_set_flow_control() 343 (tty->termios.c_cflag & CRTSCTS) ? "failed" : "success"); in hci_uart_set_flow_control() 374 ktermios.c_cflag |= CRTSCTS; in hci_uart_set_flow_control() 377 !(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/usb/serial/ |
| H A D | console.c | 106 cflag |= CRTSCTS; in usb_console_setup()
|
| H A D | ch341.c | 502 tty->termios.c_cflag &= ~CRTSCTS; in ch341_set_flow_control() 503 tty->termios.c_cflag |= (old_termios->c_cflag & CRTSCTS); in ch341_set_flow_control()
|
| H A D | upd78f0730.c | 366 tty->termios.c_cflag &= ~CRTSCTS; in upd78f0730_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 | mps2-uart.c | 347 termios->c_cflag &= ~(CRTSCTS | CMSPAR); in mps2_uart_set_termios()
|
| H A D | mcf.c | 250 if (termios->c_cflag & CRTSCTS) { in mcf_set_termios()
|
| H A D | lpc32xx_hs.c | 482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
| H A D | tegra-utc.c | 301 termios->c_cflag &= ~(CMSPAR | CRTSCTS); in tegra_utc_set_termios()
|
| H A D | milbeaut_usio.c | 332 (termios->c_cflag & CRTSCTS)) in mlb_usio_set_termios()
|
| H A D | fsl_lpuart.c | 2045 termios->c_cflag &= ~CRTSCTS; in lpuart_set_termios() 2047 if (termios->c_cflag & CRTSCTS) in lpuart_set_termios() 2281 termios->c_cflag &= ~CRTSCTS; in lpuart32_set_termios() 2283 if (termios->c_cflag & CRTSCTS) in lpuart32_set_termios()
|
| H A D | owl-uart.c | 356 if (termios->c_cflag & CRTSCTS) in owl_uart_set_termios()
|
| H A D | rda-uart.c | 299 if (termios->c_cflag & CRTSCTS) { in rda_uart_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/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()
|