Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dserial_core.c147 uart_change_pm(state, UART_PM_STATE_ON); in uart_port_startup()
1690 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
1691 uart_change_pm(state, UART_PM_STATE_ON); in uart_line_info()
1695 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
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()
2234 uart_change_pm(state, UART_PM_STATE_ON); in uart_configure_port()
Dst-asc.c460 case UART_PM_STATE_ON: in asc_pm()
Dsc16is7xx.c964 sc16is7xx_power(port, (state == UART_PM_STATE_ON) ? 1 : 0); in sc16is7xx_pm()
/linux-4.1.27/include/linux/
Dserial_core.h269 UART_PM_STATE_ON = 0, enumerator