Lines Matching refs:lm355x_chip_data
54 struct lm355x_chip_data { struct
171 static int lm355x_chip_init(struct lm355x_chip_data *chip) in lm355x_chip_init()
207 static void lm355x_control(struct lm355x_chip_data *chip, in lm355x_control()
321 struct lm355x_chip_data *chip = in lm355x_deferred_torch_brightness_set()
322 container_of(work, struct lm355x_chip_data, work_torch); in lm355x_deferred_torch_brightness_set()
332 struct lm355x_chip_data *chip = in lm355x_torch_brightness_set()
333 container_of(cdev, struct lm355x_chip_data, cdev_torch); in lm355x_torch_brightness_set()
342 struct lm355x_chip_data *chip = in lm355x_deferred_strobe_brightness_set()
343 container_of(work, struct lm355x_chip_data, work_flash); in lm355x_deferred_strobe_brightness_set()
353 struct lm355x_chip_data *chip = in lm355x_strobe_brightness_set()
354 container_of(cdev, struct lm355x_chip_data, cdev_flash); in lm355x_strobe_brightness_set()
363 struct lm355x_chip_data *chip = in lm355x_deferred_indicator_brightness_set()
364 container_of(work, struct lm355x_chip_data, work_indicator); in lm355x_deferred_indicator_brightness_set()
374 struct lm355x_chip_data *chip = in lm355x_indicator_brightness_set()
375 container_of(cdev, struct lm355x_chip_data, cdev_indicator); in lm355x_indicator_brightness_set()
388 struct lm355x_chip_data *chip = in lm3556_indicator_pattern_store()
389 container_of(led_cdev, struct lm355x_chip_data, cdev_indicator); in lm3556_indicator_pattern_store()
433 struct lm355x_chip_data *chip; in lm355x_probe()
448 sizeof(struct lm355x_chip_data), GFP_KERNEL); in lm355x_probe()
532 struct lm355x_chip_data *chip = i2c_get_clientdata(client); in lm355x_remove()