Searched refs:show_fan_pulses (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwmon/ |
D | tc654.c | 278 static ssize_t show_fan_pulses(struct device *dev, struct device_attribute *da, in show_fan_pulses() function 434 static SENSOR_DEVICE_ATTR(fan1_pulses, S_IWUSR | S_IRUGO, show_fan_pulses, 436 static SENSOR_DEVICE_ATTR(fan2_pulses, S_IWUSR | S_IRUGO, show_fan_pulses,
|
D | nct6683.c | 739 show_fan_pulses(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_pulses() function 770 SENSOR_TEMPLATE(fan_pulses, "fan%d_pulses", S_IRUGO, show_fan_pulses, NULL, 0);
|
D | nct6775.c | 2105 show_fan_pulses(struct device *dev, struct device_attribute *attr, char *buf) in show_fan_pulses() function 2173 SENSOR_TEMPLATE(fan_pulses, "fan%d_pulses", S_IWUSR | S_IRUGO, show_fan_pulses,
|