Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/light/
Dveml6075.c54 static const int veml6075_it_ms[] = { 50, 100, 200, 400, 800 }; variable
120 int_time = veml6075_it_ms[FIELD_GET(VEML6075_CONF_IT, conf)]; in veml6075_request_measurement()
216 *val = veml6075_it_ms[int_index]; in veml6075_read_int_time_ms()
304 *length = ARRAY_SIZE(veml6075_it_ms); in veml6075_read_avail()
305 *vals = veml6075_it_ms; in veml6075_read_avail()
336 int i = ARRAY_SIZE(veml6075_it_ms); in veml6075_write_int_time_ms()
341 if (val == veml6075_it_ms[i]) in veml6075_write_int_time_ms()