Home
last modified time | relevance | path

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

/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c38 static struct mfd_cell rtsx_pcr_cells[] = { variable
1612 for (i = 0; i < ARRAY_SIZE(rtsx_pcr_cells); i++) { in rtsx_pci_probe()
1613 rtsx_pcr_cells[i].platform_data = handle; in rtsx_pci_probe()
1614 rtsx_pcr_cells[i].pdata_size = sizeof(*handle); in rtsx_pci_probe()
1618 ret = mfd_add_devices(&pcidev->dev, pcr->id, rtsx_pcr_cells, in rtsx_pci_probe()
1619 ARRAY_SIZE(rtsx_pcr_cells), NULL, 0, NULL); in rtsx_pci_probe()