Lines Matching refs:lp55xx_chip
79 struct lp55xx_chip;
110 int (*post_init_device) (struct lp55xx_chip *chip);
122 void (*firmware_cb)(struct lp55xx_chip *chip);
125 void (*run_engine) (struct lp55xx_chip *chip, bool start);
152 struct lp55xx_chip { struct
182 struct lp55xx_chip *chip; argument
186 extern int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val);
187 extern int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val);
188 extern int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg,
192 extern bool lp55xx_is_extclk_used(struct lp55xx_chip *chip);
195 extern int lp55xx_init_device(struct lp55xx_chip *chip);
196 extern void lp55xx_deinit_device(struct lp55xx_chip *chip);
200 struct lp55xx_chip *chip);
203 extern int lp55xx_register_sysfs(struct lp55xx_chip *chip);
204 extern void lp55xx_unregister_sysfs(struct lp55xx_chip *chip);
209 struct lp55xx_chip *chip);