Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dda9211-regulator.c286 pdata->gpiod_ren[n] = devm_gpiod_get_from_of_node(dev, in da9211_parse_regulators_dt()
292 if (IS_ERR(pdata->gpiod_ren[n])) in da9211_parse_regulators_dt()
293 pdata->gpiod_ren[n] = NULL; in da9211_parse_regulators_dt()
383 if (chip->pdata->gpiod_ren[i]) in da9211_regulator_init()
384 config.ena_gpiod = chip->pdata->gpiod_ren[i]; in da9211_regulator_init()
/Linux-v5.4/include/linux/regulator/
Dda9211.h35 struct gpio_desc *gpiod_ren[DA9211_MAX_REGULATORS]; member