Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dserial_core.c62 static void uart_change_pm(struct uart_state *state, int pm_state);
1308 uart_change_pm(state, 3); in uart_close()
1522 uart_change_pm(state, 0); in uart_open()
1589 uart_change_pm(state, 0); in uart_line_info()
1594 uart_change_pm(state, pm_state); in uart_line_info()
1840 static void uart_change_pm(struct uart_state *state, int pm_state) in uart_change_pm() function
1927 uart_change_pm(state, 3); in uart_suspend_port()
1974 uart_change_pm(state, 0); in uart_resume_port()
1984 uart_change_pm(state, 0); in uart_resume_port()
2084 uart_change_pm(state, 0); in uart_configure_port()
[all …]