Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/
Dhw-me.c234 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
693 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
907 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
938 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1030 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
1041 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_intr()
1047 if (hw->pg_state == MEI_PG_ON && (intr_source & H_IS)) { in mei_me_d0i3_intr()
Dmei_dev.h354 MEI_PG_ON = 1, enumerator
Dhw-txe.c335 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; in mei_txe_pg_state()
Dhbm.c973 if (mei_pg_state(dev) != MEI_PG_ON || in mei_hbm_pg_exit_res()
Dclient.c690 if (mei_pg_state(dev) == MEI_PG_ON || in mei_hbuf_acquire()