Lines Matching refs:lp55xx_chip
80 struct lp55xx_chip;
110 int (*post_init_device) (struct lp55xx_chip *chip);
119 void (*firmware_cb)(struct lp55xx_chip *chip);
122 void (*run_engine) (struct lp55xx_chip *chip, bool start);
149 struct lp55xx_chip { struct
178 struct lp55xx_chip *chip; argument
182 extern int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val);
183 extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val);
184 extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg,
188 extern bool lp55xx_is_extclk_used(struct lp55xx_chip *chip);
191 extern int lp55xx_init_device(struct lp55xx_chip *chip);
192 extern void lp55xx_deinit_device(struct lp55xx_chip *chip);
196 struct lp55xx_chip *chip);
198 struct lp55xx_chip *chip);
201 extern int lp55xx_register_sysfs(struct lp55xx_chip *chip);
202 extern void lp55xx_unregister_sysfs(struct lp55xx_chip *chip);