Home
last modified time | relevance | path

Searched refs:irq_suspended (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c83 bool irq_suspended; member
1484 if (chip->irq_suspended) in fusb302_irq_intn()
1792 chip->irq_suspended = true; in fusb302_pm_suspend()
1810 chip->irq_suspended = false; in fusb302_pm_resume()
/linux/drivers/net/phy/
H A Dphy_device.c349 phydev->irq_suspended = 1; in mdio_bus_phy_suspend()
399 phydev->irq_suspended = 0; in mdio_bus_phy_resume()
H A Dphy.c1314 if (IS_ENABLED(CONFIG_PM_SLEEP) && phydev->irq_suspended) { in phy_interrupt()
/linux/include/linux/
H A Dphy.h687 unsigned irq_suspended:1; member