Lines Matching defs:lm3639_chip_data
32 struct lm3639_chip_data {
47 static int lm3639_chip_init(struct lm3639_chip_data *pchip)
98 struct lm3639_chip_data *pchip = bl_get_data(bl);
144 struct lm3639_chip_data *pchip = bl_get_data(bl);
185 struct lm3639_chip_data *pchip = dev_get_drvdata(dev);
224 struct lm3639_chip_data *pchip;
226 pchip = container_of(cdev, struct lm3639_chip_data, cdev_torch);
261 struct lm3639_chip_data *pchip;
263 pchip = container_of(cdev, struct lm3639_chip_data, cdev_flash);
302 struct lm3639_chip_data *pchip;
317 sizeof(struct lm3639_chip_data), GFP_KERNEL);
395 struct lm3639_chip_data *pchip = i2c_get_clientdata(client);