Searched refs:show_pwm_enable (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
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);
|
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,
|
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);
|
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);
|
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,
|
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,
|
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), \
|
D | asc7621.c | 556 static ssize_t show_pwm_enable(struct device *dev, in show_pwm_enable() function
|
D | nct6775-core.c | 2662 show_pwm_enable(struct device *dev, struct device_attribute *attr, char *buf) in show_pwm_enable() function 3050 SENSOR_TEMPLATE(pwm_enable, "pwm%d_enable", 0644, show_pwm_enable, store_pwm_enable, 0);
|