Home
last modified time | relevance | path

Searched refs:iop_power_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/soc/apple/
H A Drtkit.c91 if ((rtk->iop_power_state & 0xff) != APPLE_RTKIT_PWR_STATE_ON) in apple_rtkit_is_running()
212 rtk->iop_power_state, new_state); in apple_rtkit_management_rx_iop_pwr_ack()
213 rtk->iop_power_state = new_state; in apple_rtkit_management_rx_iop_pwr_ack()
806 rtk->iop_power_state = APPLE_RTKIT_PWR_STATE_OFF; in apple_rtkit_reinit()
850 if (rtk->iop_power_state != state) in apple_rtkit_set_iop_power_state()
912 rtk->iop_power_state = APPLE_RTKIT_PWR_STATE_IDLE; in apple_rtkit_idle()
936 rtk->iop_power_state = APPLE_RTKIT_PWR_STATE_QUIESCED; in apple_rtkit_quiesce()
H A Drtkit-internal.h43 unsigned int iop_power_state; member