Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/light/
H A Dvcnl4000.c700 int ret, ret_pers, it; in vcnl4040_read_als_period() local
707 ret_pers = FIELD_GET(VCNL4040_ALS_CONF_PERS, ret); in vcnl4040_read_als_period()
708 if (ret_pers >= ARRAY_SIZE(vcnl4040_als_persistence)) in vcnl4040_read_als_period()
716 vcnl4040_als_persistence[ret_pers]); in vcnl4040_read_als_period()
761 int ret, ret_pers, it; in vcnl4040_read_ps_period() local
767 ret_pers = FIELD_GET(VCNL4040_CONF1_PS_PERS, ret); in vcnl4040_read_ps_period()
768 if (ret_pers >= ARRAY_SIZE(vcnl4040_ps_persistence)) in vcnl4040_read_ps_period()
777 vcnl4040_ps_persistence[ret_pers]; in vcnl4040_read_ps_period()