Searched refs:get_pwm (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/hwmon/ |
D | max31790.c | 256 static ssize_t get_pwm(struct device *dev, in get_pwm() function 430 static SENSOR_DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 0); 431 static SENSOR_DEVICE_ATTR(pwm2, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 1); 432 static SENSOR_DEVICE_ATTR(pwm3, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 2); 433 static SENSOR_DEVICE_ATTR(pwm4, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 3); 434 static SENSOR_DEVICE_ATTR(pwm5, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 4); 435 static SENSOR_DEVICE_ATTR(pwm6, S_IWUSR | S_IRUGO, get_pwm, set_pwm, 5);
|
D | g760a.c | 134 static ssize_t get_pwm(struct device *dev, struct device_attribute *da, in get_pwm() function 160 static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm);
|
D | max6650.c | 303 static ssize_t get_pwm(struct device *dev, struct device_attribute *devattr, in get_pwm() function 491 static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm);
|
D | g762.c | 904 static ssize_t get_pwm(struct device *dev, struct device_attribute *da, in get_pwm() function 1004 static DEVICE_ATTR(pwm1, S_IWUSR | S_IRUGO, get_pwm, set_pwm);
|
D | smsc47m1.c | 251 static ssize_t get_pwm(struct device *dev, struct device_attribute in get_pwm() function 435 get_pwm, set_pwm, offset - 1); \
|