Searched refs:show_tolerance (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | w83l786ng.c | 575 show_tolerance(struct device *dev, struct device_attribute *attr, char *buf) in show_tolerance() function 614 show_tolerance, store_tolerance, 0), 616 show_tolerance, store_tolerance, 1),
|
D | w83627ehf.c | 946 static SENSOR_DEVICE_ATTR(pwm1_tolerance, 0644, show_tolerance, 948 static SENSOR_DEVICE_ATTR(pwm2_tolerance, 0644, show_tolerance, 950 static SENSOR_DEVICE_ATTR(pwm3_tolerance, 0644, show_tolerance, 952 static SENSOR_DEVICE_ATTR(pwm4_tolerance, 0644, show_tolerance, 1155 devattr->show == show_tolerance) && in w83627ehf_attrs_visible()
|
D | w83792d.c | 791 show_tolerance(struct device *dev, struct device_attribute *attr, in show_tolerance() function 1070 show_tolerance, store_tolerance, 1); 1072 show_tolerance, store_tolerance, 2); 1074 show_tolerance, store_tolerance, 3);
|