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

/linux-master/drivers/iio/accel/
H A Dbmc150-accel-core.c1146 static const struct bmc150_accel_chip_info bmc150_accel_chip_info_tbl[] = { variable in typeref:struct:bmc150_accel_chip_info
1614 for (i = 0; i < ARRAY_SIZE(bmc150_accel_chip_info_tbl); i++) {
1615 if (bmc150_accel_chip_info_tbl[i].chip_id == val) {
1616 data->chip_info = &bmc150_accel_chip_info_tbl[i];

Completed in 258 milliseconds