Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dpic32_uart.h61 bool hw_flow_ctrl; member
Dpic32_uart.c101 if (!sport->hw_flow_ctrl) in pic32_uart_get_mctrl()
568 if ((new->c_cflag & CRTSCTS) && sport->hw_flow_ctrl) { in pic32_uart_set_termios()
836 sport->hw_flow_ctrl = false; in pic32_uart_probe()
839 sport->hw_flow_ctrl = true; in pic32_uart_probe()
Dsirfsoc_uart.c80 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) in sirfsoc_uart_get_mctrl()
128 if (!sirfport->hw_flow_ctrl || !sirfport->ms_enabled) in sirfsoc_uart_set_mctrl()
324 if (!sirfport->hw_flow_ctrl) in sirfsoc_uart_disable_ms()
359 if (!sirfport->hw_flow_ctrl) in sirfsoc_uart_enable_ms()
948 sirfport->hw_flow_ctrl) { in sirfsoc_uart_startup()
1018 sirfport->hw_flow_ctrl) { in sirfsoc_uart_shutdown()
1299 sirfport->hw_flow_ctrl = in sirfsoc_uart_probe()
1308 if (!sirfport->hw_flow_ctrl) in sirfsoc_uart_probe()
Dsirfsoc_uart.h413 bool hw_flow_ctrl; member