Lines Matching defs:pci_dev
126 struct pci_dev *dev;
304 struct pci_dev *pdev = to_pci_dev(dev);
468 static struct acpi_device *vmd_acpi_find_companion(struct pci_dev *pci_dev)
473 if (pci_dev->bus->ops != &vmd_ops)
476 bridge = pci_find_host_bridge(pci_dev->bus);
477 busnr = pci_dev->bus->number - bridge->bus->number;
485 addr = (busnr << 24) | ((u32)pci_dev->devfn << 16) | 0x8000FFFFU;
487 dev_dbg(&pci_dev->dev, "Looking for ACPI companion (address 0x%x)\n",
597 struct pci_dev *dev = vmd->dev;
649 struct pci_dev *dev = vmd->dev;
692 struct pci_dev *dev = vmd->dev;
744 static int vmd_pm_enable_quirk(struct pci_dev *pdev, void *userdata)
791 struct pci_dev *dev;
943 struct pci_dev, bus_list);
973 static int vmd_probe(struct pci_dev *dev, const struct pci_device_id *id)
1041 static void vmd_remove(struct pci_dev *dev)
1054 static void vmd_shutdown(struct pci_dev *dev)
1064 struct pci_dev *pdev = to_pci_dev(dev);
1076 struct pci_dev *pdev = to_pci_dev(dev);