Home
last modified time | relevance | path

Searched refs:ignore_hotplug (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c581 if (PCI_SLOT(dev->devfn) == slot->device && dev->ignore_hotplug) in slot_no_hotplug()
657 bool alive = dev->ignore_hotplug; in trim_stale_devices()
H A Dpciehp_hpc.c717 if (pdev->ignore_hotplug) { in pciehp_isr()
/linux/include/linux/
H A Dpci.h403 unsigned int ignore_hotplug:1; /* Ignore hotplug events */ member