Home
last modified time | relevance | path

Searched refs:regulator_res (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mfd/
H A Drohm-bd96801.c353 struct resource *regulator_res; in bd96801_i2c_probe() local
380 regulator_res = devm_kcalloc(&i2c->dev, num_regu_irqs, in bd96801_i2c_probe()
381 sizeof(*regulator_res), GFP_KERNEL); in bd96801_i2c_probe()
382 if (!regulator_res) in bd96801_i2c_probe()
408 struct resource *res = &regulator_res[i]; in bd96801_i2c_probe()
432 struct resource *res = &regulator_res[num_intb + i]; in bd96801_i2c_probe()
439 bd96801_cells[REGULATOR_CELL].resources = regulator_res; in bd96801_i2c_probe()