Searched refs:uart_change_pm (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/tty/serial/ | 
| D | serial_core.c | 57 static void uart_change_pm(struct uart_state *state, 147 	uart_change_pm(state, UART_PM_STATE_ON);  in uart_port_startup() 1422 		uart_change_pm(state, UART_PM_STATE_OFF);  in uart_close() 1519 			uart_change_pm(state, UART_PM_STATE_OFF);  in uart_hangup() 1691 			uart_change_pm(state, UART_PM_STATE_ON);  in uart_line_info() 1696 			uart_change_pm(state, pm_state);  in uart_line_info() 1992 static void uart_change_pm(struct uart_state *state,  in uart_change_pm()  function 2076 	uart_change_pm(state, UART_PM_STATE_OFF);  in uart_suspend_port() 2123 			uart_change_pm(state, UART_PM_STATE_ON);  in uart_resume_port() 2133 		uart_change_pm(state, UART_PM_STATE_ON);  in uart_resume_port() [all …] 
 |