Searched refs:tsl2583_set_power_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | tsl2583.c | 412 static int tsl2583_set_power_state(struct tsl2583_chip *chip, u8 state) in tsl2583_set_power_state() function 436 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON); in tsl2583_chip_init_and_power_on() 459 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON | in tsl2583_chip_init_and_power_on() 885 return tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_OFF); in tsl2583_remove() 896 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_OFF); in tsl2583_suspend()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | tsl2583.c | 412 static int tsl2583_set_power_state(struct tsl2583_chip *chip, u8 state) in tsl2583_set_power_state() function 436 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON); in tsl2583_chip_init_and_power_on() 459 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_ON | in tsl2583_chip_init_and_power_on() 885 tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_OFF); in tsl2583_remove() 896 ret = tsl2583_set_power_state(chip, TSL2583_CNTL_PWR_OFF); in tsl2583_suspend()
|
Completed in 3 milliseconds