Home
last modified time | relevance | path

Searched refs:store_temp (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83l786ng.c417 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
449 show_temp, store_temp, 0, 1),
451 show_temp, store_temp, 1, 1),
456 show_temp, store_temp, 0, 2),
458 show_temp, store_temp, 1, 2),
H A Dw83793.c579 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
1053 store_temp, TEMP_CRIT, index - 1), \
1055 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
1057 store_temp, TEMP_WARN, index - 1), \
1059 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
H A Dw83795.c1332 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
1686 store_temp, TEMP_CRIT, index - 1), \
1688 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
1690 store_temp, TEMP_WARN, index - 1), \
1692 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
H A Dnct6775.c2332 store_temp(struct device *dev, struct device_attribute *attr, const char *buf, in store_temp() function
2482 store_temp, 0, 1);
2484 show_temp, store_temp, 0, 2);
2486 store_temp, 0, 3);
2488 store_temp, 0, 4);
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83l786ng.c416 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
448 show_temp, store_temp, 0, 1),
450 show_temp, store_temp, 1, 1),
455 show_temp, store_temp, 0, 2),
457 show_temp, store_temp, 1, 2),
H A Dw83793.c579 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
1053 store_temp, TEMP_CRIT, index - 1), \
1055 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
1057 store_temp, TEMP_WARN, index - 1), \
1059 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
H A Dw83795.c1332 store_temp(struct device *dev, struct device_attribute *attr, in store_temp() function
1686 store_temp, TEMP_CRIT, index - 1), \
1688 show_temp, store_temp, TEMP_CRIT_HYST, index - 1), \
1690 store_temp, TEMP_WARN, index - 1), \
1692 show_temp, store_temp, TEMP_WARN_HYST, index - 1), \
H A Dnct6775-core.c2218 store_temp(struct device *dev, struct device_attribute *attr, const char *buf, in store_temp() function
2387 SENSOR_TEMPLATE_2(temp_max, "temp%d_max", 0644, show_temp, store_temp, 0, 1);
2388 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", 0644, show_temp, store_temp, 0, 2);
2389 SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", 0644, show_temp, store_temp, 0, 3);
2390 SENSOR_TEMPLATE_2(temp_lcrit, "temp%d_lcrit", 0644, show_temp, store_temp, 0, 4);

Completed in 26 milliseconds