Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c193 struct tsl2x7x_lux tsl2x7x_device_lux[TSL2X7X_MAX_LUX_TABLE_SIZE]; member
414 p = (struct tsl2x7x_lux *) chip->tsl2x7x_device_lux; in tsl2x7x_get_lux()
555 memcpy(chip->tsl2x7x_device_lux, in tsl2x7x_defaults()
559 memcpy(chip->tsl2x7x_device_lux, in tsl2x7x_defaults()
1145 chip->tsl2x7x_device_lux[i].ratio, in tsl2x7x_luxtable_show()
1146 chip->tsl2x7x_device_lux[i].ch0, in tsl2x7x_luxtable_show()
1147 chip->tsl2x7x_device_lux[i].ch1); in tsl2x7x_luxtable_show()
1148 if (chip->tsl2x7x_device_lux[i].ratio == 0) { in tsl2x7x_luxtable_show()
1166 int value[ARRAY_SIZE(chip->tsl2x7x_device_lux)*3 + 1]; in tsl2x7x_luxtable_store()
1178 n > ((ARRAY_SIZE(chip->tsl2x7x_device_lux) - 1) * 3)) { in tsl2x7x_luxtable_store()
[all …]