Lines Matching full:regulators
33 .regulators_node = "regulators", \
57 .regulators_node = "regulators", \
103 /* Operations permitted on regulators */
125 static struct tps65086_regulator regulators[] = { variable
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()
185 regulators[desc->id].desc.linear_ranges = in tps65086_of_parse_cb()
187 regulators[desc->id].desc.n_linear_ranges = in tps65086_of_parse_cb()
191 dev_warn(config->dev, "25mV step mode only valid for BUCK regulators\n"); in tps65086_of_parse_cb()
198 regulators[desc->id].decay_reg, in tps65086_of_parse_cb()
199 regulators[desc->id].decay_mask, in tps65086_of_parse_cb()
200 regulators[desc->id].decay_mask); in tps65086_of_parse_cb()
224 for (i = 0; i < ARRAY_SIZE(regulators); i++) { in tps65086_regulator_probe()
225 rdev = devm_regulator_register(&pdev->dev, ®ulators[i].desc, in tps65086_regulator_probe()