Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-max14526.c260 irq_wake_thread(client->irq, priv); in max14526_probe()
270 irq_wake_thread(client->irq, priv); in max14526_resume()
/linux/drivers/pci/hotplug/
H A DTODO12 convert it to call irq_wake_thread(). Use pciehp as a template.
H A Dpciehp_ctrl.c145 irq_wake_thread(ctrl->pcie->irq, ctrl); in pciehp_request()
/linux/include/linux/
H A Dinterrupt.h240 extern void irq_wake_thread(unsigned int irq, void *dev_id);
/linux/drivers/power/supply/
H A Dmax8971_charger.c720 irq_wake_thread(client->irq, priv); in max8971_resume()
/linux/kernel/irq/
H A Dmanage.c1293 void irq_wake_thread(unsigned int irq, void *dev_id) in irq_wake_thread() function
1310 EXPORT_SYMBOL_GPL(irq_wake_thread);
/linux/drivers/accel/qaic/
H A Dqaic_data.c1557 irq_wake_thread(dbc->irq, dbc); in qaic_irq_polling_work()
/linux/drivers/net/can/m_can/
H A Dm_can.c1334 irq_wake_thread(cdev->net->irq, cdev->net); in m_can_coalescing_timer()
/linux/drivers/net/phy/
H A Dphy_device.c417 irq_wake_thread(phydev->irq, phydev); in mdio_bus_phy_resume()