Lines Matching defs:rdev
48 struct pci_dev *rdev;
54 rdev = pci_get_domain_bus_and_slot(0, 0, PCI_DEVFN(0, 0));
55 if (!rdev) {
60 if (pci_match_id(fch_pci_ids, rdev)) {
91 pci_dev_put(rdev);
98 struct pci_dev *rdev;
100 rdev = pci_get_domain_bus_and_slot(0, 0, PCI_DEVFN(0, 0));
101 if (!rdev)
104 clks = pci_match_id(fch_pci_ids, rdev) ? CLK_MAX_FIXED : ST_MAX_CLKS;
109 pci_dev_put(rdev);