Searched refs:mode_to_update_interval (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dsht3x.c145 static const u16 mode_to_update_interval[] = { variable
193 u8 number_of_modes = ARRAY_SIZE(mode_to_update_interval);
200 if (mode_to_update_interval[index] <= value)
261 u16 interval_ms = mode_to_update_interval[data->mode];
553 return mode_to_update_interval[data->mode];

Completed in 155 milliseconds