aqr_phy_led_active_low_set
int aqr_phy_led_active_low_set(struct phy_device *phydev, int index, bool enable);
return aqr_phy_led_active_low_set(phydev, index, force_active_low);
ret = aqr_phy_led_active_low_set(phydev, led_idx, true);
ret = aqr_phy_led_active_low_set(phydev, led_idx, false);