Searched refs:hpev_notified (Results 1 – 2 of 2) sorted by relevance
403 dev->exp.hpev_notified = (sltctl & PCI_EXP_SLTCTL_HPIE) && in hotplug_event_update_event_status()409 bool prev = dev->exp.hpev_notified; in hotplug_event_notify()413 if (prev == dev->exp.hpev_notified) { in hotplug_event_notify()428 pci_set_irq(dev, dev->exp.hpev_notified); in hotplug_event_notify()436 !dev->exp.hpev_notified) { in hotplug_event_clear()732 dev->exp.hpev_notified = false; in pcie_cap_slot_init()
65 bool hpev_notified; /* Logical AND of conditions for hot plug event. member