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

/linux-4.4.14/drivers/iio/light/
H A Dbh1750.c52 int mtreg_to_usec; member in struct:bh1750_chip_info
80 if ((usec % chip_info->mtreg_to_usec) != 0) bh1750_change_int_time()
83 val = usec / chip_info->mtreg_to_usec; bh1750_change_int_time()
113 unsigned long delay = chip_info->mtreg_to_usec * data->mtreg; bh1750_read()
163 *val2 = chip_info->mtreg_to_usec * data->mtreg; bh1750_read_raw()
201 chip_info->mtreg_to_usec * i); bh1750_show_int_time_available()
255 usec = data->chip_info->mtreg_to_usec * data->chip_info->mtreg_default; bh1750_probe()

Completed in 36 milliseconds