Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dda9211-regulator.c318 pdata->gpiod_ren[n] = devm_fwnode_gpiod_get(dev, in da9211_parse_regulators_dt()
324 if (IS_ERR(pdata->gpiod_ren[n])) in da9211_parse_regulators_dt()
325 pdata->gpiod_ren[n] = NULL; in da9211_parse_regulators_dt()
411 if (chip->pdata->gpiod_ren[i]) in da9211_regulator_init()
412 config.ena_gpiod = chip->pdata->gpiod_ren[i]; in da9211_regulator_init()
/openbmc/linux/include/linux/regulator/
H A Dda9121.h31 struct gpio_desc *gpiod_ren[DA9121_IDX_MAX]; member
H A Dda9211.h35 struct gpio_desc *gpiod_ren[DA9211_MAX_REGULATORS]; member