gpiod_ren         286 drivers/regulator/da9211-regulator.c 		pdata->gpiod_ren[n] = devm_gpiod_get_from_of_node(dev,
gpiod_ren         292 drivers/regulator/da9211-regulator.c 		if (IS_ERR(pdata->gpiod_ren[n]))
gpiod_ren         293 drivers/regulator/da9211-regulator.c 			pdata->gpiod_ren[n] = NULL;
gpiod_ren         383 drivers/regulator/da9211-regulator.c 		if (chip->pdata->gpiod_ren[i])
gpiod_ren         384 drivers/regulator/da9211-regulator.c 			config.ena_gpiod = chip->pdata->gpiod_ren[i];
gpiod_ren          35 include/linux/regulator/da9211.h 	struct gpio_desc *gpiod_ren[DA9211_MAX_REGULATORS];