Home
last modified time | relevance | path

Searched refs:UPF_HARD_FLOW (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/serial/
H A Dma35d1_serial.c347 up->port.flags |= UPF_HARD_FLOW; in ma35d1serial_set_mctrl()
352 up->port.flags &= ~UPF_HARD_FLOW; in ma35d1serial_set_mctrl()
H A Dsh-sci.c2655 if ((port->flags & UPF_HARD_FLOW) && in sci_set_termios()
2672 if (port->flags & UPF_HARD_FLOW) { in sci_set_termios()
3409 sciport->port.flags |= UPF_HARD_FLOW; in sci_probe_single()
/linux/include/linux/
H A Dserial_core.h527 #define UPF_HARD_FLOW ((__force upf_t) (UPF_AUTO_CTS | UPF_AUTO_RTS)) macro
/linux/drivers/tty/serial/8250/
H A D8250_omap.c487 if (termios->c_cflag & CRTSCTS && up->port.flags & UPF_HARD_FLOW && in omap_8250_set_termios()
1452 up.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | UPF_SOFT_FLOW | UPF_HARD_FLOW; in omap8250_probe()