Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mfd/
Dtps6105x.c125 static struct mfd_cell tps6105x_cells[] = { variable
167 tps6105x_cells[0].name = "tps6105x-leds"; in tps6105x_probe()
172 tps6105x_cells[0].name = "tps6105x-flash"; in tps6105x_probe()
177 tps6105x_cells[0].name ="tps6105x-regulator"; in tps6105x_probe()
184 for (i = 0; i < ARRAY_SIZE(tps6105x_cells); i++) { in tps6105x_probe()
186 tps6105x_cells[i].platform_data = tps6105x; in tps6105x_probe()
187 tps6105x_cells[i].pdata_size = sizeof(*tps6105x); in tps6105x_probe()
190 ret = mfd_add_devices(&client->dev, 0, tps6105x_cells, in tps6105x_probe()
191 ARRAY_SIZE(tps6105x_cells), NULL, 0); in tps6105x_probe()