maxleds           143 drivers/leds/leds-pca9532.c 	u8 maxleds = data->chip_info->num_leds;
maxleds           146 drivers/leds/leds-pca9532.c 	i2c_smbus_write_byte_data(client, PCA9532_REG_PWM(maxleds, pwm),
maxleds           148 drivers/leds/leds-pca9532.c 	i2c_smbus_write_byte_data(client, PCA9532_REG_PSC(maxleds, pwm),
maxleds           159 drivers/leds/leds-pca9532.c 	u8 maxleds = data->chip_info->num_leds;
maxleds           163 drivers/leds/leds-pca9532.c 	reg = i2c_smbus_read_byte_data(client, LED_REG(maxleds, led->id));
maxleds           168 drivers/leds/leds-pca9532.c 	i2c_smbus_write_byte_data(client, LED_REG(maxleds, led->id), reg);
maxleds           245 drivers/leds/leds-pca9532.c 	u8 maxleds = data->chip_info->num_leds;
maxleds           248 drivers/leds/leds-pca9532.c 	i2c_smbus_write_byte_data(data->client, PCA9532_REG_PWM(maxleds, 1),
maxleds           257 drivers/leds/leds-pca9532.c 	u8 maxleds = data->chip_info->num_leds;
maxleds           262 drivers/leds/leds-pca9532.c 	reg = i2c_smbus_read_byte_data(client, LED_REG(maxleds, led->id));
maxleds           356 drivers/leds/leds-pca9532.c 	u8 maxleds = data->chip_info->num_leds;
maxleds           361 drivers/leds/leds-pca9532.c 		i2c_smbus_write_byte_data(client, PCA9532_REG_PWM(maxleds, i),
maxleds           363 drivers/leds/leds-pca9532.c 		i2c_smbus_write_byte_data(client, PCA9532_REG_PSC(maxleds, i),
maxleds           471 drivers/leds/leds-pca9532.c 	int devid, maxleds;
maxleds           480 drivers/leds/leds-pca9532.c 	maxleds = pca9532_chip_info_tbl[devid].num_leds;
maxleds           499 drivers/leds/leds-pca9532.c 		if (++i >= maxleds) {