Home
last modified time | relevance | path

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

/drivers/iio/light/
Dmax44009.c299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument
303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction()
304 integral > MAX44009_MAXIMUM_THRESHOLD || in max44009_threshold_byte_from_fraction()
305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction()
309 mantissa = integral * MAX44009_SCALE_DENOMINATOR; in max44009_threshold_byte_from_fraction()
/drivers/scsi/arm/
DKconfig41 was either sold on its own or with an integral SCSI controller.
/drivers/md/bcache/
Dsysfs.c198 char integral[20]; in SHOW() local
213 bch_hprint(integral, in SHOW()
228 integral, change, next_io); in SHOW()