Searched refs:led_ops (Results 1 – 6 of 6) sorted by relevance
37 struct led_ops *ops = led_get_ops(dev); in led_set_state()47 struct led_ops *ops = led_get_ops(dev); in led_get_state()58 struct led_ops *ops = led_get_ops(dev); in led_set_period()
132 static const struct led_ops gpio_led_ops = {
110 static const struct led_ops bcm6358_led_ops = {
142 static const struct led_ops bcm6328_led_ops = {
40 struct led_ops { struct73 #define led_get_ops(dev) ((struct led_ops *)(dev)->driver->ops) argument
287 struct led_ops { struct294 static struct led_ops *rk816_led_ops; argument