Searched refs:stw481x_cells (Results 1 – 1 of 1) sorted by relevance
164 static struct mfd_cell stw481x_cells[] = { variable205 for (i = 0; i < ARRAY_SIZE(stw481x_cells); i++) { in stw481x_probe()207 stw481x_cells[i].platform_data = stw481x; in stw481x_probe()208 stw481x_cells[i].pdata_size = sizeof(*stw481x); in stw481x_probe()211 ret = devm_mfd_add_devices(&client->dev, 0, stw481x_cells, in stw481x_probe()212 ARRAY_SIZE(stw481x_cells), NULL, 0, NULL); in stw481x_probe()