Searched refs:rtsx_pcr_cells (Results 1 – 1 of 1) sorted by relevance
37 static struct mfd_cell rtsx_pcr_cells[] = { variable1590 for (i = 0; i < ARRAY_SIZE(rtsx_pcr_cells); i++) { in rtsx_pci_probe()1591 rtsx_pcr_cells[i].platform_data = handle; in rtsx_pci_probe()1592 rtsx_pcr_cells[i].pdata_size = sizeof(*handle); in rtsx_pci_probe()1596 ret = mfd_add_devices(&pcidev->dev, pcr->id, rtsx_pcr_cells, in rtsx_pci_probe()1597 ARRAY_SIZE(rtsx_pcr_cells), NULL, 0, NULL); in rtsx_pci_probe()