Searched refs:intg_time (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/iio/light/ |
D | apds9306.c | 150 struct regmap_field *intg_time; member 406 rf->intg_time = tmp; in apds9306_regfield_init() 470 int ret, delay, intg_time, intg_time_idx, repeat_rate_idx, int_src; in apds9306_read_data() local 478 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_read_data() 490 intg_time = iio_gts_find_int_time_by_sel(&data->gts, intg_time_idx); in apds9306_read_data() 491 if (intg_time < 0) in apds9306_read_data() 492 return intg_time; in apds9306_read_data() 495 delay = max(intg_time, apds9306_repeat_rate_period[repeat_rate_idx]); in apds9306_read_data() 551 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_intg_time_get() 577 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_intg_time_set() [all …]
|