Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1708 EXPORT_SYMBOL_GPL(nct6775_update_device);
1716 struct nct6775_data *data = nct6775_update_device(dev); in show_in_reg()
1752 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_show_alarm()
1786 struct nct6775_data *data = nct6775_update_device(dev); in show_temp_alarm()
1810 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_show_beep()
1855 struct nct6775_data *data = nct6775_update_device(dev); in show_temp_beep()
1956 struct nct6775_data *data = nct6775_update_device(dev); in show_fan()
1969 struct nct6775_data *data = nct6775_update_device(dev); in show_fan_min()
1984 struct nct6775_data *data = nct6775_update_device(dev); in show_fan_div()
2093 struct nct6775_data *data = nct6775_update_device(dev); in show_fan_pulses()
[all …]
H A Dnct6775.h201 struct nct6775_data *nct6775_update_device(struct device *dev);
H A Dnct6775-platform.c374 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_suspend()