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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dgx-suspmod.c182 struct pci_dev *gx_pci = NULL; local
192 while ((gx_pci = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, gx_pci)) != NULL) {
193 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL)
194 return gx_pci;
448 struct pci_dev *gx_pci; local
451 if ((gx_pci = gx_detect_chipset()) == NULL)
464 params->cs55x0 = gx_pci;

Completed in 21 milliseconds