Lines Matching defs: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() local
147 struct lp55xx_chip *chip, int chan) in lp55xx_init_led()
197 struct lp55xx_chip *chip = context; in lp55xx_firmware_loaded() local
221 static int lp55xx_request_firmware(struct lp55xx_chip *chip) in lp55xx_request_firmware()
235 struct lp55xx_chip *chip = led->chip; in lp55xx_show_engine_select() local
245 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_select() local
276 static inline void lp55xx_run_engine(struct lp55xx_chip *chip, bool start) in lp55xx_run_engine()
287 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_run() local
321 int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val) in lp55xx_write()
327 int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val) in lp55xx_read()
340 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) in lp55xx_update_bits()
356 bool lp55xx_is_extclk_used(struct lp55xx_chip *chip) in lp55xx_is_extclk_used()
385 int lp55xx_init_device(struct lp55xx_chip *chip) in lp55xx_init_device()
445 void lp55xx_deinit_device(struct lp55xx_chip *chip) in lp55xx_deinit_device()
457 int lp55xx_register_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_register_leds()
502 void lp55xx_unregister_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_unregister_leds()
515 int lp55xx_register_sysfs(struct lp55xx_chip *chip) in lp55xx_register_sysfs()
534 void lp55xx_unregister_sysfs(struct lp55xx_chip *chip) in lp55xx_unregister_sysfs()