Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/greybus/
Darche-platform.c50 struct gpio_desc *svc_sysboot; member
226 gpiod_set_value(arche_pdata->svc_sysboot, 0); in arche_platform_coldboot_seq()
259 gpiod_set_value(arche_pdata->svc_sysboot, 1); in arche_platform_fw_flashing_seq()
453 arche_pdata->svc_sysboot = devm_gpiod_get(dev, "svc,sysboot", in arche_platform_probe()
455 if (IS_ERR(arche_pdata->svc_sysboot)) { in arche_platform_probe()
456 ret = PTR_ERR(arche_pdata->svc_sysboot); in arche_platform_probe()