Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x.h32 struct tsl2x7x_lux { struct
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];
197 static const struct tsl2x7x_lux tsl2x71_lux_table[] = {
203 static const struct tsl2x7x_lux tmd2x71_lux_table[] = {
209 static const struct tsl2x7x_lux tsl2x72_lux_table[] = {
215 static const struct tsl2x7x_lux tmd2x72_lux_table[] = {
221 static const struct tsl2x7x_lux *tsl2x7x_default_lux_table_group[] = {
340 struct tsl2x7x_lux *p; in tsl2x7x_get_lux()
414 p = (struct tsl2x7x_lux *) chip->tsl2x7x_device_lux; in tsl2x7x_get_lux()
560 (struct tsl2x7x_lux *)tsl2x7x_default_lux_table_group[chip->id], in tsl2x7x_defaults()