Home
last modified time | relevance | path

Searched refs:get_pwm (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/hwmon/
Dmax31790.c256 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);
Dg760a.c134 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);
Dmax6650.c303 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);
Dg762.c904 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);
Dsmsc47m1.c251 static ssize_t get_pwm(struct device *dev, struct device_attribute in get_pwm() function
435 get_pwm, set_pwm, offset - 1); \