Searched refs:store_temp_offset (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83627ehf.c | 805 store_temp_offset(struct device *dev, struct w83627ehf_data *data, int channel, in store_temp_offset() function 1623 return store_temp_offset(dev, data, channel, val); in w83627ehf_write()
|
H A D | nct6775.c | 2364 store_temp_offset(struct device *dev, struct device_attribute *attr, in store_temp_offset() function 2490 show_temp_offset, store_temp_offset, 0);
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83627ehf.c | 803 store_temp_offset(struct device *dev, struct w83627ehf_data *data, int channel, in store_temp_offset() function 1621 return store_temp_offset(dev, data, channel, val); in w83627ehf_write()
|
H A D | nct6775-core.c | 2252 store_temp_offset(struct device *dev, struct device_attribute *attr, in store_temp_offset() function 2391 SENSOR_TEMPLATE(temp_offset, "temp%d_offset", 0644, show_temp_offset, store_temp_offset, 0);
|
Completed in 18 milliseconds