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

/linux-master/drivers/tty/serial/
H A Dmeson_uart.c704 bool has_rtscts; local
732 has_rtscts = of_property_read_bool(pdev->dev.of_node, "uart-has-rtscts");
763 if (has_rtscts)
H A Dsh-sci.c158 bool has_rtscts; member in struct:sci_port
743 if (to_sci_port(port)->has_rtscts) {
2122 if (!s->has_rtscts)
3325 sp->has_rtscts = of_property_read_bool(np, "uart-has-rtscts");
3366 if (sciport->has_rtscts) {

Completed in 286 milliseconds