Home
last modified time | relevance | path

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

/linux/drivers/leds/
H A Dleds-lp55xx-common.h98 struct lp55xx_chip;
152 int (*post_init_device) (struct lp55xx_chip *chip);
164 void (*firmware_cb)(struct lp55xx_chip *chip);
167 void (*run_engine) (struct lp55xx_chip *chip, bool start);
194 struct lp55xx_chip { struct
223 struct lp55xx_chip *chip; argument
227 extern int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val);
228 extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val);
229 extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg,
233 extern bool lp55xx_is_extclk_used(struct lp55xx_chip *chip);
[all …]