Searched refs:rtsx_pcr_cells (Results 1 – 1 of 1) sorted by relevance
45 static struct mfd_cell rtsx_pcr_cells[] = { variable1517 for (i = 0; i < ARRAY_SIZE(rtsx_pcr_cells); i++) { in rtsx_pci_probe()1518 rtsx_pcr_cells[i].platform_data = handle; in rtsx_pci_probe()1519 rtsx_pcr_cells[i].pdata_size = sizeof(*handle); in rtsx_pci_probe()1521 ret = mfd_add_devices(&pcidev->dev, pcr->id, rtsx_pcr_cells, in rtsx_pci_probe()1522 ARRAY_SIZE(rtsx_pcr_cells), NULL, 0, NULL); in rtsx_pci_probe()