boot_ret           27 drivers/staging/greybus/arche-apb-ctrl.c 	struct gpio_desc *boot_ret;
boot_ret          225 drivers/staging/greybus/arche-apb-ctrl.c 	gpiod_set_value(apb->boot_ret, 0);
boot_ret          330 drivers/staging/greybus/arche-apb-ctrl.c 	apb->boot_ret = devm_gpiod_get(dev, "boot-ret", GPIOD_OUT_LOW);
boot_ret          331 drivers/staging/greybus/arche-apb-ctrl.c 	if (IS_ERR(apb->boot_ret)) {
boot_ret          332 drivers/staging/greybus/arche-apb-ctrl.c 		ret = PTR_ERR(apb->boot_ret);