Home
last modified time | relevance | path

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

1234

/openbmc/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()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c136 ktermios.c_cflag |= CRTSCTS; in ttyport_open()
190 ktermios.c_cflag |= CRTSCTS; in ttyport_set_flow_control()
192 ktermios.c_cflag &= ~CRTSCTS; in ttyport_set_flow_control()
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dserial-sh7722.c15 if (!(cflag & CRTSCTS)) in sh7722_sci_init_pins()
/openbmc/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()
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h51 #define CRTSCTS 0x80000000 /* flow control */ macro
/openbmc/linux/drivers/usb/serial/
H A Dkl5kusb105.c475 || (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in klsi_105_set_termios()
477 tty->termios.c_cflag &= ~CRTSCTS; in klsi_105_set_termios()
H A Dbelkin_sa.c315 if (!(old_cflag & CRTSCTS)) in belkin_sa_set_termios()
377 ((cflag ^ old_cflag) & CRTSCTS)) { in belkin_sa_set_termios()
384 if (cflag & CRTSCTS) in belkin_sa_set_termios()
H A Ddigi_acceleport.c777 (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in digi_set_termios()
784 if (cflag & CRTSCTS) { in digi_set_termios()
805 (cflag & CRTSCTS) != (old_cflag & CRTSCTS)) { in digi_set_termios()
812 if (cflag & CRTSCTS) in digi_set_termios()
H A Dspcp8x5.c308 if (!(old_termios->c_cflag & CRTSCTS)) in spcp8x5_set_termios()
384 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()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c319 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed()
878 if (!(cflag & CRTSCTS) || !tty_throttled(tty)) in sdio_uart_set_termios()
884 if ((old_termios->c_cflag & CRTSCTS) && !(cflag & CRTSCTS)) { in sdio_uart_set_termios()
890 if (!(old_termios->c_cflag & CRTSCTS) && (cflag & CRTSCTS)) { in sdio_uart_set_termios()
/openbmc/linux/drivers/bluetooth/
H A Dhci_ldisc.c325 ktermios.c_cflag &= ~CRTSCTS; in hci_uart_set_flow_control()
328 (tty->termios.c_cflag & CRTSCTS) ? "failed" : "success"); in hci_uart_set_flow_control()
359 ktermios.c_cflag |= CRTSCTS; in hci_uart_set_flow_control()
362 !(tty->termios.c_cflag & CRTSCTS) ? "failed" : "success"); in hci_uart_set_flow_control()
/openbmc/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()
/openbmc/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()
/openbmc/qemu/chardev/
H A Dchar-serial.c145 tty.c_cflag &= ~(CSIZE | PARENB | PARODD | CRTSCTS | CSTOPB); in tty_serial_init()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c262 if (ch->ch_c_cflag & CRTSCTS) in neo_set_new_start_stop_chars()
1033 if (ch->ch_c_cflag & CRTSCTS) in neo_param()
1045 if (ch->ch_c_cflag & CRTSCTS) in neo_param()
H A Djsm_tty.c773 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()
811 if (ch->ch_c_cflag & CRTSCTS) { in jsm_check_queue_flow_control()
H A Djsm_cls.c756 if (ch->ch_c_cflag & CRTSCTS) in cls_param()
771 if (ch->ch_c_cflag & CRTSCTS) in cls_param()
/openbmc/linux/drivers/tty/serial/
H A Dst-asc.c476 (ascport->hw_flow_control ? 0 : CRTSCTS)); in asc_set_termios()
516 if ((cflag & CRTSCTS)) { in asc_set_termios()
H A Dmeson_uart.c383 if (cflags & CRTSCTS) { in meson_uart_set_termios()
387 termios->c_cflag &= ~CRTSCTS; in meson_uart_set_termios()
H A D21285.c233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
/openbmc/linux/drivers/tty/
H A Damiserial.c639 tty_port_set_cts_flow(port, cflag & CRTSCTS); in change_speed()
640 if (cflag & CRTSCTS) in change_speed()
1199 if ((old_termios->c_cflag & CRTSCTS) && !C_CRTSCTS(tty)) { in rs_set_termios()

1234