Lines Matching defs:desc
51 struct regulator_desc desc;
270 tps->desc.ramp_delay = DIV_ROUND_UP(32000, BIT(ramp_ctrl));
283 const struct regulator_desc *desc)
293 desc);
336 tps->desc.name = client->name;
337 tps->desc.id = 0;
338 tps->desc.ops = &tps62360_dcdc_ops;
339 tps->desc.type = REGULATOR_VOLTAGE;
340 tps->desc.owner = THIS_MODULE;
341 tps->desc.uV_step = 10000;
354 &tps->desc);
375 tps->desc.min_uV = TPS62360_BASE_VOLTAGE;
377 tps->desc.n_voltages = TPS62360_N_VOLTAGES;
381 tps->desc.min_uV = TPS62361_BASE_VOLTAGE;
383 tps->desc.n_voltages = TPS62361_N_VOLTAGES;
450 rdev = devm_regulator_register(&client->dev, &tps->desc, &config);