Searched refs:of_devid (Results 1 – 1 of 1) sorted by relevance
739 const struct of_device_id *of_devid; in xgene_ahci_probe() local785 of_devid = of_match_device(xgene_ahci_of_match, dev); in xgene_ahci_probe()786 if (of_devid) { in xgene_ahci_probe()787 if (of_devid->data) in xgene_ahci_probe()788 version = (unsigned long) of_devid->data; in xgene_ahci_probe()