Searched refs:store_auto_pwm (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | nct6775.c | 2873 store_auto_pwm(struct device *dev, struct device_attribute *attr, in store_auto_pwm() function 3040 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 0); 3045 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 1); 3050 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 2); 3055 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 3); 3060 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 4); 3065 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 5); 3070 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 6);
|