Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-netdev.c141 struct device *dev = led_cdev->hw_control_get_device(led_cdev); in validate_net_dev()
571 dev = led_cdev->hw_control_get_device(led_cdev); in netdev_trig_activate()
/openbmc/linux/include/linux/
H A Dleds.h239 struct device *(*hw_control_get_device)(struct led_classdev *led_cdev); member
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-leds.c427 port_led->cdev.hw_control_get_device = qca8k_cled_hw_control_get_device; in qca8k_parse_port_leds()
/openbmc/linux/Documentation/leds/
H A Dleds-class.rst225 - hw_control_get_device:
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3132 cdev->hw_control_get_device = phy_led_hw_control_get_device; in of_phy_led()