Searched defs:lp55xx_device_config (Results 1 – 1 of 1) sorted by relevance
104 struct lp55xx_device_config { struct105 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 3 milliseconds