Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mfd/
A Dstw481x.c163 static struct mfd_cell stw481x_cells[] = { variable
203 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()

Completed in 3 milliseconds