Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/leds/trigger/
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()
/linux-6.6.21/Documentation/leds/
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-6.6.21/include/linux/
Dleds.h220 int (*hw_control_set)(struct led_classdev *led_cdev, member
/linux-6.6.21/drivers/net/dsa/qca/
Dqca8k-leds.c425 port_led->cdev.hw_control_set = qca8k_cled_hw_control_set; in qca8k_parse_port_leds()
/linux-6.6.21/drivers/net/phy/
Dphy_device.c3123 cdev->hw_control_set = phy_led_hw_control_set; in of_phy_led()