Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
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},
891 ARRAY_SIZE(st->info->mot_det_mult_xz)) in sca3000_read_event_value()
892 *val += st->info->mot_det_mult_xz[i]; in sca3000_read_event_value()
937 i = ARRAY_SIZE(st->info->mot_det_mult_xz); in sca3000_write_event_value()
939 if (val >= st->info->mot_det_mult_xz[ in sca3000_write_event_value()
[all...]
/kernel/linux/linux-6.6/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
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[ in sca3000_write_event_value()
[all...]

Completed in 4 milliseconds