tc74_data
struct tc74_data *data;
data = devm_kzalloc(dev, sizeof(struct tc74_data), GFP_KERNEL);
struct tc74_data *data = dev_get_drvdata(dev);