Searched refs:this_pdev (Results 1 – 1 of 1) sorted by relevance
2313 struct pci_dev *this_pdev; in is_quattro_p() local2321 list_for_each_entry(this_pdev, &pdev->bus->devices, bus_list) { in is_quattro_p()2322 if (this_pdev->vendor == PCI_VENDOR_ID_SUN && in is_quattro_p()2323 this_pdev->device == PCI_DEVICE_ID_SUN_HAPPYMEAL) in is_quattro_p()