pwrdn              31 drivers/staging/greybus/arche-apb-ctrl.c 	struct gpio_desc *pwrdn;
pwrdn             353 drivers/staging/greybus/arche-apb-ctrl.c 	apb->pwrdn = devm_gpiod_get(dev, "pwr-down", GPIOD_OUT_LOW);
pwrdn             354 drivers/staging/greybus/arche-apb-ctrl.c 	if (IS_ERR(apb->pwrdn)) {
pwrdn             355 drivers/staging/greybus/arche-apb-ctrl.c 		ret = PTR_ERR(apb->pwrdn);