Home
last modified time | relevance | path

Searched refs:ARCHE_PLATFORM_STATE_OFF (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Darche-apb-ctrl.c174 apb->state == ARCHE_PLATFORM_STATE_OFF) in standby_boot_seq()
198 if (apb->init_disabled || apb->state == ARCHE_PLATFORM_STATE_OFF) in poweroff_seq()
216 apb->state = ARCHE_PLATFORM_STATE_OFF; in poweroff_seq()
258 if (apb->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
301 case ARCHE_PLATFORM_STATE_OFF: in state_show()
404 apb->state = ARCHE_PLATFORM_STATE_OFF; in arche_apb_ctrl_probe()
H A Darche-platform.c285 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in arche_platform_poweroff_seq()
303 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_poweroff_seq()
316 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
376 case ARCHE_PLATFORM_STATE_OFF: in state_show()
410 if (arche_pdata->state != ARCHE_PLATFORM_STATE_OFF) in arche_platform_pm_notifier()
451 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_probe()
H A Darche_platform.h13 ARCHE_PLATFORM_STATE_OFF, enumerator