Lines Matching defs:desc
65 struct regulator_desc desc;
284 tps->desc.ramp_delay = DIV_ROUND_UP(32000, BIT(ramp_ctrl));
297 const struct regulator_desc *desc)
307 desc);
359 tps->desc.name = client->name;
360 tps->desc.id = 0;
361 tps->desc.ops = &tps62360_dcdc_ops;
362 tps->desc.type = REGULATOR_VOLTAGE;
363 tps->desc.owner = THIS_MODULE;
364 tps->desc.uV_step = 10000;
377 &tps->desc);
400 tps->desc.min_uV = TPS62360_BASE_VOLTAGE;
402 tps->desc.n_voltages = TPS62360_N_VOLTAGES;
406 tps->desc.min_uV = TPS62361_BASE_VOLTAGE;
408 tps->desc.n_voltages = TPS62361_N_VOLTAGES;
477 rdev = devm_regulator_register(&client->dev, &tps->desc, &config);