Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/phy/aquantia/
Daquantia_leds.c120 int aqr_phy_led_active_low_set(struct phy_device *phydev, int index, bool enable) in aqr_phy_led_active_low_set() function
150 return aqr_phy_led_active_low_set(phydev, index, active_low); in aqr_phy_led_polarity_set()
Daquantia.h201 int aqr_phy_led_active_low_set(struct phy_device *phydev, int index, bool enable);
Daquantia_main.c519 ret = aqr_phy_led_active_low_set(phydev, led_active_low, true); in aqr107_config_init()