Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 – 25 of 64) sorted by relevance

123

/linux/drivers/accessibility/speakup/
H A Dspk_ttyio.c171 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 Dserial-sh7722.c15 if (!(cflag & CRTSCTS)) in sh7722_sci_init_pins()
/linux/arch/sh/kernel/cpu/sh3/
H A Dserial-sh770x.c19 if (!(cflag & CRTSCTS)) { in sh770x_sci_init_pins()
H A Dserial-sh7720.c12 if (cflag & CRTSCTS) { in sh7720_sci_init_pins()
/linux/include/uapi/asm-generic/
H A Dtermbits-common.h51 #define CRTSCTS 0x80000000 /* flow control */ macro
/linux/drivers/usb/serial/
H A Dkl5kusb105.c474 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in klsi_105_set_termios()
476 tty->termios.c_cflag &= ~CRTSCTS; in klsi_105_set_termios()
H A Dbelkin_sa.c314 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 Ddigi_acceleport.c775 (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 Dspcp8x5.c298 if (!(old_termios->c_cflag & CRTSCTS)) in spcp8x5_set_termios()
374 if (cflag & CRTSCTS) { in spcp8x5_set_termios()
H A Dconsole.c106 cflag |= CRTSCTS; in usb_console_setup()
H A Dupd78f0730.c366 tty->termios.c_cflag &= ~CRTSCTS; in upd78f0730_set_termios()
H A Dssu100.c254 if (cflag & CRTSCTS) in ssu100_set_termios()
H A Dark3116.c215 hcr = (cflag & CRTSCTS) ? 0x03 : 0x00; in ark3116_set_termios()
/linux/drivers/bluetooth/
H A Dhci_ldisc.c328 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 Duart.c416 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 Ddell-uart-backlight-emulator.c69 tty.c_cflag &= ~CRTSCTS; in main()
/linux/drivers/tty/serial/8250/
H A D8250_mtk.c411 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 D8250_dwlib.c99 if (termios->c_cflag & CRTSCTS) in dw8250_do_set_termios()
/linux/drivers/tty/serial/
H A Dst-asc.c477 (ascport->hw_flow_control ? 0 : CRTSCTS)); in asc_set_termios()
517 if ((cflag & CRTSCTS)) { in asc_set_termios()
H A Dmeson_uart.c381 if (cflags & CRTSCTS) { in meson_uart_set_termios()
385 termios->c_cflag &= ~CRTSCTS; in meson_uart_set_termios()
H A D21285.c233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
H A Dapbuart.c228 if (termios->c_cflag & CRTSCTS) in apbuart_set_termios()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c774 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 Dtty.c868 if ((old->c_cflag & CRTSCTS) && !(new->c_cflag & CRTSCTS)) in rfcomm_tty_set_termios()
/linux/drivers/staging/greybus/
H A Duart.c568 if (tty->termios.c_cflag & CRTSCTS) { in gb_tty_throttle()
587 if (tty->termios.c_cflag & CRTSCTS) { in gb_tty_unthrottle()

123