Lines Matching defs:active
2091 * @active: IRQ active or not
2097 void __weak pcibios_penalize_isa_irq(int irq, int active) {}
2130 * anymore. This only involves disabling PCI bus-mastering, if active.
4541 * return true. False is returned and the mask remains active if there was
4704 * pcie_wait_for_link_delay - Wait until link is active or inactive
4706 * @active: waiting for active or inactive?
4707 * @delay: Delay to wait after link has become active (in ms)
4709 * Use this to wait till link becomes active or inactive.
4711 static bool pcie_wait_for_link_delay(struct pci_dev *pdev, bool active,
4719 * Some controllers might not implement link active reporting. In this
4729 * after which we should expect an link active if the reset was
4736 if (active)
4741 if (ret == active)
4748 if (active && ret)
4751 return ret == active;
4755 * pcie_wait_for_link - Wait until link is active or inactive
4757 * @active: waiting for active or inactive?
4759 * Use this to wait till link becomes active or inactive.
4761 bool pcie_wait_for_link(struct pci_dev *pdev, bool active)
4763 return pcie_wait_for_link_delay(pdev, active, 100);
4856 * become active.