Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/iio/light/
Dtsl2x7x_core.c185 int tsl2x7x_chip_status; member
349 if (chip->tsl2x7x_chip_status != TSL2X7X_CHIP_WORKING) { in tsl2x7x_get_lux()
673 if (chip->tsl2x7x_chip_status == TSL2X7X_CHIP_WORKING) { in tsl2x7x_chip_on()
737 chip->tsl2x7x_chip_status = TSL2X7X_CHIP_WORKING; in tsl2x7x_chip_on()
776 chip->tsl2x7x_chip_status = TSL2X7X_CHIP_SUSPENDED; in tsl2x7x_chip_off()
801 int device_status = chip->tsl2x7x_chip_status; in tsl2x7x_invoke_change()
864 u8 current_state = chip->tsl2x7x_chip_status; in tsl2x7x_prox_cal()
915 return snprintf(buf, PAGE_SIZE, "%d\n", chip->tsl2x7x_chip_status); in tsl2x7x_power_state_show()
1188 if (chip->tsl2x7x_chip_status == TSL2X7X_CHIP_WORKING) in tsl2x7x_luxtable_store()
1900 chip->tsl2x7x_chip_status = TSL2X7X_CHIP_UNKNOWN; in tsl2x7x_probe()
[all …]