Lines Matching defs:config
218 struct regulator_config *config)
220 struct max77686_data *max77686 = config->driver_data;
227 config->ena_gpiod = fwnode_gpiod_get_index(
233 if (IS_ERR(config->ena_gpiod))
234 config->ena_gpiod = NULL;
240 if (config->ena_gpiod) {
243 ret = regmap_update_bits(config->regmap, desc->enable_reg,
247 gpiod_put(config->ena_gpiod);
248 config->ena_gpiod = NULL;
486 struct regulator_config config = { };
496 config.dev = iodev->dev;
497 config.regmap = iodev->regmap;
498 config.driver_data = max77686;
507 ®ulators[i], &config);