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.c645 struct resource *regulator_res; in bd96801_i2c_probe() local
690 regulator_res = devm_kcalloc(&i2c->dev, num_regu_irqs, in bd96801_i2c_probe()
691 sizeof(*regulator_res), GFP_KERNEL); in bd96801_i2c_probe()
692 if (!regulator_res) in bd96801_i2c_probe()
718 struct resource *res = &regulator_res[i]; in bd96801_i2c_probe()
743 struct resource *res = &regulator_res[ddata->num_intb_irqs + i]; in bd96801_i2c_probe()
750 ddata->cells[REGULATOR_CELL].resources = regulator_res; in bd96801_i2c_probe()