Searched refs:TSL2583_CNTL_PWR_ON (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/light/
H A Dtsl2583.c45 #define TSL2583_CNTL_PWR_ON 0x01 macro
324 if ((ret & (TSL2583_CNTL_ADC_ENBL | TSL2583_CNTL_PWR_ON))
325 != (TSL2583_CNTL_ADC_ENBL | TSL2583_CNTL_PWR_ON)) {
436 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON);
459 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON |

Completed in 125 milliseconds