Home
last modified time | relevance | path

Searched refs:phy_config_interrupt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy.c151 * phy_config_interrupt - configure the PHY device for the requested interrupts
157 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt() function
993 err = phy_config_interrupt(phydev, PHY_INTERRUPT_DISABLED); in phy_disable_interrupts()
1072 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy.c159 * phy_config_interrupt - configure the PHY device for the requested interrupts
165 static int phy_config_interrupt(struct phy_device *phydev, bool interrupts) in phy_config_interrupt() function
1261 return phy_config_interrupt(phydev, PHY_INTERRUPT_DISABLED); in phy_disable_interrupts()
1312 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()

Completed in 5 milliseconds