Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtcs3472.c110 static const int tcs3472_agains[] = { 1, 4, 16, 60 }; variable
166 *val = tcs3472_agains[data->control & in tcs3472_read_raw()
188 for (i = 0; i < ARRAY_SIZE(tcs3472_agains); i++) { in tcs3472_write_raw()
189 if (val == tcs3472_agains[i]) { in tcs3472_write_raw()