Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
Darche-platform.c49 struct gpio_desc *svc_sysboot; member
227 gpiod_set_value(arche_pdata->svc_sysboot, 0); in arche_platform_coldboot_seq()
260 gpiod_set_value(arche_pdata->svc_sysboot, 1); in arche_platform_fw_flashing_seq()
454 arche_pdata->svc_sysboot = devm_gpiod_get(dev, "svc,sysboot", in arche_platform_probe()
456 if (IS_ERR(arche_pdata->svc_sysboot)) { in arche_platform_probe()
457 ret = PTR_ERR(arche_pdata->svc_sysboot); in arche_platform_probe()