pwm_max           216 drivers/hwmon/adt7462.c 	u8			pwm_max;	/* only one per chip */
pwm_max           766 drivers/hwmon/adt7462.c 	data->pwm_max = i2c_smbus_read_byte_data(client, ADT7462_REG_PWM_MAX);
pwm_max          1117 drivers/hwmon/adt7462.c 	return sprintf(buf, "%d\n", data->pwm_max);
pwm_max          1134 drivers/hwmon/adt7462.c 	data->pwm_max = temp;
pwm_max          1555 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_pwm, pwm_max, 0);
pwm_max          1556 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point2_pwm, pwm_max, 1);
pwm_max          1557 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point2_pwm, pwm_max, 2);
pwm_max          1558 drivers/hwmon/adt7462.c static SENSOR_DEVICE_ATTR_RW(pwm4_auto_point2_pwm, pwm_max, 3);
pwm_max           160 drivers/hwmon/adt7470.c 	u8			pwm_max[ADT7470_PWM_COUNT];
pwm_max           377 drivers/hwmon/adt7470.c 		data->pwm_max[i] = i2c_smbus_read_byte_data(client,
pwm_max           766 drivers/hwmon/adt7470.c 	return sprintf(buf, "%d\n", data->pwm_max[attr->index]);
pwm_max           784 drivers/hwmon/adt7470.c 	data->pwm_max[attr->index] = temp;
pwm_max          1061 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm1_auto_point2_pwm, pwm_max, 0);
pwm_max          1062 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm2_auto_point2_pwm, pwm_max, 1);
pwm_max          1063 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm3_auto_point2_pwm, pwm_max, 2);
pwm_max          1064 drivers/hwmon/adt7470.c static SENSOR_DEVICE_ATTR_RW(pwm4_auto_point2_pwm, pwm_max, 3);
pwm_max          3303 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(pwm_max, "pwm%d_max", S_IWUSR | S_IRUGO, show_pwm, store_pwm,
pwm_max            19 drivers/staging/greybus/pwm.c 	u8			pwm_max;	/* max pwm number */
pwm_max            37 drivers/staging/greybus/pwm.c 	pwmc->pwm_max = response.count;
pwm_max            48 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max            73 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max            98 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max           125 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max           151 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max           176 drivers/staging/greybus/pwm.c 	if (which > pwmc->pwm_max)
pwm_max           285 drivers/staging/greybus/pwm.c 	pwm->npwm = pwmc->pwm_max + 1;