Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dserial_core.c147 uart_change_pm(state, UART_PM_STATE_ON); in uart_port_startup()
1691 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
1692 uart_change_pm(state, UART_PM_STATE_ON); in uart_line_info()
1696 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
2131 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2141 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2242 uart_change_pm(state, UART_PM_STATE_ON); in uart_configure_port()
Dstm32-usart.c475 case UART_PM_STATE_ON: in stm32_pm()
Dst-asc.c460 case UART_PM_STATE_ON: in asc_pm()
Dsc16is7xx.c1055 sc16is7xx_power(port, (state == UART_PM_STATE_ON) ? 1 : 0); in sc16is7xx_pm()
/linux-4.4.14/include/linux/
Dserial_core.h269 UART_PM_STATE_ON = 0, enumerator