Searched refs:bma023_bw_table (Results 1 – 1 of 1) sorted by relevance
/drivers/iio/accel/ |
D | bma180.c | 159 static int bma023_bw_table[] = { 25, 50, 100, 190, 375, 750, 1500 }; /* Hz */ variable 762 .bw_table = bma023_bw_table, 763 .num_bw = ARRAY_SIZE(bma023_bw_table), 791 .bw_table = bma023_bw_table, 792 .num_bw = ARRAY_SIZE(bma023_bw_table),
|