Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dvcnl4000.c701 int ret, ret_pers, it; in vcnl4040_read_als_period() local
708 ret_pers = FIELD_GET(VCNL4040_ALS_CONF_PERS, ret); in vcnl4040_read_als_period()
709 if (ret_pers >= ARRAY_SIZE(vcnl4040_als_persistence)) in vcnl4040_read_als_period()
717 vcnl4040_als_persistence[ret_pers]); in vcnl4040_read_als_period()
762 int ret, ret_pers, it; in vcnl4040_read_ps_period() local
768 ret_pers = FIELD_GET(VCNL4040_CONF1_PS_PERS, ret); in vcnl4040_read_ps_period()
769 if (ret_pers >= ARRAY_SIZE(vcnl4040_ps_persistence)) in vcnl4040_read_ps_period()
778 vcnl4040_ps_persistence[ret_pers]; in vcnl4040_read_ps_period()