Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
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()
Darche-platform.c286 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in arche_platform_poweroff_seq()
304 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_poweroff_seq()
317 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
377 case ARCHE_PLATFORM_STATE_OFF: in state_show()
411 if (arche_pdata->state != ARCHE_PLATFORM_STATE_OFF) in arche_platform_pm_notifier()
452 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_probe()
Darche_platform.h13 ARCHE_PLATFORM_STATE_OFF, enumerator