Searched refs:gx_pci (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dgx-suspmod.c188 struct pci_dev *gx_pci = NULL; gx_detect_chipset() local
191 for_each_pci_dev(gx_pci) { for_each_pci_dev()
192 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) for_each_pci_dev()
193 return gx_pci; for_each_pci_dev()
452 struct pci_dev *gx_pci; cpufreq_gx_init() local
455 gx_pci = gx_detect_chipset(); cpufreq_gx_init()
456 if (gx_pci == NULL) cpufreq_gx_init()
469 params->cs55x0 = gx_pci; cpufreq_gx_init()

Completed in 192 milliseconds