Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmeson_uart.c704 bool has_rtscts; in meson_uart_probe() local
732 has_rtscts = of_property_read_bool(pdev->dev.of_node, "uart-has-rtscts"); in meson_uart_probe()
763 if (has_rtscts) in meson_uart_probe()
H A Dsh-sci-common.h160 bool has_rtscts; member
H A Drsci.c193 if (!s->has_rtscts) in rsci_init_pins()
H A Dsh-sci.c935 if (s->has_rtscts) { in sci_init_pins()
2366 if (!s->has_rtscts) in sci_set_mctrl()
3780 sp->has_rtscts = of_property_read_bool(np, "uart-has-rtscts"); in sci_parse_dt()
3827 if (sciport->has_rtscts) { in sci_probe_single()