Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c71 led_cdev->hw_control_set(led_cdev, trigger_data->mode); in set_baseline_state()
127 if (!led_cdev->hw_control_get || !led_cdev->hw_control_set || in supports_hw_control()
/openbmc/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.
/openbmc/linux/include/linux/
H A Dleds.h220 int (*hw_control_set)(struct led_classdev *led_cdev, member
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-leds.c425 port_led->cdev.hw_control_set = qca8k_cled_hw_control_set; in qca8k_parse_port_leds()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3127 cdev->hw_control_set = phy_led_hw_control_set; in of_phy_led()