Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dtc74.c28 struct tc74_data { struct
38 struct tc74_data *data = dev_get_drvdata(dev); in tc74_update_device() argument
88 struct tc74_data *data = dev_get_drvdata(dev); in temp_input_show()
109 struct tc74_data *data; in tc74_probe()
116 data = devm_kzalloc(dev, sizeof(struct tc74_data), GFP_KERNEL); in tc74_probe()