• Home
  • Raw
  • Download

Lines Matching defs:chip

38 static void lp55xx_reset_device(struct lp55xx_chip *chip)  in lp55xx_reset_device()
48 static int lp55xx_detect_device(struct lp55xx_chip *chip) in lp55xx_detect_device()
71 static int lp55xx_post_init_device(struct lp55xx_chip *chip) in lp55xx_post_init_device()
95 struct lp55xx_chip *chip = led->chip; in lp55xx_store_current() local
147 struct lp55xx_chip *chip, int chan) in lp55xx_init_led()
207 struct lp55xx_chip *chip = context; in lp55xx_firmware_loaded() local
229 static int lp55xx_request_firmware(struct lp55xx_chip *chip) in lp55xx_request_firmware()
243 struct lp55xx_chip *chip = led->chip; in lp55xx_show_engine_select() local
253 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_select() local
284 static inline void lp55xx_run_engine(struct lp55xx_chip *chip, bool start) in lp55xx_run_engine()
295 struct lp55xx_chip *chip = led->chip; in lp55xx_store_engine_run() local
329 int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val) in lp55xx_write()
335 int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val) in lp55xx_read()
348 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) in lp55xx_update_bits()
364 bool lp55xx_is_extclk_used(struct lp55xx_chip *chip) in lp55xx_is_extclk_used()
393 int lp55xx_init_device(struct lp55xx_chip *chip) in lp55xx_init_device()
453 void lp55xx_deinit_device(struct lp55xx_chip *chip) in lp55xx_deinit_device()
468 int lp55xx_register_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_register_leds()
513 void lp55xx_unregister_leds(struct lp55xx_led *led, struct lp55xx_chip *chip) in lp55xx_unregister_leds()
526 int lp55xx_register_sysfs(struct lp55xx_chip *chip) in lp55xx_register_sysfs()
545 void lp55xx_unregister_sysfs(struct lp55xx_chip *chip) in lp55xx_unregister_sysfs()