als_vstep         159 drivers/leds/leds-lm3530.c 	u32 als_vmin, als_vmax, als_vstep;
als_vstep         173 drivers/leds/leds-lm3530.c 	als_vstep = (als_vmax - als_vmin) / (LM3530_ALS_ZB_MAX + 1);
als_vstep         177 drivers/leds/leds-lm3530.c 			als_vstep + (i * als_vstep)) * LED_FULL) / 1000;
als_vstep         451 drivers/leds/leds-lm3532.c 	u32 als_vmin, als_vmax, als_vstep;
als_vstep         459 drivers/leds/leds-lm3532.c 	als_vstep = (als_vmax - als_vmin) / ((LM3532_ALS_ZB_MAX + 1) * 2);
als_vstep         462 drivers/leds/leds-lm3532.c 		als->zones_lo[i] = ((als_vmin + als_vstep + (i * als_vstep)) *
als_vstep         465 drivers/leds/leds-lm3532.c 				als_vstep + (i * als_vstep)) * LED_FULL) / 1000;