Searched refs:show_pwm_enable (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | f75375s.c | 353 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 702 show_pwm_enable, set_pwm_enable, 0); 708 show_pwm_enable, set_pwm_enable, 1);
|
H A D | w83l786ng.c | 566 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable, 568 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
|
H A D | f71805f.c | 646 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 1081 show_pwm_enable, set_pwm_enable, 0); 1087 show_pwm_enable, set_pwm_enable, 1); 1093 show_pwm_enable, set_pwm_enable, 2);
|
H A D | it87.c | 1339 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1914 show_pwm_enable, set_pwm_enable, 0); 1944 show_pwm_enable, set_pwm_enable, 1); 1973 show_pwm_enable, set_pwm_enable, 2); 2002 show_pwm_enable, set_pwm_enable, 3); 2021 show_pwm_enable, set_pwm_enable, 4); 2040 show_pwm_enable, set_pwm_enable, 5);
|
H A D | f71882fg.c | 1150 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1278 SENSOR_ATTR_2(pwm1_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1289 SENSOR_ATTR_2(pwm2_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1300 SENSOR_ATTR_2(pwm3_enable, S_IRUGO|S_IWUSR, show_pwm_enable, 1311 SENSOR_ATTR_2(pwm4_enable, S_IRUGO|S_IWUSR, show_pwm_enable,
|
H A D | abituguru.c | 1132 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1239 SENSOR_ATTR_2(pwm%d_enable, 0644, show_pwm_enable,
|
H A D | w83795.c | 887 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 1640 show_pwm_enable, store_pwm_enable, NOT_USED, index - 1), \
|
H A D | asc7621.c | 556 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
H A D | nct6775-core.c | 2662 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 3049 SENSOR_TEMPLATE(pwm_enable, "pwm%d_enable", 0644, show_pwm_enable, store_pwm_enable, 0);
|