Home
last modified time | relevance | path

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

/linux/Documentation/leds/
H A Dleds-class.rst194 can be set with hw_control_set().
203 - hw_control_set:
246 the end use hw_control_set to activate hw control.
/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c88 led_cdev->hw_control_set(led_cdev, trigger_data->mode); in set_baseline_state()
158 if (!led_cdev->hw_control_get || !led_cdev->hw_control_set || in supports_hw_control()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dleds.c808 l->hw_control_set = mv88e6xxx_led0_hw_control_set; in mv88e6xxx_port_setup_leds()
815 l->hw_control_set = mv88e6xxx_led1_hw_control_set; in mv88e6xxx_port_setup_leds()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_leds.c256 led_cdev->hw_control_set = igc_led_hw_control_set; in igc_setup_ldev()
/linux/include/linux/
H A Dleds.h215 int (*hw_control_set)(struct led_classdev *led_cdev, member
/linux/drivers/net/phy/
H A Dphy_device.c3254 cdev->hw_control_set = phy_led_hw_control_set; in of_phy_led()