Searched refs:svc_sysboot (Results 1 – 1 of 1) sorted by relevance
49 struct gpio_desc *svc_sysboot; member225 gpiod_set_value(arche_pdata->svc_sysboot, 0); in arche_platform_coldboot_seq()258 gpiod_set_value(arche_pdata->svc_sysboot, 1); in arche_platform_fw_flashing_seq()452 arche_pdata->svc_sysboot = devm_gpiod_get(dev, "svc,sysboot", in arche_platform_probe()454 if (IS_ERR(arche_pdata->svc_sysboot)) { in arche_platform_probe()455 ret = PTR_ERR(arche_pdata->svc_sysboot); in arche_platform_probe()