Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Drohm-bd96801.c150 static struct mfd_cell bd96801_cells[] = { variable
417 bd96801_cells[WDG_CELL].resources = &wdg_irq; in bd96801_i2c_probe()
418 bd96801_cells[WDG_CELL].num_resources = 1; in bd96801_i2c_probe()
439 bd96801_cells[REGULATOR_CELL].resources = regulator_res; in bd96801_i2c_probe()
440 bd96801_cells[REGULATOR_CELL].num_resources = num_regu_irqs; in bd96801_i2c_probe()
442 ret = devm_mfd_add_devices(&i2c->dev, PLATFORM_DEVID_AUTO, bd96801_cells, in bd96801_i2c_probe()
443 ARRAY_SIZE(bd96801_cells), NULL, 0, NULL); in bd96801_i2c_probe()