Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/net/
H A Dphy.rs303 pub const ALWAYS_CALL_SUSPEND: u32 = bindings::PHY_ALWAYS_CALL_SUSPEND;
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c1407 .flags = PHY_ALWAYS_CALL_SUSPEND,
1423 .flags = PHY_ALWAYS_CALL_SUSPEND,
/linux-6.15/include/linux/
H A Dphy.h66 #define PHY_ALWAYS_CALL_SUSPEND 0x00000008 macro
/linux-6.15/drivers/net/phy/
H A Dbroadcom.c1442 .flags = PHY_ALWAYS_CALL_SUSPEND,
H A Dphy_device.c1804 if (phydev->wol_enabled && !(phydrv->flags & PHY_ALWAYS_CALL_SUSPEND)) in phy_suspend()