svc_sysboot        49 drivers/staging/greybus/arche-platform.c 	struct gpio_desc *svc_sysboot;
svc_sysboot       227 drivers/staging/greybus/arche-platform.c 	gpiod_set_value(arche_pdata->svc_sysboot, 0);
svc_sysboot       260 drivers/staging/greybus/arche-platform.c 	gpiod_set_value(arche_pdata->svc_sysboot, 1);
svc_sysboot       454 drivers/staging/greybus/arche-platform.c 	arche_pdata->svc_sysboot = devm_gpiod_get(dev, "svc,sysboot",
svc_sysboot       456 drivers/staging/greybus/arche-platform.c 	if (IS_ERR(arche_pdata->svc_sysboot)) {
svc_sysboot       457 drivers/staging/greybus/arche-platform.c 		ret = PTR_ERR(arche_pdata->svc_sysboot);