Lines Matching defs:thmc50_data
57 struct thmc50_data {
76 static struct thmc50_data *thmc50_update_device(struct device *dev)
78 struct thmc50_data *data = dev_get_drvdata(dev);
121 struct thmc50_data *data = thmc50_update_device(dev);
129 struct thmc50_data *data = dev_get_drvdata(dev);
167 struct thmc50_data *data = thmc50_update_device(dev);
175 struct thmc50_data *data = thmc50_update_device(dev);
184 struct thmc50_data *data = dev_get_drvdata(dev);
205 struct thmc50_data *data = thmc50_update_device(dev);
214 struct thmc50_data *data = dev_get_drvdata(dev);
235 struct thmc50_data *data = thmc50_update_device(dev);
243 struct thmc50_data *data = thmc50_update_device(dev);
360 static void thmc50_init_client(struct thmc50_data *data)
385 struct thmc50_data *data;
389 data = devm_kzalloc(dev, sizeof(struct thmc50_data), GFP_KERNEL);