Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c127 if (!led_cdev->hw_control_get || !led_cdev->hw_control_set || in supports_hw_control()
578 rc = led_cdev->hw_control_get(led_cdev, &mode); in netdev_trig_activate()
/openbmc/linux/include/linux/
H A Dleds.h232 int (*hw_control_get)(struct led_classdev *led_cdev, member
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-leds.c426 port_led->cdev.hw_control_get = qca8k_cled_hw_control_get; in qca8k_parse_port_leds()
/openbmc/linux/Documentation/leds/
H A Dleds-class.rst214 - hw_control_get:
248 A trigger can use hw_control_get to check if a LED is already in hw control
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3127 cdev->hw_control_get = phy_led_hw_control_get; in of_phy_led()