Lines Matching defs:lm355x_chip_data
49 struct lm355x_chip_data {
158 static int lm355x_chip_init(struct lm355x_chip_data *chip)
195 static int lm355x_control(struct lm355x_chip_data *chip,
311 struct lm355x_chip_data *chip =
312 container_of(cdev, struct lm355x_chip_data, cdev_torch);
326 struct lm355x_chip_data *chip =
327 container_of(cdev, struct lm355x_chip_data, cdev_flash);
341 struct lm355x_chip_data *chip =
342 container_of(cdev, struct lm355x_chip_data, cdev_indicator);
358 struct lm355x_chip_data *chip =
359 container_of(led_cdev, struct lm355x_chip_data, cdev_indicator);
403 struct lm355x_chip_data *chip;
418 sizeof(struct lm355x_chip_data), GFP_KERNEL);
496 struct lm355x_chip_data *chip = i2c_get_clientdata(client);