1PHY_CLEAR_INTERRUPT(9) Network device support PHY_CLEAR_INTERRUPT(9)
23
4
NAME
6phy_clear_interrupt - Ack the phy device's interrupt
7
SYNOPSIS
9int phy_clear_interrupt(struct phy_device * phydev);
10
ARGUMENTS
12phydev
13the phy_device struct
14
DESCRIPTION
16If the phydev driver has an ack_interrupt function, call it to ack and
17clear the phy device's interrupt.
1819
Returns 0 on success on < 0 on error.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PHY_CLEAR_INTERRUPT(9)