Home
last modified time | relevance | path

Searched defs:pm_state (Results 1 – 25 of 30) sorted by relevance

12

/linux/drivers/bus/mhi/host/
H A Dinternal.h157 #define MHI_REG_ACCESS_VALID(pm_state) ((pm_state & (MHI_PM_POR | MHI_PM_M0 | \ argument
162 #define MHI_PM_IN_ERROR_STATE(pm_state) (pm_state >= MHI_PM_FW_DL_ERR) argument
163 #define MHI_PM_IN_FATAL_STATE(pm_state) (pm_state == MHI_PM_LD_ERR_FATAL_DETECT) argument
165 #define MHI_WAKE_DB_CLEAR_VALID(pm_state) (pm_state & (MHI_PM_M0 | \ argument
167 #define MHI_WAKE_DB_SET_VALID(pm_state) (pm_state & MHI_PM_M2) argument
168 #define MHI_WAKE_DB_FORCE_SET_VALID(pm_state) MHI_WAKE_DB_CLEAR_VALID(pm_state) argument
169 #define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state == MHI_PM_DISABLE || \ argument
171 #define MHI_PM_IN_SUSPEND_STATE(pm_state) (pm_state & \ argument
H A Dmain.c486 enum mhi_pm_state pm_state = 0; in mhi_intvec_threaded_handler() local
888 enum mhi_pm_state pm_state; in mhi_process_ctrl_ev_ring() local
1079 enum mhi_pm_state pm_state = 0; in mhi_ctrl_ev_task() local
/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c47 static int xo1_power_state_enter(suspend_state_t pm_state) in xo1_power_state_enter()
108 static int xo1_power_state_valid(suspend_state_t pm_state) in xo1_power_state_valid()
/linux/drivers/acpi/
H A Dsleep.c562 static int acpi_suspend_begin(suspend_state_t pm_state) in acpi_suspend_begin()
590 static int acpi_suspend_enter(suspend_state_t pm_state) in acpi_suspend_enter()
664 static int acpi_suspend_state_valid(suspend_state_t pm_state) in acpi_suspend_state_valid()
696 static int acpi_suspend_begin_old(suspend_state_t pm_state) in acpi_suspend_begin_old()
/linux/drivers/net/wireless/st/cw1200/
H A Dpm.c160 struct cw1200_pm_state *pm_state = &priv->pm_state; in cw1200_wow_suspend() local
305 struct cw1200_pm_state *pm_state = &priv->pm_state; in cw1200_wow_resume() local
H A Dcw1200.h173 struct cw1200_pm_state pm_state; member
/linux/sound/soc/sof/
H A Dtrace.c39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend()
H A Dpm.c201 pm_message_t pm_state; in sof_suspend() local
H A Dipc4-mtrace.c661 static void ipc4_mtrace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in ipc4_mtrace_suspend()
/linux/drivers/cpuidle/
H A Dcpuidle-cps.c26 enum cps_pm_state pm_state; in cps_nc_enter() local
/linux/drivers/misc/cardreader/
H A Drts5229.c47 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5229_force_power_down()
H A Drts5209.c50 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5209_force_power_down()
H A Drtl8411.c79 static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rtl8411_force_power_down()
H A Drts5261.c60 static void rts5261_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5261_force_power_down()
H A Drts5264.c57 static void rts5264_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5264_force_power_down()
/linux/drivers/media/platform/ti/omap3isp/
H A Dispresizer.h103 int pm_state; member
/linux/include/linux/
H A Dshdma-base.h72 enum shdma_pm_state pm_state; member
H A Dserial_core.h819 enum uart_pm_state pm_state; member
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.h94 enum sf_pdma_pm_state pm_state; member
/linux/arch/arm/mach-exynos/
H A Dsuspend.c71 static struct exynos_pm_state pm_state; variable
/linux/drivers/tty/serial/
H A Dserial_core.c2018 enum uart_pm_state pm_state; in uart_line_info() local
2307 enum uart_pm_state pm_state) in uart_change_pm()
2627 enum uart_pm_state pm_state; in uart_poll_init() local
/linux/drivers/dma/
H A Dfsldma.h181 enum fsldma_pm_state pm_state; member
/linux/drivers/video/fbdev/nvidia/
H A Dnv_type.h136 int pm_state; member
/linux/drivers/dma/qcom/
H A Dgpi.c488 enum gpi_pm_state pm_state; member
511 enum gpi_pm_state pm_state; member
/linux/drivers/video/fbdev/savage/
H A Dsavagefb.h201 int pm_state; member

12