Searched refs:mot_det_mult_xz (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/iio/accel/
H A Dsca3000.c189 * @mot_det_mult_xz: Bit wise multipliers to calculate the threshold
208 int mot_det_mult_xz[6]; member in struct:sca3000_chip_info
236 .mot_det_mult_xz = {50, 100, 200, 350, 650, 1300},
246 .mot_det_mult_xz = {100, 150, 300, 550, 1050, 2050},
259 .mot_det_mult_xz = {200, 300, 600, 1100, 2100, 4100},
272 .mot_det_mult_xz = {600, 900, 1700, 3200, 6100, 11900},
899 ARRAY_SIZE(st->info->mot_det_mult_xz))
900 *val += st->info->mot_det_mult_xz[i];
945 i = ARRAY_SIZE(st->info->mot_det_mult_xz);
947 if (val >= st->info->mot_det_mult_xz[
[all...]

Completed in 181 milliseconds