Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Darche-apb-ctrl.c177 apb->state == ARCHE_PLATFORM_STATE_OFF) in standby_boot_seq()
202 if (apb->init_disabled || apb->state == ARCHE_PLATFORM_STATE_OFF) in poweroff_seq()
221 apb->state = ARCHE_PLATFORM_STATE_OFF; in poweroff_seq()
263 if (apb->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
306 case ARCHE_PLATFORM_STATE_OFF: in state_show()
435 apb->state = ARCHE_PLATFORM_STATE_OFF; in arche_apb_ctrl_probe()
Darche-platform.c292 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in arche_platform_poweroff_seq()
311 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_poweroff_seq()
324 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
384 case ARCHE_PLATFORM_STATE_OFF: in state_show()
418 if (arche_pdata->state != ARCHE_PLATFORM_STATE_OFF) in arche_platform_pm_notifier()
465 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_probe()
Darche_platform.h13 ARCHE_PLATFORM_STATE_OFF, enumerator