Searched refs:stw481x_cells (Results 1 – 1 of 1) sorted by relevance
163 static struct mfd_cell stw481x_cells[] = { variable203 for (i = 0; i < ARRAY_SIZE(stw481x_cells); i++) { in stw481x_probe()205 stw481x_cells[i].platform_data = stw481x; in stw481x_probe()206 stw481x_cells[i].pdata_size = sizeof(*stw481x); in stw481x_probe()209 ret = devm_mfd_add_devices(&client->dev, 0, stw481x_cells, in stw481x_probe()210 ARRAY_SIZE(stw481x_cells), NULL, 0, NULL); in stw481x_probe()