Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/greybus/
H A Darche-platform.c77 arche_pdata->state = state; in arche_platform_set_state()
224 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
237 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
257 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
270 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
301 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_poweroff_seq()
375 switch (arche_pdata->state) { in state_show()
432 arche_pdata = devm_kzalloc(&pdev->dev, sizeof(*arche_pdata), in arche_platform_probe()
434 if (!arche_pdata) in arche_platform_probe()
493 arche_pdata->dev = &pdev->dev; in arche_platform_probe()
[all …]