Lines Matching defs:active
2236 * @active: IRQ active or not
2242 void __weak pcibios_penalize_isa_irq(int irq, int active) {}
2275 * anymore. This only involves disabling PCI bus-mastering, if active.
2441 * If we have a bridge, it should be in an active/D0
4747 * return true. False is returned and the mask remains active if there was
4915 * @active: Waiting for active or inactive?
4921 bool use_lt, bool active)
4928 lnksta_match = active ? lnksta_mask : 0;
4981 * pcie_wait_for_link_delay - Wait until link is active or inactive
4983 * @active: waiting for active or inactive?
4984 * @delay: Delay to wait after link has become active (in ms)
4986 * Use this to wait till link becomes active or inactive.
4988 static bool pcie_wait_for_link_delay(struct pci_dev *pdev, bool active,
4994 * Some controllers might not implement link active reporting. In this
5004 * after which we should expect an link active if the reset was
5011 if (active)
5013 rc = pcie_wait_for_link_status(pdev, false, active);
5014 if (active) {
5031 * pcie_wait_for_link - Wait until link is active or inactive
5033 * @active: waiting for active or inactive?
5035 * Use this to wait till link becomes active or inactive.
5037 bool pcie_wait_for_link(struct pci_dev *pdev, bool active)
5039 return pcie_wait_for_link_delay(pdev, active, 100);
5130 * become active.
5154 * If the port supports active link reporting we now check
5155 * whether the link is active and if not bail out early with