Lines Matching refs:lp55xx_chip
41 static void lp55xx_reset_device(struct lp55xx_chip *chip) in lp55xx_reset_device()
51 static int lp55xx_detect_device(struct lp55xx_chip *chip) in lp55xx_detect_device()
74 static int lp55xx_post_init_device(struct lp55xx_chip *chip) in lp55xx_post_init_device()
98 struct lp55xx_chip *chip = led->chip; in lp55xx_store_current()
148 struct lp55xx_chip *chip, int chan) in lp55xx_init_led()
198 struct lp55xx_chip *chip = context; in lp55xx_firmware_loaded()
222 static int lp55xx_request_firmware(struct lp55xx_chip *chip) in lp55xx_request_firmware()
236 struct lp55xx_chip *chip = led->chip; in lp55xx_show_engine_select()
246 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_select()
277 static inline void lp55xx_run_engine(struct lp55xx_chip *chip, bool start) in lp55xx_run_engine()
288 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_run()
322 int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val) in lp55xx_write()
328 int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val) in lp55xx_read()
341 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) in lp55xx_update_bits()
357 bool lp55xx_is_extclk_used(struct lp55xx_chip *chip) in lp55xx_is_extclk_used()
386 int lp55xx_init_device(struct lp55xx_chip *chip) in lp55xx_init_device()
446 void lp55xx_deinit_device(struct lp55xx_chip *chip) in lp55xx_deinit_device()
458 int lp55xx_register_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_register_leds()
501 void lp55xx_unregister_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_unregister_leds()
513 int lp55xx_register_sysfs(struct lp55xx_chip *chip) in lp55xx_register_sysfs()
532 void lp55xx_unregister_sysfs(struct lp55xx_chip *chip) in lp55xx_unregister_sysfs()