Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dserial_core.c194 uart_change_pm(state, UART_PM_STATE_ON); in uart_port_startup()
1778 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
1779 uart_change_pm(state, UART_PM_STATE_ON); in uart_line_info()
1783 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
2178 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2188 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2289 uart_change_pm(state, UART_PM_STATE_ON); in uart_configure_port()
Dqcom_geni_serial.c1206 if (new_state == UART_PM_STATE_ON && old_state == UART_PM_STATE_OFF) in qcom_geni_serial_pm()
1208 else if (!uart_console(uport) && (new_state == UART_PM_STATE_ON && in qcom_geni_serial_pm()
1212 old_state == UART_PM_STATE_ON) in qcom_geni_serial_pm()
1342 if (state->pm_state == UART_PM_STATE_ON) in qcom_geni_serial_sys_suspend_noirq()
Dst-asc.c489 case UART_PM_STATE_ON: in asc_pm()
Dsc16is7xx.c1065 sc16is7xx_power(port, (state == UART_PM_STATE_ON) ? 1 : 0); in sc16is7xx_pm()
Dstm32-usart.c767 case UART_PM_STATE_ON: in stm32_pm()
/Linux-v4.19/include/linux/
Dserial_core.h283 UART_PM_STATE_ON = 0, enumerator