Searched refs:has_rtscts (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/tty/serial/
H A Dmeson_uart.c706 bool has_rtscts; local
734 has_rtscts = of_property_read_bool(pdev->dev.of_node, "uart-has-rtscts");
765 if (has_rtscts)
H A Dsh-sci.c158 bool has_rtscts; member in struct:sci_port
743 if (to_sci_port(port)->has_rtscts) {
2116 if (!s->has_rtscts)
3319 sp->has_rtscts = of_property_read_bool(np, "uart-has-rtscts");
3360 if (sciport->has_rtscts) {

Completed in 104 milliseconds