Home
last modified time | relevance | path

Searched defs:genphy_read_status (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/net/
H A Dphy.rs255 pub fn genphy_read_status<R: reg::Register>(&mut self) -> Result<u16> { in genphy_read_status() method
/linux/drivers/net/phy/
H A Dphy_device.c2644 int genphy_read_status(struct phy_device *phydev) in genphy_read_status() function