Searched refs:UART_PM_STATE_ON (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/tty/serial/ |
| A D | sprd_serial.c | 886 case UART_PM_STATE_ON: in sprd_pm() 898 if (port->state->pm_state != UART_PM_STATE_ON) { in sprd_poll_init() 899 sprd_pm(port, UART_PM_STATE_ON, 0); in sprd_poll_init() 900 port->state->pm_state = UART_PM_STATE_ON; in sprd_poll_init()
|
| A D | serial_core.c | 317 uart_change_pm(state, UART_PM_STATE_ON); in uart_port_startup() 2063 if (pm_state != UART_PM_STATE_ON) in uart_line_info() 2064 uart_change_pm(state, UART_PM_STATE_ON); in uart_line_info() 2068 if (pm_state != UART_PM_STATE_ON) in uart_line_info() 2495 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port() 2510 uart_change_pm(state, UART_PM_STATE_ON); in uart_resume_port() 2631 uart_change_pm(state, UART_PM_STATE_ON); in uart_configure_port() 2691 uart_change_pm(state, UART_PM_STATE_ON); in uart_poll_init()
|
| A D | st-asc.c | 446 case UART_PM_STATE_ON: in asc_pm()
|
| A D | qcom_geni_serial.c | 1584 if (new_state == UART_PM_STATE_ON && old_state == UART_PM_STATE_OFF) { in qcom_geni_serial_pm() 1590 old_state == UART_PM_STATE_ON) { in qcom_geni_serial_pm()
|
| A D | sc16is7xx.c | 1271 sc16is7xx_power(port, (state == UART_PM_STATE_ON) ? 1 : 0); in sc16is7xx_pm()
|
| A D | stm32-usart.c | 1433 case UART_PM_STATE_ON: in stm32_usart_pm()
|
| A D | atmel_serial.c | 2082 case UART_PM_STATE_ON: in atmel_serial_pm()
|
| /linux/include/linux/ |
| A D | serial_core.h | 802 UART_PM_STATE_ON = 0, enumerator
|
Completed in 44 milliseconds