Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dbh1750.c54 int mtreg_to_usec; member
82 if ((usec % chip_info->mtreg_to_usec) != 0) in bh1750_change_int_time()
85 val = usec / chip_info->mtreg_to_usec; in bh1750_change_int_time()
115 unsigned long delay = chip_info->mtreg_to_usec * data->mtreg; in bh1750_read()
165 *val2 = chip_info->mtreg_to_usec * data->mtreg; in bh1750_read_raw()
203 chip_info->mtreg_to_usec * i); in bh1750_show_int_time_available()
275 usec = data->chip_info->mtreg_to_usec * data->chip_info->mtreg_default; in bh1750_probe()