Home
last modified time | relevance | path

Searched refs:devattr (Results 1 - 25 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/hwmon/
H A Df71882fg.c294 static ssize_t show_in(struct device *dev, struct device_attribute *devattr,
297 *devattr, char *buf);
299 *devattr, const char *buf, size_t count);
301 *devattr, char *buf);
303 *devattr, const char *buf, size_t count);
305 *devattr, char *buf);
307 static ssize_t show_fan(struct device *dev, struct device_attribute *devattr,
310 struct device_attribute *devattr, char *buf);
312 struct device_attribute *devattr, const char *buf, size_t count);
314 *devattr, cha
1371 show_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_fan() argument
1384 show_fan_full_speed(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_full_speed() argument
1393 store_fan_full_speed(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_fan_full_speed() argument
1416 show_fan_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_beep() argument
1428 store_fan_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_fan_beep() argument
1452 show_fan_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_alarm() argument
1464 show_in(struct device *dev, struct device_attribute *devattr, char *buf) show_in() argument
1473 show_in_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in_max() argument
1481 store_in_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_in_max() argument
1506 show_in_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_in_beep() argument
1518 store_in_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_in_beep() argument
1549 show_in_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_in_alarm() argument
1561 show_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_temp() argument
1587 show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max() argument
1596 store_temp_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_max() argument
1618 show_temp_max_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max_hyst() argument
1636 store_temp_max_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_max_hyst() argument
1671 show_temp_crit(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_crit() argument
1680 store_temp_crit(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_crit() argument
1702 show_temp_crit_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_crit_hyst() argument
1720 show_temp_type(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_type() argument
1729 show_temp_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_beep() argument
1741 store_temp_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_beep() argument
1765 show_temp_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_alarm() argument
1777 show_temp_fault(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_fault() argument
1789 show_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm() argument
1807 store_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm() argument
1848 show_simple_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_simple_pwm() argument
1858 store_simple_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_simple_pwm() argument
1880 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
1906 store_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_enable() argument
1962 show_pwm_auto_point_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_pwm() argument
1984 store_pwm_auto_point_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_pwm() argument
2017 show_pwm_auto_point_temp_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp_hyst() argument
2037 store_pwm_auto_point_temp_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_temp_hyst() argument
2073 show_pwm_interpolate(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_interpolate() argument
2085 store_pwm_interpolate(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_interpolate() argument
2111 show_pwm_auto_point_channel(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_channel() argument
2125 store_pwm_auto_point_channel(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_channel() argument
2162 show_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp() argument
2175 store_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_temp() argument
2203 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Dadt7470.c394 struct device_attribute *devattr, in auto_update_interval_show()
402 struct device_attribute *devattr, in auto_update_interval_store()
421 struct device_attribute *devattr, in num_temp_sensors_show()
429 struct device_attribute *devattr, in num_temp_sensors_store()
450 struct device_attribute *devattr, char *buf) in temp_min_show()
452 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_show()
458 struct device_attribute *devattr, in temp_min_store()
461 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_store()
482 struct device_attribute *devattr, char *buf) in temp_max_show()
484 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_show()
393 auto_update_interval_show(struct device *dev, struct device_attribute *devattr, char *buf) auto_update_interval_show() argument
401 auto_update_interval_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) auto_update_interval_store() argument
420 num_temp_sensors_show(struct device *dev, struct device_attribute *devattr, char *buf) num_temp_sensors_show() argument
428 num_temp_sensors_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) num_temp_sensors_store() argument
449 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
457 temp_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_min_store() argument
481 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
489 temp_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_max_store() argument
513 temp_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_show() argument
521 alarm_mask_show(struct device *dev, struct device_attribute *devattr, char *buf) alarm_mask_show() argument
530 alarm_mask_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) alarm_mask_store() argument
551 fan_max_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_max_show() argument
564 fan_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_max_store() argument
587 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
600 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
623 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
636 force_pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) force_pwm_max_show() argument
643 force_pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) force_pwm_max_store() argument
668 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
676 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
702 pwm1_freq_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm1_freq_show() argument
724 pwm1_freq_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm1_freq_store() argument
761 pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_max_show() argument
769 pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_max_store() argument
792 pwm_min_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_min_show() argument
800 pwm_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_min_store() argument
823 pwm_tmax_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmax_show() argument
832 pwm_tmin_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmin_show() argument
840 pwm_tmin_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_tmin_store() argument
864 pwm_auto_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_show() argument
872 pwm_auto_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_store() argument
909 pwm_auto_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_temp_show() argument
931 pwm_auto_temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_temp_store() argument
967 alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) alarm_show() argument
[all...]
H A Dpc87360.c245 struct device_attribute *devattr, char *buf) in fan_input_show()
247 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_input_show()
253 struct device_attribute *devattr, char *buf) in fan_min_show()
255 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_min_show()
261 struct device_attribute *devattr, char *buf) in fan_div_show()
263 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_div_show()
269 struct device_attribute *devattr, char *buf) in fan_status_show()
271 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_status_show()
277 struct device_attribute *devattr, in fan_min_store()
280 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in fan_min_store()
244 fan_input_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_input_show() argument
252 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
260 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_div_show() argument
268 fan_status_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_status_show() argument
276 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
343 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
353 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
392 in_input_show(struct device *dev, struct device_attribute *devattr, char *buf) in_input_show() argument
400 in_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in_min_show() argument
408 in_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in_max_show() argument
416 in_status_show(struct device *dev, struct device_attribute *devattr, char *buf) in_status_show() argument
423 in_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) in_min_store() argument
443 in_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) in_max_store() argument
529 in_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) in_min_alarm_show() argument
537 in_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) in_max_alarm_show() argument
643 therm_input_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_input_show() argument
651 therm_min_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_min_show() argument
659 therm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_max_show() argument
667 therm_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_crit_show() argument
675 therm_status_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_status_show() argument
683 therm_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_min_store() argument
704 therm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_max_store() argument
724 therm_crit_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_crit_store() argument
780 therm_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_min_alarm_show() argument
789 therm_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_max_alarm_show() argument
798 therm_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_crit_alarm_show() argument
844 temp_input_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_input_show() argument
852 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
860 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
868 temp_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_show() argument
877 temp_status_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_status_show() argument
885 temp_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_min_store() argument
906 temp_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_max_store() argument
927 temp_crit_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_crit_store() argument
989 temp_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_alarm_show() argument
999 temp_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_alarm_show() argument
1009 temp_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_alarm_show() argument
1038 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
1077 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Dabx500.c124 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
129 return data->ops.show_name(dev, devattr, buf); in name_show()
133 struct device_attribute *devattr, char *buf) in label_show()
137 return data->ops.show_label(dev, devattr, buf); in label_show()
141 struct device_attribute *devattr, char *buf) in input_show()
145 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in input_show()
156 static ssize_t min_store(struct device *dev, struct device_attribute *devattr, in min_store() argument
161 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in min_store()
176 static ssize_t max_store(struct device *dev, struct device_attribute *devattr, in max_store() argument
181 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in max_store()
132 label_show(struct device *dev, struct device_attribute *devattr, char *buf) label_show() argument
140 input_show(struct device *dev, struct device_attribute *devattr, char *buf) input_show() argument
196 max_hyst_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) max_hyst_store() argument
218 min_show(struct device *dev, struct device_attribute *devattr, char *buf) min_show() argument
227 max_show(struct device *dev, struct device_attribute *devattr, char *buf) max_show() argument
236 max_hyst_show(struct device *dev, struct device_attribute *devattr, char *buf) max_hyst_show() argument
245 min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) min_alarm_show() argument
254 max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) max_alarm_show() argument
[all...]
H A Df71805f.c419 static ssize_t show_in0(struct device *dev, struct device_attribute *devattr, in show_in0() argument
423 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0()
430 *devattr, char *buf) in show_in0_max()
433 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0_max()
440 *devattr, char *buf) in show_in0_min()
443 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0_min()
450 *devattr, const char *buf, size_t count) in set_in0_max()
453 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in set_in0_max()
471 *devattr, const char *buf, size_t count) in set_in0_min()
474 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in set_in0_min()
429 show_in0_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in0_max() argument
439 show_in0_min(struct device *dev, struct device_attribute *devattr, char *buf) show_in0_min() argument
449 set_in0_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in0_max() argument
470 set_in0_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in0_min() argument
491 show_in(struct device *dev, struct device_attribute *devattr, char *buf) show_in() argument
501 show_in_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in_max() argument
511 show_in_min(struct device *dev, struct device_attribute *devattr, char *buf) show_in_min() argument
521 set_in_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in_max() argument
542 set_in_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in_min() argument
563 show_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_fan() argument
573 show_fan_min(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_min() argument
583 show_fan_target(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_target() argument
593 set_fan_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_fan_min() argument
614 set_fan_target(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_fan_target() argument
636 show_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm() argument
646 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
668 show_pwm_freq(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_freq() argument
678 show_pwm_mode(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_mode() argument
688 set_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm() argument
714 set_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_enable() argument
764 set_pwm_freq(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_freq() argument
785 show_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp() argument
798 set_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_auto_point_temp() argument
822 show_pwm_auto_point_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_fan() argument
835 set_pwm_auto_point_fan(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_auto_point_fan() argument
859 show_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_temp() argument
869 show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max() argument
879 show_temp_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_hyst() argument
889 show_temp_type(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_type() argument
900 set_temp_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_temp_max() argument
921 set_temp_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_temp_hyst() argument
942 alarms_in_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_in_show() argument
950 alarms_fan_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_fan_show() argument
958 alarms_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_temp_show() argument
966 show_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_alarm() argument
976 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Dadt7462.c779 struct device_attribute *devattr, char *buf) in temp_min_show()
781 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_show()
791 struct device_attribute *devattr, in temp_min_store()
794 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_store()
815 struct device_attribute *devattr, char *buf) in temp_max_show()
817 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_show()
827 struct device_attribute *devattr, in temp_max_store()
830 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_store()
850 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr, in temp_show() argument
853 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_show()
778 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
790 temp_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_min_store() argument
814 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
826 temp_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_max_store() argument
864 temp_label_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_label_show() argument
873 volt_max_show(struct device *dev, struct device_attribute *devattr, char *buf) volt_max_show() argument
886 volt_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) volt_max_store() argument
913 volt_min_show(struct device *dev, struct device_attribute *devattr, char *buf) volt_min_show() argument
926 volt_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) volt_min_store() argument
953 voltage_show(struct device *dev, struct device_attribute *devattr, char *buf) voltage_show() argument
966 voltage_label_show(struct device *dev, struct device_attribute *devattr, char *buf) voltage_label_show() argument
975 alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) alarm_show() argument
994 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
1012 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
1038 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
1052 force_pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) force_pwm_max_show() argument
1059 force_pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) force_pwm_max_store() argument
1084 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
1092 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
1113 pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_max_show() argument
1120 pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_max_store() argument
1141 pwm_min_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_min_show() argument
1149 pwm_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_min_store() argument
1172 pwm_hyst_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_hyst_show() argument
1181 pwm_hyst_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_hyst_store() argument
1209 pwm_tmax_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmax_show() argument
1223 pwm_tmax_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_tmax_store() argument
1255 pwm_tmin_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmin_show() argument
1263 pwm_tmin_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_tmin_store() argument
1287 pwm_auto_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_show() argument
1318 pwm_auto_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_store() argument
1342 pwm_auto_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_temp_show() argument
1375 pwm_auto_temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_temp_store() argument
[all...]
H A Dabituguru.c788 struct device_attribute *devattr, char *buf) in show_bank1_value()
790 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank1_value()
799 struct device_attribute *devattr, char *buf) in show_bank1_setting()
801 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank1_setting()
809 struct device_attribute *devattr, char *buf) in show_bank2_value()
811 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank2_value()
820 struct device_attribute *devattr, char *buf) in show_bank2_setting()
822 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank2_setting()
830 *devattr, const char *buf, size_t count) in store_bank1_setting()
832 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in store_bank1_setting()
787 show_bank1_value(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_value() argument
798 show_bank1_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_setting() argument
808 show_bank2_value(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_value() argument
819 show_bank2_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_setting() argument
829 store_bank1_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank1_setting() argument
862 store_bank2_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank2_setting() argument
897 show_bank1_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_alarm() argument
918 show_bank2_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_alarm() argument
931 show_bank1_mask(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_mask() argument
942 show_bank2_mask(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_mask() argument
953 store_bank1_mask(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank1_mask() argument
986 store_bank2_mask(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank2_mask() argument
1020 show_pwm_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_setting() argument
1029 store_pwm_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_setting() argument
1079 show_pwm_sensor(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_sensor() argument
1097 store_pwm_sensor(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_sensor() argument
1132 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
1143 store_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_enable() argument
1181 show_name(struct device *dev, struct device_attribute *devattr, char *buf) show_name() argument
[all...]
H A Dpc87427.c388 struct device_attribute *devattr, char *buf) in fan_input_show()
391 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show()
397 struct device_attribute *devattr, char *buf) in fan_min_show()
400 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show()
406 struct device_attribute *devattr, char *buf) in fan_alarm_show()
409 int nr = to_sensor_dev_attr(devattr)->index; in fan_alarm_show()
416 struct device_attribute *devattr, char *buf) in fan_fault_show()
419 int nr = to_sensor_dev_attr(devattr)->index; in fan_fault_show()
426 struct device_attribute *devattr, in fan_min_store()
430 int nr = to_sensor_dev_attr(devattr) in fan_min_store()
387 fan_input_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_input_show() argument
396 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
405 fan_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_alarm_show() argument
415 fan_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_fault_show() argument
425 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
564 pwm_enable_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_enable_show() argument
577 pwm_enable_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_enable_store() argument
599 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
608 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
691 temp_input_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_input_show() argument
700 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
709 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
718 temp_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_show() argument
727 temp_type_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_type_show() argument
736 temp_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_alarm_show() argument
747 temp_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_alarm_show() argument
758 temp_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_alarm_show() argument
769 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
921 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Dmc13783-adc.c32 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
41 struct device_attribute *devattr, unsigned int *val) in mc13783_adc_read()
44 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in mc13783_adc_read()
67 struct device_attribute *devattr, in mc13783_adc_bp_show()
73 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_bp_show()
91 struct device_attribute *devattr, in mc13783_adc_gp_show()
95 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_gp_show()
110 struct device_attribute *devattr, in mc13783_adc_uid_show()
116 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_uid_show()
132 struct device_attribute *devattr, in mc13783_adc_temp_show()
40 mc13783_adc_read(struct device *dev, struct device_attribute *devattr, unsigned int *val) mc13783_adc_read() argument
66 mc13783_adc_bp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_bp_show() argument
90 mc13783_adc_gp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_gp_show() argument
109 mc13783_adc_uid_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_uid_show() argument
131 mc13783_adc_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_temp_show() argument
[all...]
H A Di5k_amb.c104 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
127 struct device_attribute *devattr, in show_amb_alarm()
130 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_amb_alarm()
141 struct device_attribute *devattr, in store_amb_min()
145 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_min()
161 struct device_attribute *devattr, in store_amb_mid()
165 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_mid()
181 struct device_attribute *devattr, in store_amb_max()
185 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_max()
201 struct device_attribute *devattr, in show_amb_min()
126 show_amb_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_alarm() argument
140 store_amb_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_min() argument
160 store_amb_mid(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_mid() argument
180 store_amb_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_max() argument
200 show_amb_min(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_min() argument
210 show_amb_mid(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_mid() argument
220 show_amb_max(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_max() argument
230 show_amb_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_temp() argument
240 show_label(struct device *dev, struct device_attribute *devattr, char *buf) show_label() argument
[all...]
H A Dsch5627.c195 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
201 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr, in temp_show() argument
204 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_show()
216 struct device_attribute *devattr, char *buf) in temp_fault_show()
218 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_fault_show()
228 struct device_attribute *devattr, char *buf) in temp_max_show()
230 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_show()
239 struct device_attribute *devattr, char *buf) in temp_crit_show()
241 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_crit_show()
249 static ssize_t fan_show(struct device *dev, struct device_attribute *devattr, in fan_show() argument
215 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
227 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
238 temp_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_show() argument
266 fan_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_fault_show() argument
279 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
291 in_show(struct device *dev, struct device_attribute *devattr, char *buf) in_show() argument
307 in_label_show(struct device *dev, struct device_attribute *devattr, char *buf) in_label_show() argument
[all...]
H A Demc6w201.c179 static ssize_t in_show(struct device *dev, struct device_attribute *devattr, in in_show() argument
183 int sf = to_sensor_dev_attr_2(devattr)->index; in in_show()
184 int nr = to_sensor_dev_attr_2(devattr)->nr; in in_show()
190 static ssize_t in_store(struct device *dev, struct device_attribute *devattr, in in_store() argument
195 int sf = to_sensor_dev_attr_2(devattr)->index; in in_store()
196 int nr = to_sensor_dev_attr_2(devattr)->nr; in in_store()
218 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr, in temp_show() argument
222 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_show()
223 int nr = to_sensor_dev_attr_2(devattr)->nr; in temp_show()
229 struct device_attribute *devattr, cons in temp_store()
228 temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_store() argument
257 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
273 fan_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_store() argument
[all...]
H A Dmenf21bmc_hwmon.c100 label_show(struct device *dev, struct device_attribute *devattr, char *buf) in label_show() argument
102 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in label_show()
108 in_show(struct device *dev, struct device_attribute *devattr, char *buf) in in_show() argument
110 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_show()
120 min_show(struct device *dev, struct device_attribute *devattr, char *buf) in min_show() argument
122 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in min_show()
129 max_show(struct device *dev, struct device_attribute *devattr, char *buf) in max_show() argument
131 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in max_show()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpc87360.c403 struct device_attribute *devattr, char *buf) in in_input_show()
405 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_input_show()
426 struct device_attribute *devattr, char *buf) in in_status_show()
428 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_status_show()
448 struct device_attribute *devattr, char *buf) in in_min_show()
450 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_min_show()
457 struct device_attribute *devattr, const char *buf, in in_min_store()
460 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_min_store()
492 struct device_attribute *devattr, char *buf) in in_max_show()
494 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in in_max_show()
402 in_input_show(struct device *dev, struct device_attribute *devattr, char *buf) in_input_show() argument
425 in_status_show(struct device *dev, struct device_attribute *devattr, char *buf) in_status_show() argument
447 in_min_show(struct device *dev, struct device_attribute *devattr, char *buf) in_min_show() argument
456 in_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) in_min_store() argument
491 in_max_show(struct device *dev, struct device_attribute *devattr, char *buf) in_max_show() argument
500 in_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) in_max_store() argument
547 in_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) in_min_alarm_show() argument
570 in_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) in_max_alarm_show() argument
664 therm_input_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_input_show() argument
683 therm_status_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_status_show() argument
697 therm_min_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_min_show() argument
706 therm_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_min_store() argument
733 therm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_max_show() argument
742 therm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_max_store() argument
769 therm_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_crit_show() argument
778 therm_crit_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) therm_crit_store() argument
809 therm_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_min_alarm_show() argument
825 therm_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_max_alarm_show() argument
841 therm_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) therm_crit_alarm_show() argument
877 temp_input_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_input_show() argument
891 temp_status_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_status_show() argument
905 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
913 temp_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_min_store() argument
940 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
948 temp_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_max_store() argument
975 temp_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_show() argument
984 temp_crit_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_crit_store() argument
1016 temp_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_alarm_show() argument
1032 temp_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_alarm_show() argument
1048 temp_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_alarm_show() argument
1065 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
1114 fan_input_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_input_show() argument
1129 fan_status_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_status_show() argument
1144 fan_div_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_div_show() argument
1159 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
1168 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
1232 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
1243 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
1270 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Df71805f.c419 static ssize_t show_in0(struct device *dev, struct device_attribute *devattr, in show_in0() argument
423 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0()
430 *devattr, char *buf) in show_in0_max()
433 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0_max()
440 *devattr, char *buf) in show_in0_min()
443 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_in0_min()
450 *devattr, const char *buf, size_t count) in set_in0_max()
453 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in set_in0_max()
471 *devattr, const char *buf, size_t count) in set_in0_min()
474 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in set_in0_min()
429 show_in0_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in0_max() argument
439 show_in0_min(struct device *dev, struct device_attribute *devattr, char *buf) show_in0_min() argument
449 set_in0_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in0_max() argument
470 set_in0_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in0_min() argument
491 show_in(struct device *dev, struct device_attribute *devattr, char *buf) show_in() argument
501 show_in_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in_max() argument
511 show_in_min(struct device *dev, struct device_attribute *devattr, char *buf) show_in_min() argument
521 set_in_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in_max() argument
542 set_in_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_in_min() argument
563 show_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_fan() argument
573 show_fan_min(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_min() argument
583 show_fan_target(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_target() argument
593 set_fan_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_fan_min() argument
614 set_fan_target(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_fan_target() argument
636 show_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm() argument
646 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
668 show_pwm_freq(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_freq() argument
678 show_pwm_mode(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_mode() argument
688 set_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm() argument
714 set_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_enable() argument
764 set_pwm_freq(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_freq() argument
785 show_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp() argument
798 set_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_auto_point_temp() argument
822 show_pwm_auto_point_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_fan() argument
835 set_pwm_auto_point_fan(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_pwm_auto_point_fan() argument
859 show_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_temp() argument
869 show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max() argument
879 show_temp_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_hyst() argument
889 show_temp_type(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_type() argument
900 set_temp_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_temp_max() argument
921 set_temp_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) set_temp_hyst() argument
942 alarms_in_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_in_show() argument
950 alarms_fan_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_fan_show() argument
958 alarms_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) alarms_temp_show() argument
966 show_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_alarm() argument
976 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Df71882fg.c513 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
522 static ssize_t show_temp(struct device *dev, struct device_attribute *devattr, in show_temp() argument
526 int nr = to_sensor_dev_attr_2(devattr)->index; in show_temp()
549 *devattr, char *buf) in show_temp_max()
552 int nr = to_sensor_dev_attr_2(devattr)->index; in show_temp_max()
558 *devattr, const char *buf, size_t count) in store_temp_max()
561 int err, nr = to_sensor_dev_attr_2(devattr)->index; in store_temp_max()
580 *devattr, char *buf) in show_temp_max_hyst()
583 int nr = to_sensor_dev_attr_2(devattr)->index; in show_temp_max_hyst()
598 *devattr, cons in store_temp_max_hyst()
548 show_temp_max(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max() argument
557 store_temp_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_max() argument
579 show_temp_max_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_max_hyst() argument
597 store_temp_max_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_max_hyst() argument
632 show_temp_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_alarm() argument
644 show_temp_crit(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_crit() argument
653 store_temp_crit(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_crit() argument
675 show_temp_crit_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_crit_hyst() argument
693 show_temp_fault(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_fault() argument
748 show_temp_type(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_type() argument
809 show_temp_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_temp_beep() argument
821 store_temp_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_temp_beep() argument
910 show_in(struct device *dev, struct device_attribute *devattr, char *buf) show_in() argument
934 show_in_max(struct device *dev, struct device_attribute *devattr, char *buf) show_in_max() argument
942 store_in_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_in_max() argument
967 show_in_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_in_beep() argument
979 store_in_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_in_beep() argument
1010 show_in_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_in_alarm() argument
1031 show_fan(struct device *dev, struct device_attribute *devattr, char *buf) show_fan() argument
1044 show_fan_full_speed(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_full_speed() argument
1053 store_fan_full_speed(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_fan_full_speed() argument
1076 show_fan_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_alarm() argument
1088 show_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm() argument
1109 store_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm() argument
1150 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
1176 store_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_enable() argument
1232 show_pwm_interpolate(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_interpolate() argument
1244 store_pwm_interpolate(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_interpolate() argument
1317 show_simple_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_simple_pwm() argument
1327 store_simple_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_simple_pwm() argument
1357 show_fan_beep(struct device *dev, struct device_attribute *devattr, char *buf) show_fan_beep() argument
1369 store_fan_beep(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_fan_beep() argument
1405 show_pwm_auto_point_channel(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_channel() argument
1419 store_pwm_auto_point_channel(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_channel() argument
1456 show_pwm_auto_point_pwm(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_pwm() argument
1478 store_pwm_auto_point_pwm(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_pwm() argument
1511 show_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp() argument
1524 store_pwm_auto_point_temp(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_temp() argument
1552 show_pwm_auto_point_temp_hyst(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_auto_point_temp_hyst() argument
1572 store_pwm_auto_point_temp_hyst(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_auto_point_temp_hyst() argument
[all...]
H A Dadt7462.c779 struct device_attribute *devattr, char *buf) in temp_min_show()
781 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_show()
791 struct device_attribute *devattr, in temp_min_store()
794 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_store()
815 struct device_attribute *devattr, char *buf) in temp_max_show()
817 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_show()
827 struct device_attribute *devattr, in temp_max_store()
830 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_store()
850 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr, in temp_show() argument
853 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_show()
778 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
790 temp_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_min_store() argument
814 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
826 temp_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_max_store() argument
864 temp_label_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_label_show() argument
873 volt_max_show(struct device *dev, struct device_attribute *devattr, char *buf) volt_max_show() argument
886 volt_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) volt_max_store() argument
913 volt_min_show(struct device *dev, struct device_attribute *devattr, char *buf) volt_min_show() argument
926 volt_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) volt_min_store() argument
953 voltage_show(struct device *dev, struct device_attribute *devattr, char *buf) voltage_show() argument
966 voltage_label_show(struct device *dev, struct device_attribute *devattr, char *buf) voltage_label_show() argument
975 alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) alarm_show() argument
994 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
1012 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
1038 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
1052 force_pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) force_pwm_max_show() argument
1059 force_pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) force_pwm_max_store() argument
1084 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
1092 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
1113 pwm_max_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_max_show() argument
1120 pwm_max_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_max_store() argument
1141 pwm_min_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_min_show() argument
1149 pwm_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_min_store() argument
1172 pwm_hyst_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_hyst_show() argument
1181 pwm_hyst_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_hyst_store() argument
1209 pwm_tmax_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmax_show() argument
1223 pwm_tmax_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_tmax_store() argument
1255 pwm_tmin_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_tmin_show() argument
1263 pwm_tmin_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_tmin_store() argument
1287 pwm_auto_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_show() argument
1318 pwm_auto_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_store() argument
1342 pwm_auto_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_auto_temp_show() argument
1375 pwm_auto_temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_auto_temp_store() argument
[all...]
H A Dpc87427.c388 struct device_attribute *devattr, char *buf) in fan_input_show()
391 int nr = to_sensor_dev_attr(devattr)->index; in fan_input_show()
397 struct device_attribute *devattr, char *buf) in fan_min_show()
400 int nr = to_sensor_dev_attr(devattr)->index; in fan_min_show()
406 struct device_attribute *devattr, char *buf) in fan_alarm_show()
409 int nr = to_sensor_dev_attr(devattr)->index; in fan_alarm_show()
416 struct device_attribute *devattr, char *buf) in fan_fault_show()
419 int nr = to_sensor_dev_attr(devattr)->index; in fan_fault_show()
426 struct device_attribute *devattr, in fan_min_store()
430 int nr = to_sensor_dev_attr(devattr) in fan_min_store()
387 fan_input_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_input_show() argument
396 fan_min_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_min_show() argument
405 fan_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_alarm_show() argument
415 fan_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_fault_show() argument
425 fan_min_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_min_store() argument
564 pwm_enable_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_enable_show() argument
577 pwm_enable_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_enable_store() argument
599 pwm_show(struct device *dev, struct device_attribute *devattr, char *buf) pwm_show() argument
608 pwm_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) pwm_store() argument
691 temp_input_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_input_show() argument
700 temp_min_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_show() argument
709 temp_max_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_show() argument
718 temp_crit_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_show() argument
727 temp_type_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_type_show() argument
736 temp_min_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_min_alarm_show() argument
747 temp_max_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_max_alarm_show() argument
758 temp_crit_alarm_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_crit_alarm_show() argument
769 temp_fault_show(struct device *dev, struct device_attribute *devattr, char *buf) temp_fault_show() argument
921 name_show(struct device *dev, struct device_attribute *devattr, char *buf) name_show() argument
[all...]
H A Dabituguru.c788 struct device_attribute *devattr, char *buf) in show_bank1_value()
790 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank1_value()
799 struct device_attribute *devattr, char *buf) in show_bank1_setting()
801 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank1_setting()
809 struct device_attribute *devattr, char *buf) in show_bank2_value()
811 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank2_value()
820 struct device_attribute *devattr, char *buf) in show_bank2_setting()
822 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in show_bank2_setting()
830 *devattr, const char *buf, size_t count) in store_bank1_setting()
832 struct sensor_device_attribute_2 *attr = to_sensor_dev_attr_2(devattr); in store_bank1_setting()
787 show_bank1_value(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_value() argument
798 show_bank1_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_setting() argument
808 show_bank2_value(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_value() argument
819 show_bank2_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_setting() argument
829 store_bank1_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank1_setting() argument
862 store_bank2_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank2_setting() argument
897 show_bank1_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_alarm() argument
918 show_bank2_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_alarm() argument
931 show_bank1_mask(struct device *dev, struct device_attribute *devattr, char *buf) show_bank1_mask() argument
942 show_bank2_mask(struct device *dev, struct device_attribute *devattr, char *buf) show_bank2_mask() argument
953 store_bank1_mask(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank1_mask() argument
986 store_bank2_mask(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_bank2_mask() argument
1020 show_pwm_setting(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_setting() argument
1029 store_pwm_setting(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_setting() argument
1079 show_pwm_sensor(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_sensor() argument
1097 store_pwm_sensor(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_sensor() argument
1132 show_pwm_enable(struct device *dev, struct device_attribute *devattr, char *buf) show_pwm_enable() argument
1143 store_pwm_enable(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_pwm_enable() argument
1181 show_name(struct device *dev, struct device_attribute *devattr, char *buf) show_name() argument
[all...]
H A Dmc13783-adc.c32 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
41 struct device_attribute *devattr, unsigned int *val) in mc13783_adc_read()
44 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in mc13783_adc_read()
67 struct device_attribute *devattr, in mc13783_adc_bp_show()
73 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_bp_show()
91 struct device_attribute *devattr, in mc13783_adc_gp_show()
95 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_gp_show()
110 struct device_attribute *devattr, in mc13783_adc_uid_show()
116 int ret = mc13783_adc_read(dev, devattr, &val); in mc13783_adc_uid_show()
132 struct device_attribute *devattr, in mc13783_adc_temp_show()
40 mc13783_adc_read(struct device *dev, struct device_attribute *devattr, unsigned int *val) mc13783_adc_read() argument
66 mc13783_adc_bp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_bp_show() argument
90 mc13783_adc_gp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_gp_show() argument
109 mc13783_adc_uid_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_uid_show() argument
131 mc13783_adc_temp_show(struct device *dev, struct device_attribute *devattr, char *buf) mc13783_adc_temp_show() argument
[all...]
H A Di5k_amb.c104 static ssize_t name_show(struct device *dev, struct device_attribute *devattr, in name_show() argument
127 struct device_attribute *devattr, in show_amb_alarm()
130 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in show_amb_alarm()
141 struct device_attribute *devattr, in store_amb_min()
145 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_min()
161 struct device_attribute *devattr, in store_amb_mid()
165 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_mid()
181 struct device_attribute *devattr, in store_amb_max()
185 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in store_amb_max()
201 struct device_attribute *devattr, in show_amb_min()
126 show_amb_alarm(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_alarm() argument
140 store_amb_min(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_min() argument
160 store_amb_mid(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_mid() argument
180 store_amb_max(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) store_amb_max() argument
200 show_amb_min(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_min() argument
210 show_amb_mid(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_mid() argument
220 show_amb_max(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_max() argument
230 show_amb_temp(struct device *dev, struct device_attribute *devattr, char *buf) show_amb_temp() argument
240 show_label(struct device *dev, struct device_attribute *devattr, char *buf) show_label() argument
[all...]
H A Demc6w201.c179 static ssize_t in_show(struct device *dev, struct device_attribute *devattr, in in_show() argument
183 int sf = to_sensor_dev_attr_2(devattr)->index; in in_show()
184 int nr = to_sensor_dev_attr_2(devattr)->nr; in in_show()
190 static ssize_t in_store(struct device *dev, struct device_attribute *devattr, in in_store() argument
195 int sf = to_sensor_dev_attr_2(devattr)->index; in in_store()
196 int nr = to_sensor_dev_attr_2(devattr)->nr; in in_store()
218 static ssize_t temp_show(struct device *dev, struct device_attribute *devattr, in temp_show() argument
222 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_show()
223 int nr = to_sensor_dev_attr_2(devattr)->nr; in temp_show()
229 struct device_attribute *devattr, cons in temp_store()
228 temp_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) temp_store() argument
257 fan_show(struct device *dev, struct device_attribute *devattr, char *buf) fan_show() argument
273 fan_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) fan_store() argument
[all...]
/kernel/linux/linux-5.10/drivers/misc/
H A Dics932s401.c150 struct device_attribute *devattr, in show_spread_enabled()
197 struct device_attribute *devattr, in show_cpu_clock()
206 struct device_attribute *devattr, in show_cpu_clock_sel()
254 struct device_attribute *devattr, in show_src_clock()
263 struct device_attribute *devattr, in show_src_clock_sel()
302 struct device_attribute *devattr, in show_pci_clock()
311 struct device_attribute *devattr, in show_pci_clock_sel()
326 struct device_attribute *devattr,
330 struct device_attribute *devattr,
361 struct device_attribute *devattr, in show_value()
149 show_spread_enabled(struct device *dev, struct device_attribute *devattr, char *buf) show_spread_enabled() argument
196 show_cpu_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_cpu_clock() argument
205 show_cpu_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_cpu_clock_sel() argument
253 show_src_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_src_clock() argument
262 show_src_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_src_clock_sel() argument
301 show_pci_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_pci_clock() argument
310 show_pci_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_pci_clock_sel() argument
360 show_value(struct device *dev, struct device_attribute *devattr, char *buf) show_value() argument
376 show_spread(struct device *dev, struct device_attribute *devattr, char *buf) show_spread() argument
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dics932s401.c149 struct device_attribute *devattr, in show_spread_enabled()
196 struct device_attribute *devattr, in show_cpu_clock()
205 struct device_attribute *devattr, in show_cpu_clock_sel()
253 struct device_attribute *devattr, in show_src_clock()
262 struct device_attribute *devattr, in show_src_clock_sel()
301 struct device_attribute *devattr, in show_pci_clock()
310 struct device_attribute *devattr, in show_pci_clock_sel()
325 struct device_attribute *devattr,
329 struct device_attribute *devattr,
360 struct device_attribute *devattr, in show_value()
148 show_spread_enabled(struct device *dev, struct device_attribute *devattr, char *buf) show_spread_enabled() argument
195 show_cpu_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_cpu_clock() argument
204 show_cpu_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_cpu_clock_sel() argument
252 show_src_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_src_clock() argument
261 show_src_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_src_clock_sel() argument
300 show_pci_clock(struct device *dev, struct device_attribute *devattr, char *buf) show_pci_clock() argument
309 show_pci_clock_sel(struct device *dev, struct device_attribute *devattr, char *buf) show_pci_clock_sel() argument
359 show_value(struct device *dev, struct device_attribute *devattr, char *buf) show_value() argument
375 show_spread(struct device *dev, struct device_attribute *devattr, char *buf) show_spread() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dinspur-ipsps.c54 struct device_attribute *devattr, in ipsps_string_show()
62 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in ipsps_string_show()
77 struct device_attribute *devattr, in ipsps_fw_version_show()
84 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in ipsps_fw_version_show()
100 struct device_attribute *devattr, char *buf) in ipsps_mode_show()
105 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in ipsps_mode_show()
131 struct device_attribute *devattr, in ipsps_mode_store()
137 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in ipsps_mode_store()
53 ipsps_string_show(struct device *dev, struct device_attribute *devattr, char *buf) ipsps_string_show() argument
76 ipsps_fw_version_show(struct device *dev, struct device_attribute *devattr, char *buf) ipsps_fw_version_show() argument
99 ipsps_mode_show(struct device *dev, struct device_attribute *devattr, char *buf) ipsps_mode_show() argument
130 ipsps_mode_store(struct device *dev, struct device_attribute *devattr, const char *buf, size_t count) ipsps_mode_store() argument

Completed in 39 milliseconds

123456