Searched refs:pwm_max (Results 1 – 2 of 2) sorted by relevance
167 u8 pwm_max[ADT7470_PWM_COUNT]; member419 data->pwm_max[i] = i2c_smbus_read_byte_data(client, in adt7470_update_device()736 return sprintf(buf, "%d\n", data->pwm_max[attr->index]); in show_pwm_max()755 data->pwm_max[attr->index] = temp; in set_pwm_max()
231 u8 pwm_max; /* only one per chip */ member801 data->pwm_max = i2c_smbus_read_byte_data(client, ADT7462_REG_PWM_MAX); in adt7462_update_device()1168 return sprintf(buf, "%d\n", data->pwm_max); in show_pwm_max()1186 data->pwm_max = temp; in set_pwm_max()