Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Dda9211.h44 struct gpio_desc *gpiod_ren[DA9211_MAX_REGULATORS]; member
/Linux-v4.19/drivers/regulator/
Dda9211-regulator.c296 pdata->gpiod_ren[n] = devm_gpiod_get_from_of_node(dev, in da9211_parse_regulators_dt()
387 if (chip->pdata->gpiod_ren[i]) in da9211_regulator_init()
388 config.ena_gpiod = chip->pdata->gpiod_ren[i]; in da9211_regulator_init()