Home
last modified time | relevance | path

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

/linux-6.1.9/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.c284 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in arche_platform_poweroff_seq()
302 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_poweroff_seq()
315 if (arche_pdata->state == ARCHE_PLATFORM_STATE_OFF) in state_store()
375 case ARCHE_PLATFORM_STATE_OFF: in state_show()
409 if (arche_pdata->state != ARCHE_PLATFORM_STATE_OFF) in arche_platform_pm_notifier()
450 arche_platform_set_state(arche_pdata, ARCHE_PLATFORM_STATE_OFF); in arche_platform_probe()
Darche_platform.h13 ARCHE_PLATFORM_STATE_OFF, enumerator