Searched refs:show_pwm_enable (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/hwmon/ |
H A D | f75375s.c | 328 static ssize_t show_pwm_enable(struct device *dev, struct device_attribute in show_pwm_enable() function 677 show_pwm_enable, set_pwm_enable, 0); 683 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 | it87.c | 1340 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function 1915 show_pwm_enable, set_pwm_enable, 0); 1945 show_pwm_enable, set_pwm_enable, 1); 1974 show_pwm_enable, set_pwm_enable, 2); 2003 show_pwm_enable, set_pwm_enable, 3); 2022 show_pwm_enable, set_pwm_enable, 4); 2041 show_pwm_enable, set_pwm_enable, 5);
|
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);
|