Searched refs:store_auto_pwm (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
D | nct6775.c | 2780 store_auto_pwm(struct device *dev, struct device_attribute *attr, in store_auto_pwm() function 2946 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 0); 2951 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 1); 2956 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 2); 2961 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 3); 2966 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 4); 2971 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 5); 2976 S_IWUSR | S_IRUGO, show_auto_pwm, store_auto_pwm, 0, 6);
|