Home
last modified time | relevance | path

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

/drivers/pci/
A Dof_property.c323 const char *compat_strs[PROP_COMPAT_NUM] = { 0 }; in of_pci_prop_compatible() local
326 compat_strs[PROP_COMPAT_PCI_VVVV_DDDD] = in of_pci_prop_compatible()
328 compat_strs[PROP_COMPAT_PCICLASS_CCSSPP] = in of_pci_prop_compatible()
330 compat_strs[PROP_COMPAT_PCICLASS_CCSS] = in of_pci_prop_compatible()
334 compat_strs, PROP_COMPAT_NUM); in of_pci_prop_compatible()
336 kfree(compat_strs[i]); in of_pci_prop_compatible()

Completed in 5 milliseconds