Searched refs:qnap_mcu_cells (Results 1 – 1 of 1) sorted by relevance
258 static struct mfd_cell qnap_mcu_cells[] = { variable308 for (int i = 0; i < ARRAY_SIZE(qnap_mcu_cells); i++) { in qnap_mcu_probe()309 qnap_mcu_cells[i].platform_data = mcu->variant; in qnap_mcu_probe()310 qnap_mcu_cells[i].pdata_size = sizeof(*mcu->variant); in qnap_mcu_probe()313 ret = devm_mfd_add_devices(dev, PLATFORM_DEVID_AUTO, qnap_mcu_cells, in qnap_mcu_probe()314 ARRAY_SIZE(qnap_mcu_cells), NULL, 0, NULL); in qnap_mcu_probe()