Searched refs:MEI_PG_OFF (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/misc/mei/
H A Dhw-me.c184 hw->pg_state = MEI_PG_OFF; mei_me_hw_config()
193 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
688 hw->pg_state = MEI_PG_OFF; mei_me_pg_exit_sync()
749 hw->pg_state = MEI_PG_OFF; mei_me_pg_intr()
H A Dmei_dev.h417 * @MEI_PG_OFF: device is not power gated - it is active
421 MEI_PG_OFF = 0, enumerator in enum:mei_pg_state
H A Dhw-txe.c334 * Return: MEI_PG_OFF if aliveness is on and MEI_PG_ON otherwise
340 return hw->aliveness ? MEI_PG_OFF : MEI_PG_ON; mei_txe_pg_state()

Completed in 115 milliseconds