LM3532_NUM_RAMP_VALS  283 drivers/leds/leds-lm3532.c static const int ramp_table[LM3532_NUM_RAMP_VALS] = { 8, 1024, 2048, 4096, 8192,
LM3532_NUM_RAMP_VALS  290 drivers/leds/leds-lm3532.c 	if (ramp_time > ramp_table[LM3532_NUM_RAMP_VALS - 1])
LM3532_NUM_RAMP_VALS  291 drivers/leds/leds-lm3532.c 		return LM3532_NUM_RAMP_VALS - 1;
LM3532_NUM_RAMP_VALS  293 drivers/leds/leds-lm3532.c 	return lm3532_get_index(&ramp_table[0], LM3532_NUM_RAMP_VALS,