Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dof_property.c299 const char *compat_strs[PROP_COMPAT_NUM] = { 0 }; in of_pci_prop_compatible() local
302 compat_strs[PROP_COMPAT_PCI_VVVV_DDDD] = in of_pci_prop_compatible()
304 compat_strs[PROP_COMPAT_PCICLASS_CCSSPP] = in of_pci_prop_compatible()
306 compat_strs[PROP_COMPAT_PCICLASS_CCSS] = in of_pci_prop_compatible()
310 compat_strs, PROP_COMPAT_NUM); in of_pci_prop_compatible()
312 kfree(compat_strs[i]); in of_pci_prop_compatible()