Home
last modified time | relevance | path

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

/linux/rust/kernel/net/
H A Dphy.rs300 pub const ALWAYS_CALL_SUSPEND: u32 = bindings::PHY_ALWAYS_CALL_SUSPEND;
/linux/drivers/net/phy/
H A Dbroadcom.c1490 .flags = PHY_ALWAYS_CALL_SUSPEND,
H A Dphy_device.c1995 if (phydev->wol_enabled && !(phydrv->flags & PHY_ALWAYS_CALL_SUSPEND)) in phy_suspend()
/linux/include/linux/
H A Dphy.h66 #define PHY_ALWAYS_CALL_SUSPEND 0x00000008 macro