Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/bus/mhi/host/
Dinternal.h111 #define MHI_REG_ACCESS_VALID(pm_state) ((pm_state & (MHI_PM_POR | MHI_PM_M0 | \ argument
115 #define MHI_PM_IN_ERROR_STATE(pm_state) (pm_state >= MHI_PM_FW_DL_ERR) argument
116 #define MHI_PM_IN_FATAL_STATE(pm_state) (pm_state == MHI_PM_LD_ERR_FATAL_DETECT) argument
118 #define MHI_WAKE_DB_CLEAR_VALID(pm_state) (pm_state & (MHI_PM_M0 | \ argument
120 #define MHI_WAKE_DB_SET_VALID(pm_state) (pm_state & MHI_PM_M2) argument
121 #define MHI_WAKE_DB_FORCE_SET_VALID(pm_state) MHI_WAKE_DB_CLEAR_VALID(pm_state) argument
122 #define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state == MHI_PM_DISABLE || \ argument
124 #define MHI_PM_IN_SUSPEND_STATE(pm_state) (pm_state & \ argument
Dmain.c484 enum mhi_pm_state pm_state = 0; in mhi_intvec_threaded_handler() local
877 enum mhi_pm_state pm_state; in mhi_process_ctrl_ev_ring() local
1066 enum mhi_pm_state pm_state = 0; in mhi_ctrl_ev_task() local
/kernel/linux/linux-6.6/arch/x86/platform/olpc/
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()
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
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()
/kernel/linux/linux-6.6/drivers/acpi/
Dsleep.c558 static int acpi_suspend_begin(suspend_state_t pm_state) in acpi_suspend_begin()
586 static int acpi_suspend_enter(suspend_state_t pm_state) in acpi_suspend_enter()
660 static int acpi_suspend_state_valid(suspend_state_t pm_state) in acpi_suspend_state_valid()
691 static int acpi_suspend_begin_old(suspend_state_t pm_state) in acpi_suspend_begin_old()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
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
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
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
/kernel/linux/linux-6.6/sound/soc/sof/
Dtrace.c39 void sof_fw_trace_suspend(struct snd_sof_dev *sdev, pm_message_t pm_state) in sof_fw_trace_suspend()
Dpm.c201 pm_message_t pm_state; in sof_suspend() local
/kernel/linux/linux-5.10/drivers/acpi/
Dsleep.c559 static int acpi_suspend_begin(suspend_state_t pm_state) in acpi_suspend_begin()
587 static int acpi_suspend_enter(suspend_state_t pm_state) in acpi_suspend_enter()
655 static int acpi_suspend_state_valid(suspend_state_t pm_state) in acpi_suspend_state_valid()
686 static int acpi_suspend_begin_old(suspend_state_t pm_state) in acpi_suspend_begin_old()
/kernel/linux/linux-6.6/drivers/cpuidle/
Dcpuidle-cps.c26 enum cps_pm_state pm_state; in cps_nc_enter() local
/kernel/linux/linux-5.10/drivers/cpuidle/
Dcpuidle-cps.c26 enum cps_pm_state pm_state; in cps_nc_enter() local
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
Dinternal.h435 #define MHI_REG_ACCESS_VALID(pm_state) ((pm_state & (MHI_PM_POR | MHI_PM_M0 | \ argument
439 #define MHI_PM_IN_ERROR_STATE(pm_state) (pm_state >= MHI_PM_FW_DL_ERR) argument
440 #define MHI_PM_IN_FATAL_STATE(pm_state) (pm_state == MHI_PM_LD_ERR_FATAL_DETECT) argument
443 #define MHI_WAKE_DB_CLEAR_VALID(pm_state) (pm_state & (MHI_PM_M0 | \ argument
445 #define MHI_WAKE_DB_SET_VALID(pm_state) (pm_state & MHI_PM_M2) argument
446 #define MHI_WAKE_DB_FORCE_SET_VALID(pm_state) MHI_WAKE_DB_CLEAR_VALID(pm_state) argument
447 #define MHI_EVENT_ACCESS_INVALID(pm_state) (pm_state == MHI_PM_DISABLE || \ argument
449 #define MHI_PM_IN_SUSPEND_STATE(pm_state) (pm_state & \ argument
/kernel/linux/linux-5.10/drivers/misc/cardreader/
Drts5229.c47 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rts5229_force_power_down()
Drts5209.c50 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rts5209_force_power_down()
Drtl8411.c79 static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state) in rtl8411_force_power_down()
/kernel/linux/linux-6.6/drivers/misc/cardreader/
Drts5229.c47 static void rts5229_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5229_force_power_down()
Drts5209.c50 static void rts5209_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts5209_force_power_down()
Drts5227.c422 static void rts522a_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts522a_force_power_down()
Drtl8411.c79 static void rtl8411_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rtl8411_force_power_down()
Drts5249.c105 static void rts52xa_force_power_down(struct rtsx_pcr *pcr, u8 pm_state, bool runtime) in rts52xa_force_power_down()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
Dispresizer.h103 int pm_state; member
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Dispresizer.h103 int pm_state; member
/kernel/linux/linux-5.10/include/linux/
Dshdma-base.h72 enum shdma_pm_state pm_state; member
/kernel/linux/linux-6.6/include/linux/
Dshdma-base.h72 enum shdma_pm_state pm_state; member

123