Home
last modified time | relevance | path

Searched refs:tc74_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dtc74.c32 struct tc74_data { struct
42 struct tc74_data *data = dev_get_drvdata(dev); in tc74_update_device() argument
92 struct tc74_data *data = dev_get_drvdata(dev); in show_temp_input()
114 struct tc74_data *data; in tc74_probe()
121 data = devm_kzalloc(dev, sizeof(struct tc74_data), GFP_KERNEL); in tc74_probe()