emc6w201_data     122 drivers/hwmon/emc6w201.c static struct emc6w201_data *emc6w201_update_device(struct device *dev)
emc6w201_data     124 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = dev_get_drvdata(dev);
emc6w201_data     182 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = emc6w201_update_device(dev);
emc6w201_data     193 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = dev_get_drvdata(dev);
emc6w201_data     221 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = emc6w201_update_device(dev);
emc6w201_data     232 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = dev_get_drvdata(dev);
emc6w201_data     260 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = emc6w201_update_device(dev);
emc6w201_data     276 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data = dev_get_drvdata(dev);
emc6w201_data     451 drivers/hwmon/emc6w201.c 	struct emc6w201_data *data;
emc6w201_data     454 drivers/hwmon/emc6w201.c 	data = devm_kzalloc(dev, sizeof(struct emc6w201_data), GFP_KERNEL);