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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dgx-suspmod.c189 struct pci_dev *gx_pci = NULL; local
199 for_each_pci_dev(gx_pci) {
200 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL)
201 return gx_pci;
466 struct pci_dev *gx_pci; local
469 gx_pci = gx_detect_chipset();
470 if (gx_pci == NULL)
483 params->cs55x0 = gx_pci;

Completed in 113 milliseconds