Home
last modified time | relevance | path

Searched refs:TSL2X7X_MAX_LUX_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x.h27 #define TSL2X7X_MAX_LUX_TABLE_SIZE 9 macro
28 #define MAX_DEFAULT_TABLE_BYTES (sizeof(int) * TSL2X7X_MAX_LUX_TABLE_SIZE)
96 struct tsl2x7x_lux platform_lux_table[TSL2X7X_MAX_LUX_TABLE_SIZE];
Dtsl2x7x_core.c193 struct tsl2x7x_lux tsl2x7x_device_lux[TSL2X7X_MAX_LUX_TABLE_SIZE];
1143 while (i < (TSL2X7X_MAX_LUX_TABLE_SIZE * 3)) { in tsl2x7x_luxtable_show()