Home
last modified time | relevance | path

Searched defs:lp55xx_device_config (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/leds/
A Dleds-lp55xx-common.h104 struct lp55xx_device_config { struct
105 const struct lp55xx_reg reset;
106 const struct lp55xx_reg enable;
107 const int max_channel;
110 int (*post_init_device) (struct lp55xx_chip *chip);
113 int (*brightness_fn)(struct lp55xx_led *led);
116 int (*multicolor_brightness_fn)(struct lp55xx_led *led);
119 void (*set_led_current) (struct lp55xx_led *led, u8 led_current);
122 void (*firmware_cb)(struct lp55xx_chip *chip);
125 void (*run_engine) (struct lp55xx_chip *chip, bool start);
[all …]

Completed in 4 milliseconds