Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dof_property.c297 const char *compat_strs[PROP_COMPAT_NUM] = { 0 }; in of_pci_prop_compatible() local
300 compat_strs[PROP_COMPAT_PCI_VVVV_DDDD] = in of_pci_prop_compatible()
302 compat_strs[PROP_COMPAT_PCICLASS_CCSSPP] = in of_pci_prop_compatible()
304 compat_strs[PROP_COMPAT_PCICLASS_CCSS] = in of_pci_prop_compatible()
308 compat_strs, PROP_COMPAT_NUM); in of_pci_prop_compatible()
310 kfree(compat_strs[i]); in of_pci_prop_compatible()