Searched refs:mot_det_mult_xz (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/accel/ |
H A D | sca3000.c | 208 int mot_det_mult_xz[6]; member 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)) in sca3000_read_event_value() 900 *val += st->info->mot_det_mult_xz[i]; in sca3000_read_event_value() 945 i = ARRAY_SIZE(st->info->mot_det_mult_xz); in sca3000_write_event_value() 947 if (val >= st->info->mot_det_mult_xz[--i]) { in sca3000_write_event_value() 949 val -= st->info->mot_det_mult_xz[i]; in sca3000_write_event_value()
|