Home
last modified time | relevance | path

Searched refs:show_pwm_mode (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hwmon/
H A Dw83792d.c681 show_pwm_mode(struct device *dev, struct device_attribute *attr, in show_pwm_mode() function
1056 show_pwm_mode, store_pwm_mode, 0);
1058 show_pwm_mode, store_pwm_mode, 1);
1060 show_pwm_mode, store_pwm_mode, 2);
1062 show_pwm_mode, store_pwm_mode, 3);
1064 show_pwm_mode, store_pwm_mode, 4);
1066 show_pwm_mode, store_pwm_mode, 5);
1068 show_pwm_mode, store_pwm_mode, 6);
H A Df75375s.c471 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute in show_pwm_mode() function
679 show_pwm_mode, set_pwm_mode, 0);
685 show_pwm_mode, set_pwm_mode, 1);
H A Dw83l786ng.c559 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
561 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
H A Df71805f.c678 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute in show_pwm_mode() function
1084 static SENSOR_DEVICE_ATTR(pwm1_mode, S_IRUGO, show_pwm_mode, NULL, 0);
1090 static SENSOR_DEVICE_ATTR(pwm2_mode, S_IRUGO, show_pwm_mode, NULL, 1);
1096 static SENSOR_DEVICE_ATTR(pwm3_mode, S_IRUGO, show_pwm_mode, NULL, 2);
H A Dw83795.c962 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function
1642 show_pwm_mode, NULL, NOT_USED, index - 1), \
H A Dnct6775-core.c2463 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function
3049 SENSOR_TEMPLATE(pwm_mode, "pwm%d_mode", 0644, show_pwm_mode, store_pwm_mode, 0);