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