Home
last modified time | relevance | path

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

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