Searched refs:of_devid (Results 1 – 1 of 1) sorted by relevance
738 const struct of_device_id *of_devid; in xgene_ahci_probe() local781 of_devid = of_match_device(xgene_ahci_of_match, dev); in xgene_ahci_probe()782 if (of_devid) { in xgene_ahci_probe()783 if (of_devid->data) in xgene_ahci_probe()784 version = (unsigned long) of_devid->data; in xgene_ahci_probe()