Lines Matching full:regulators
25 .regulators_node = "regulators", \
49 .regulators_node = "regulators", \
95 /* Operations permitted on regulators */
117 static struct tps65086_regulator regulators[] = { variable
169 regulators[desc->id].desc.linear_ranges = in tps65086_of_parse_cb()
171 regulators[desc->id].desc.n_linear_ranges = in tps65086_of_parse_cb()
177 regulators[desc->id].desc.linear_ranges = in tps65086_of_parse_cb()
179 regulators[desc->id].desc.n_linear_ranges = in tps65086_of_parse_cb()
183 dev_warn(config->dev, "25mV step mode only valid for BUCK regulators\n"); in tps65086_of_parse_cb()
190 regulators[desc->id].decay_reg, in tps65086_of_parse_cb()
191 regulators[desc->id].decay_mask, in tps65086_of_parse_cb()
192 regulators[desc->id].decay_mask); in tps65086_of_parse_cb()
216 for (i = 0; i < ARRAY_SIZE(regulators); i++) { in tps65086_regulator_probe()
217 rdev = devm_regulator_register(&pdev->dev, ®ulators[i].desc, in tps65086_regulator_probe()