svc_reset          47 drivers/staging/greybus/arche-platform.c 	struct gpio_desc *svc_reset;
svc_reset         225 drivers/staging/greybus/arche-platform.c 	svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi);
svc_reset         238 drivers/staging/greybus/arche-platform.c 	svc_reset_onoff(arche_pdata->svc_reset, !arche_pdata->is_reset_act_hi);
svc_reset         258 drivers/staging/greybus/arche-platform.c 	svc_reset_onoff(arche_pdata->svc_reset, arche_pdata->is_reset_act_hi);
svc_reset         271 drivers/staging/greybus/arche-platform.c 	svc_reset_onoff(arche_pdata->svc_reset,	!arche_pdata->is_reset_act_hi);
svc_reset         302 drivers/staging/greybus/arche-platform.c 	svc_reset_onoff(arche_pdata->svc_reset,	arche_pdata->is_reset_act_hi);
svc_reset         446 drivers/staging/greybus/arche-platform.c 	arche_pdata->svc_reset = devm_gpiod_get(dev, "svc,reset", flags);
svc_reset         447 drivers/staging/greybus/arche-platform.c 	if (IS_ERR(arche_pdata->svc_reset)) {
svc_reset         448 drivers/staging/greybus/arche-platform.c 		ret = PTR_ERR(arche_pdata->svc_reset);