Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dof_property.c331 const char *compat_strs[PROP_COMPAT_NUM] = { 0 }; in of_pci_prop_compatible() local
334 compat_strs[PROP_COMPAT_PCI_VVVV_DDDD] = in of_pci_prop_compatible()
336 compat_strs[PROP_COMPAT_PCICLASS_CCSSPP] = in of_pci_prop_compatible()
338 compat_strs[PROP_COMPAT_PCICLASS_CCSS] = in of_pci_prop_compatible()
342 compat_strs, PROP_COMPAT_NUM); in of_pci_prop_compatible()
344 kfree(compat_strs[i]); in of_pci_prop_compatible()