Home
last modified time | relevance | path

Searched refs:MEI_PG_ON (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/misc/mei/
Dhw-me.c262 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
757 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
972 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
1003 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1095 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
1106 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_intr()
1112 if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) { in mei_me_d0i3_intr()
Dgsc-me.c235 hw->pg_state = MEI_PG_ON; in mei_gsc_pm_runtime_suspend()
Dmei_dev.h409 MEI_PG_ON = 1, enumerator
Dhw-txe.c335 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; in mei_txe_pg_state()
Dhbm.c1113 if (mei_pg_state(dev) != MEI_PG_ON || in mei_hbm_pg_exit_res()
Dclient.c745 if (mei_pg_state(dev) == MEI_PG_ON || in mei_hbuf_acquire()