Searched refs:arche_pdata (Results 1 – 1 of 1) sorted by relevance
76 arche_pdata->state = state; in arche_platform_set_state()223 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()236 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()256 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()269 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()300 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_poweroff_seq()374 switch (arche_pdata->state) { in state_show()431 arche_pdata = devm_kzalloc(&pdev->dev, sizeof(*arche_pdata), in arche_platform_probe()433 if (!arche_pdata) in arche_platform_probe()492 arche_pdata->dev = &pdev->dev; in arche_platform_probe()[all …]
Completed in 7 milliseconds