Searched refs:svc_reset_gpio (Results 1 – 1 of 1) sorted by relevance
48 int svc_reset_gpio; member227 svc_reset_onoff(arche_pdata->svc_reset_gpio, in arche_platform_coldboot_seq()241 svc_reset_onoff(arche_pdata->svc_reset_gpio, in arche_platform_coldboot_seq()262 svc_reset_onoff(arche_pdata->svc_reset_gpio, in arche_platform_fw_flashing_seq()276 svc_reset_onoff(arche_pdata->svc_reset_gpio, in arche_platform_fw_flashing_seq()308 svc_reset_onoff(arche_pdata->svc_reset_gpio, in arche_platform_poweroff_seq()447 arche_pdata->svc_reset_gpio = of_get_named_gpio(np, in arche_platform_probe()450 if (!gpio_is_valid(arche_pdata->svc_reset_gpio)) { in arche_platform_probe()452 return arche_pdata->svc_reset_gpio; in arche_platform_probe()454 ret = devm_gpio_request(dev, arche_pdata->svc_reset_gpio, "svc-reset"); in arche_platform_probe()[all …]