Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dnct6775-core.c1483 struct nct6775_data *nct6775_update_device(struct device *dev) in nct6775_update_device() function
1618 EXPORT_SYMBOL_GPL(nct6775_update_device);
1626 struct nct6775_data *data = nct6775_update_device(dev); in show_in_reg()
1661 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_show_alarm()
1695 struct nct6775_data *data = nct6775_update_device(dev); in show_temp_alarm()
1719 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_show_beep()
1764 struct nct6775_data *data = nct6775_update_device(dev); in show_temp_beep()
1861 struct nct6775_data *data = nct6775_update_device(dev); in show_fan()
1874 struct nct6775_data *data = nct6775_update_device(dev); in show_fan_min()
1889 struct nct6775_data *data = nct6775_update_device(dev); in show_fan_div()
[all …]
Dnct6775.h199 struct nct6775_data *nct6775_update_device(struct device *dev);
Dnct6775-platform.c362 struct nct6775_data *data = nct6775_update_device(dev); in nct6775_suspend()