Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dserial_core.h199 #define UPF_SOFT_FLOW ((__force upf_t) (1 << 22)) macro
/Linux-v5.10/drivers/tty/serial/8250/
D8250_omap.c478 } else if (up->port.flags & UPF_SOFT_FLOW) { in omap_8250_set_termios()
1254 up.port.flags = UPF_FIXED_PORT | UPF_FIXED_TYPE | UPF_SOFT_FLOW | in omap8250_probe()
/Linux-v5.10/drivers/tty/serial/
Domap-serial.c1048 if (up->port.flags & UPF_SOFT_FLOW) { in serial_omap_set_termios()
1136 up->port.flags |= UPF_SOFT_FLOW | UPF_HARD_FLOW; in serial_omap_config_port()
Dserial_core.c1496 if (uport->flags & UPF_SOFT_FLOW) { in uart_set_termios()