Searched refs:set_auto_pwm (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | it87.c | 1203 static ssize_t set_auto_pwm(struct device *dev, in set_auto_pwm() function 1294 show_auto_pwm, set_auto_pwm, 0, 0); 1296 show_auto_pwm, set_auto_pwm, 0, 1); 1298 show_auto_pwm, set_auto_pwm, 0, 2); 1319 show_auto_pwm, set_auto_pwm, 1, 0); 1321 show_auto_pwm, set_auto_pwm, 1, 1); 1323 show_auto_pwm, set_auto_pwm, 1, 2); 1344 show_auto_pwm, set_auto_pwm, 2, 0); 1346 show_auto_pwm, set_auto_pwm, 2, 1); 1348 show_auto_pwm, set_auto_pwm, 2, 2);
|