linux/drivers/net/phy/aquantia/aquantia_leds.c

// SPDX-License-Identifier: GPL-2.0
/* LED driver for Aquantia PHY
 *
 * Author: Daniel Golle <[email protected]>
 */

#include <linux/phy.h>

#include "aquantia.h"

int aqr_phy_led_brightness_set(struct phy_device *phydev,
			       u8 index, enum led_brightness value)
{}

static const unsigned long supported_triggers =;

int aqr_phy_led_hw_is_supported(struct phy_device *phydev, u8 index,
				unsigned long rules)
{}

int aqr_phy_led_hw_control_get(struct phy_device *phydev, u8 index,
			       unsigned long *rules)
{}

int aqr_phy_led_hw_control_set(struct phy_device *phydev, u8 index,
			       unsigned long rules)
{}

int aqr_phy_led_active_low_set(struct phy_device *phydev, int index, bool enable)
{}

int aqr_phy_led_polarity_set(struct phy_device *phydev, int index, unsigned long modes)
{}