Searched refs:stw481x_cells (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stw481x.c | 163 static struct mfd_cell stw481x_cells[] = { variable 204 for (i = 0; i < ARRAY_SIZE(stw481x_cells); i++) { in stw481x_probe() 206 stw481x_cells[i].platform_data = stw481x; in stw481x_probe() 207 stw481x_cells[i].pdata_size = sizeof(*stw481x); in stw481x_probe() 210 ret = devm_mfd_add_devices(&client->dev, 0, stw481x_cells, in stw481x_probe() 211 ARRAY_SIZE(stw481x_cells), NULL, 0, NULL); in stw481x_probe()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | stw481x.c | 163 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 1 milliseconds