Searched refs:tsl2772_led_currents (Results 1 – 1 of 1) sorted by relevance
159 static const int tsl2772_led_currents[][2] = { variable561 for (i = 0; tsl2772_led_currents[i][0] != 0; i++) { in tsl2772_read_prox_led_current()562 if (tmp == tsl2772_led_currents[i][0]) { in tsl2772_read_prox_led_current()563 chip->settings.prox_power = tsl2772_led_currents[i][1]; in tsl2772_read_prox_led_current()