Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/light/
Dvcnl4000.c667 int ret, ret_pers, it; in vcnl4040_read_als_period() local
674 ret_pers = FIELD_GET(VCNL4040_ALS_CONF_PERS, ret); in vcnl4040_read_als_period()
675 if (ret_pers >= ARRAY_SIZE(vcnl4040_als_persistence)) in vcnl4040_read_als_period()
683 vcnl4040_als_persistence[ret_pers]); in vcnl4040_read_als_period()
728 int ret, ret_pers, it; in vcnl4040_read_ps_period() local
734 ret_pers = FIELD_GET(VCNL4040_CONF1_PS_PERS, ret); in vcnl4040_read_ps_period()
735 if (ret_pers >= ARRAY_SIZE(vcnl4040_ps_persistence)) in vcnl4040_read_ps_period()
744 vcnl4040_ps_persistence[ret_pers]; in vcnl4040_read_ps_period()