Searched refs:show_pwm_mode (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | w83792d.c | 681 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);
|
D | f75375s.c | 496 static ssize_t show_pwm_mode(struct device *dev, struct device_attribute in show_pwm_mode() function 704 show_pwm_mode, set_pwm_mode, 0); 710 show_pwm_mode, set_pwm_mode, 1);
|
D | w83l786ng.c | 560 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode, 562 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
|
D | f71805f.c | 678 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);
|
D | w83795.c | 962 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), \
|
D | nct6775-core.c | 2368 show_pwm_mode(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_mode() function 2947 SENSOR_TEMPLATE(pwm_mode, "pwm%d_mode", 0644, show_pwm_mode, store_pwm_mode, 0);
|