Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/phy/
H A Dphy.c1280 if (IS_ENABLED(CONFIG_PM_SLEEP) && phydev->irq_suspended) { in phy_interrupt()
H A Dphy_device.c322 phydev->irq_suspended = 1; in mdio_bus_phy_suspend()
372 phydev->irq_suspended = 0; in mdio_bus_phy_resume()
/openbmc/linux/include/linux/
H A Dphy.h667 unsigned irq_suspended:1; member