Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Df71882fg.c597 static ssize_t store_temp_max_hyst(struct device *dev, struct device_attribute in store_temp_max_hyst() function
714 store_temp_max_hyst, 0, 0),
726 store_temp_max_hyst, 0, 1),
738 store_temp_max_hyst, 0, 2),
763 store_temp_max_hyst, 0, 1),
782 store_temp_max_hyst, 0, 2),
797 store_temp_max_hyst, 0, 3),
H A Dw83781d.c399 show_temp_max_hyst, store_temp_max_hyst, offset);
H A Dw83627ehf.c1619 return store_temp_max_hyst(dev, data, channel, val); in w83627ehf_write()