Searched refs:intg_time_idx (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/iio/light/ |
| H A D | apds9306.c | 478 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_read_data() 549 int ret, intg_time_idx; in apds9306_intg_time_get() local 551 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_intg_time_get() 555 ret = iio_gts_find_int_time_by_sel(&data->gts, intg_time_idx); in apds9306_intg_time_get() 577 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_intg_time_set() 665 int gain, intg, ret, intg_time_idx, gain_idx; in apds9306_scale_get() local 671 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_scale_get() 689 int i, ret, time_sel, gain_sel, intg_time_idx; in apds9306_scale_set() local 691 ret = regmap_field_read(rf->intg_time, &intg_time_idx); in apds9306_scale_set() 696 intg_time_idx, val, val2, &gain_sel); in apds9306_scale_set() [all …]
|