Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/phy/
Dphy.c128 static int phy_config_interrupt(struct phy_device *phydev, u32 interrupts) in phy_config_interrupt() function
601 return phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED); in phy_enable_interrupts()
613 err = phy_config_interrupt(phydev, PHY_INTERRUPT_DISABLED); in phy_disable_interrupts()
711 phy_config_interrupt(phydev, PHY_INTERRUPT_ENABLED)) in phy_change()
744 phy_config_interrupt(phydev, PHY_INTERRUPT_DISABLED); in phy_stop()
936 err = phy_config_interrupt(phydev, in phy_state_machine()