stw481x_cells     163 drivers/mfd/stw481x.c static struct mfd_cell stw481x_cells[] = {
stw481x_cells     204 drivers/mfd/stw481x.c 	for (i = 0; i < ARRAY_SIZE(stw481x_cells); i++) {
stw481x_cells     206 drivers/mfd/stw481x.c 		stw481x_cells[i].platform_data = stw481x;
stw481x_cells     207 drivers/mfd/stw481x.c 		stw481x_cells[i].pdata_size = sizeof(*stw481x);
stw481x_cells     210 drivers/mfd/stw481x.c 	ret = devm_mfd_add_devices(&client->dev, 0, stw481x_cells,
stw481x_cells     211 drivers/mfd/stw481x.c 				   ARRAY_SIZE(stw481x_cells), NULL, 0, NULL);