Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/greybus/
Darche-platform.c47 struct gpio_desc *svc_reset; member
225 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
238 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_coldboot_seq()
258 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
271 svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi); in arche_platform_fw_flashing_seq()
302 svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi); in arche_platform_poweroff_seq()
446 arche_pdata->svc_reset = devm_gpiod_get(dev, "svc,reset", flags); in arche_platform_probe()
447 if (IS_ERR(arche_pdata->svc_reset)) { in arche_platform_probe()
448 ret = PTR_ERR(arche_pdata->svc_reset); in arche_platform_probe()