Searched refs:gpiod_ren (Results 1 – 2 of 2) sorted by relevance
286 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()
35 struct gpio_desc *gpiod_ren[DA9211_MAX_REGULATORS]; member