Home
last modified time | relevance | path

Searched refs:irq_wake_thread (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A DTODO14 convert it to call irq_wake_thread(). Use pciehp as a template.
H A Dpciehp_ctrl.c139 irq_wake_thread(ctrl->pcie->irq, ctrl); in pciehp_request()
/openbmc/linux/include/linux/
H A Dinterrupt.h233 extern void irq_wake_thread(unsigned int irq, void *dev_id);
/openbmc/linux/kernel/irq/
H A Dmanage.c1349 void irq_wake_thread(unsigned int irq, void *dev_id) in irq_wake_thread() function
1368 EXPORT_SYMBOL_GPL(irq_wake_thread);
/openbmc/linux/drivers/accel/qaic/
H A Dqaic_data.c1512 irq_wake_thread(dbc->irq, dbc); in irq_polling_work()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c381 irq_wake_thread(phydev->irq, phydev); in mdio_bus_phy_resume()