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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/agp/
H A Damd-k7-agp.c454 struct pci_dev *gfxcard=NULL; local
458 gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard);
459 if (!gfxcard) {
463 cap_ptr = pci_find_capability(gfxcard, PCI_CAP_ID_AGP);
469 if (gfxcard->vendor == PCI_VENDOR_ID_NVIDIA) {
473 pci_dev_put(gfxcard);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/agp/
H A Damd-k7-agp.c454 struct pci_dev *gfxcard=NULL; local
458 gfxcard = pci_get_class(PCI_CLASS_DISPLAY_VGA<<8, gfxcard);
459 if (!gfxcard) {
463 cap_ptr = pci_find_capability(gfxcard, PCI_CAP_ID_AGP);
469 if (gfxcard->vendor == PCI_VENDOR_ID_NVIDIA) {
473 pci_dev_put(gfxcard);

Completed in 132 milliseconds