Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
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);
Df75375s.c496 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);
Dw83l786ng.c560 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
562 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
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);
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), \
Dnct6775-core.c2368 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);