Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dserial_core.c195 uart_change_pm(state, UART_PM_STATE_ON); in uart_port_startup()
1848 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
1849 uart_change_pm(state, UART_PM_STATE_ON); in uart_line_info()
1853 if (pm_state != UART_PM_STATE_ON) in uart_line_info()
2250 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2260 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port()
2361 uart_change_pm(state, UART_PM_STATE_ON); in uart_configure_port()
Dqcom_geni_serial.c1205 if (new_state == UART_PM_STATE_ON && old_state == UART_PM_STATE_OFF) in qcom_geni_serial_pm()
1208 old_state == UART_PM_STATE_ON) in qcom_geni_serial_pm()
Dst-asc.c489 case UART_PM_STATE_ON: in asc_pm()
Dsc16is7xx.c1099 sc16is7xx_power(port, (state == UART_PM_STATE_ON) ? 1 : 0); in sc16is7xx_pm()
Dsprd_serial.c913 case UART_PM_STATE_ON: in sprd_pm()
Dstm32-usart.c884 case UART_PM_STATE_ON: in stm32_pm()
/Linux-v5.4/include/linux/
Dserial_core.h275 UART_PM_STATE_ON = 0, enumerator