Searched refs:tsl2583_set_pm_runtime_busy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | tsl2583.c | 642 static int tsl2583_set_pm_runtime_busy(struct tsl2583_chip *chip, bool on) in tsl2583_set_pm_runtime_busy() function 663 ret = tsl2583_set_pm_runtime_busy(chip, true); in tsl2583_read_raw() 731 tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_read_raw() 737 * tsl2583_set_pm_runtime_busy() is successful so the reading in tsl2583_read_raw() 740 pm_ret = tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_read_raw() 754 ret = tsl2583_set_pm_runtime_busy(chip, true); in tsl2583_write_raw() 795 tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_write_raw() 799 ret = tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_write_raw()
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | tsl2583.c | 642 static int tsl2583_set_pm_runtime_busy(struct tsl2583_chip *chip, bool on) in tsl2583_set_pm_runtime_busy() function 665 ret = tsl2583_set_pm_runtime_busy(chip, true); in tsl2583_read_raw() 737 * tsl2583_set_pm_runtime_busy() is successful so the reading in tsl2583_read_raw() 740 pm_ret = tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_read_raw() 754 ret = tsl2583_set_pm_runtime_busy(chip, true); in tsl2583_write_raw() 797 ret = tsl2583_set_pm_runtime_busy(chip, false); in tsl2583_write_raw()
|
Completed in 3 milliseconds