Searched refs:tmp_pdev (Results 1 – 1 of 1) sorted by relevance
65 struct pci_dev *tmp_pdev; in mt7915_pci_init_hif2() local69 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x7916, NULL); in mt7915_pci_init_hif2()70 if (!tmp_pdev) { in mt7915_pci_init_hif2()71 tmp_pdev = pci_get_device(PCI_VENDOR_ID_MEDIATEK, 0x790a, NULL); in mt7915_pci_init_hif2()72 if (!tmp_pdev) in mt7915_pci_init_hif2()75 pci_dev_put(tmp_pdev); in mt7915_pci_init_hif2()
Completed in 4 milliseconds