Home
last modified time | relevance | path

Searched refs:MEI_PG_ON (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw-me.c261 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
273 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
722 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
936 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
967 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1059 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
1070 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_intr()
1076 if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) { in mei_me_d0i3_intr()
H A Dmei_dev.h374 * @MEI_PG_ON: device is power gated - it is in lower power state
378 MEI_PG_ON = 1, enumerator
H A Dhw-txe.c329 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
335 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; in mei_txe_pg_state()
H A Dhbm.c992 if (mei_pg_state(dev) != MEI_PG_ON || in mei_hbm_pg_exit_res()
H A Dclient.c741 if (mei_pg_state(dev) == MEI_PG_ON || in mei_hbuf_acquire()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw-me.c262 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
274 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
762 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
977 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
1008 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1100 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
1111 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_intr()
1117 if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) { in mei_me_d0i3_intr()
H A Dgsc-me.c235 hw->pg_state = MEI_PG_ON; in mei_gsc_pm_runtime_suspend()
H A Dmei_dev.h418 * @MEI_PG_ON: device is power gated - it is in lower power state
422 MEI_PG_ON = 1, enumerator
H A Dhw-txe.c329 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
335 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; in mei_txe_pg_state()
H A Dhbm.c1117 if (mei_pg_state(dev) != MEI_PG_ON || in mei_hbm_pg_exit_res()
H A Dclient.c747 if (mei_pg_state(dev) == MEI_PG_ON || in mei_hbuf_acquire()

Completed in 17 milliseconds